Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dasn1.h37 ASN1_OTS = 4, /* Octet String */ enumerator
/linux-4.19.296/fs/cifs/
Dasn1.c47 #define ASN1_OTS 4 /* Octet String */ macro
/linux-4.19.296/crypto/asymmetric_keys/
Dpkcs7_parser.c509 if (tag != ASN1_OTS) in pkcs7_sig_note_authenticated_attr()
Dx509_cert_parser.c448 if (v[0] != ASN1_OTS || v[1] != vlen - 2) in x509_process_extension()