Searched refs:look_up_OID (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/lib/ |
D | oid_registry.c | 26 enum OID look_up_OID(const void *data, size_t datasize) in look_up_OID() function 94 EXPORT_SYMBOL_GPL(look_up_OID); 114 *oid = look_up_OID(data + 2, datasize - 2); in parse_OID()
|
/linux-5.19.10/fs/cifs/ |
D | asn1.c | 27 oid = look_up_OID(value, vlen); in cifs_gssapi_this_mech() 46 oid = look_up_OID(value, vlen); in cifs_neg_token_init_mech_type()
|
/linux-5.19.10/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() 493 content_type = look_up_OID(value, vlen); in pkcs7_sig_note_authenticated_attr()
|
D | x509_cert_parser.c | 159 ctx->last_oid = look_up_OID(value, vlen); in x509_note_OID()
|
/linux-5.19.10/fs/ksmbd/ |
D | asn1.c | 167 oid = look_up_OID(value, vlen); in ksmbd_gssapi_this_mech() 187 oid = look_up_OID(value, vlen); in ksmbd_neg_token_init_mech_type()
|
/linux-5.19.10/include/linux/ |
D | oid_registry.h | 146 extern enum OID look_up_OID(const void *data, size_t datasize);
|
/linux-5.19.10/crypto/ |
D | ecrdsa.c | 155 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()
|
/linux-5.19.10/security/keys/trusted-keys/ |
D | trusted_tpm2.c | 150 enum OID oid = look_up_OID(value, vlen); in tpm2_key_type()
|