Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/asymmetric_keys/
Dmscode_parser.c42 oid = look_up_OID(value, vlen); in mscode_note_content_type()
76 oid = look_up_OID(value, vlen); in mscode_note_digest_algo()
Dpkcs8_parser.c39 ctx->last_oid = look_up_OID(value, vlen); in pkcs8_note_OID()
Dpkcs7_parser.c210 ctx->last_oid = look_up_OID(value, vlen); in pkcs7_note_OID()
485 content_type = look_up_OID(value, vlen); in pkcs7_sig_note_authenticated_attr()
Dx509_cert_parser.c161 ctx->last_oid = look_up_OID(value, vlen); in x509_note_OID()
/Linux-v5.4/lib/
Doid_registry.c25 enum OID look_up_OID(const void *data, size_t datasize) in look_up_OID() function
93 EXPORT_SYMBOL_GPL(look_up_OID);
/Linux-v5.4/include/linux/
Doid_registry.h113 extern enum OID look_up_OID(const void *data, size_t datasize);
/Linux-v5.4/crypto/
Decrdsa.c154 ctx->curve_oid = look_up_OID(value, vlen); in ecrdsa_param_curve()
166 int digest_oid = look_up_OID(value, vlen); in ecrdsa_param_digest()