Home
last modified time | relevance | path

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

/crypto/asymmetric_keys/
Dmscode_parser.c44 enum OID oid; in mscode_note_content_type() local
46 oid = look_up_OID(value, vlen); in mscode_note_content_type()
47 if (oid == OID__NR) { in mscode_note_content_type()
60 if (oid != OID_msPeImageDataObjId && in mscode_note_content_type()
61 oid != OID_msIndividualSPKeyPurpose) { in mscode_note_content_type()
62 pr_err("Unexpected content type OID %u\n", oid); in mscode_note_content_type()
78 enum OID oid; in mscode_note_digest_algo() local
80 oid = look_up_OID(value, vlen); in mscode_note_digest_algo()
81 switch (oid) { in mscode_note_digest_algo()
110 pr_err("Unsupported content type: %u\n", oid); in mscode_note_digest_algo()