Home
last modified time | relevance | path

Searched refs:ASN1_OTS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dasn1.h33 ASN1_OTS = 4, /* Octet String */ enumerator
/openbmc/linux/crypto/asymmetric_keys/
H A Dpkcs7_parser.c532 if (tag != ASN1_OTS) in pkcs7_sig_note_authenticated_attr()
H A Dx509_cert_parser.c567 if (v[0] != ASN1_OTS || v[1] != vlen - 2) in x509_process_extension()
/openbmc/linux/scripts/
H A Dasn1_compiler.c123 [DIRECTIVE_OCTET] = ASN1_OTS,