Searched refs:look_up_OID (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A 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()
|
/openbmc/linux/lib/ |
H A 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()
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A 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()
|
H A D | pkcs8_parser.c | 39 ctx->last_oid = look_up_OID(value, vlen); in pkcs8_note_OID()
|
H A D | pkcs7_parser.c | 210 ctx->last_oid = look_up_OID(value, vlen); in pkcs7_note_OID() 511 content_type = look_up_OID(value, vlen); in pkcs7_sig_note_authenticated_attr()
|
H A D | x509_cert_parser.c | 159 ctx->last_oid = look_up_OID(value, vlen); in x509_note_OID()
|
/openbmc/linux/fs/smb/server/ |
H A 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()
|
/openbmc/linux/include/linux/ |
H A D | oid_registry.h | 147 extern enum OID look_up_OID(const void *data, size_t datasize);
|
/openbmc/linux/crypto/ |
H A 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()
|
/openbmc/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm2.c | 163 enum OID oid = look_up_OID(value, vlen); in tpm2_key_type()
|