Home
last modified time | relevance | path

Searched refs:oid (Results 1 – 3 of 3) sorted by relevance

/crypto/asymmetric_keys/
Dmscode_parser.c40 enum OID oid; in mscode_note_content_type() local
42 oid = look_up_OID(value, vlen); in mscode_note_content_type()
43 if (oid == OID__NR) { in mscode_note_content_type()
56 if (oid != OID_msPeImageDataObjId && in mscode_note_content_type()
57 oid != OID_msIndividualSPKeyPurpose) { in mscode_note_content_type()
58 pr_err("Unexpected content type OID %u\n", oid); in mscode_note_content_type()
74 enum OID oid; in mscode_note_digest_algo() local
76 oid = look_up_OID(value, vlen); in mscode_note_digest_algo()
77 switch (oid) { in mscode_note_digest_algo()
106 pr_err("Unsupported content type: %u\n", oid); in mscode_note_digest_algo()
Dx509_cert_parser.c488 enum OID oid; in x509_extract_key_data() local
500 if (parse_OID(ctx->params, ctx->params_size, &oid) != 0) in x509_extract_key_data()
503 switch (oid) { in x509_extract_key_data()
/crypto/
Decrdsa.c47 static const struct ecc_curve *get_curve_by_oid(enum OID oid) in get_curve_by_oid() argument
49 switch (oid) { in get_curve_by_oid()