Home
last modified time | relevance | path

Searched refs:look_up_OID (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/crypto/asymmetric_keys/
Dmscode_parser.c52 oid = look_up_OID(value, vlen); in mscode_note_content_type()
86 oid = look_up_OID(value, vlen); in mscode_note_digest_algo()
Dpkcs7_parser.c200 ctx->last_oid = look_up_OID(value, vlen); in pkcs7_note_OID()
473 content_type = look_up_OID(value, vlen); in pkcs7_sig_note_authenticated_attr()
Dx509_cert_parser.c145 ctx->last_oid = look_up_OID(value, vlen); in x509_note_OID()
/linux-4.4.14/lib/
Doid_registry.c29 enum OID look_up_OID(const void *data, size_t datasize) in look_up_OID() function
97 EXPORT_SYMBOL_GPL(look_up_OID);
/linux-4.4.14/include/linux/
Doid_registry.h99 extern enum OID look_up_OID(const void *data, size_t datasize);