Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A 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()
H A Dpkcs8_parser.c39 ctx->last_oid = look_up_OID(value, vlen); in pkcs8_note_OID()
H A 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()
H A Dx509_cert_parser.c161 ctx->last_oid = look_up_OID(value, vlen); in x509_note_OID()
/OK3568_Linux_fs/kernel/lib/
H A 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);
/OK3568_Linux_fs/kernel/crypto/
H A Decrdsa.c155 ctx->curve_oid = look_up_OID(value, vlen); in ecrdsa_param_curve()
167 int digest_oid = look_up_OID(value, vlen); in ecrdsa_param_digest()
/OK3568_Linux_fs/kernel/include/linux/
H A Doid_registry.h119 extern enum OID look_up_OID(const void *data, size_t datasize);