Searched refs:look_up_OID (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/crypto/asymmetric_keys/ |
D | mscode_parser.c | 42 oid = look_up_OID(value, vlen); in mscode_note_content_type() 76 oid = look_up_OID(value, vlen); in mscode_note_digest_algo()
|
D | pkcs8_parser.c | 39 ctx->last_oid = look_up_OID(value, vlen); in pkcs8_note_OID()
|
D | pkcs7_parser.c | 210 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()
|
D | x509_cert_parser.c | 161 ctx->last_oid = look_up_OID(value, vlen); in x509_note_OID()
|
/Linux-v5.4/lib/ |
D | oid_registry.c | 25 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/ |
D | oid_registry.h | 113 extern enum OID look_up_OID(const void *data, size_t datasize);
|
/Linux-v5.4/crypto/ |
D | ecrdsa.c | 154 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()
|