Searched refs:oid (Results 1 – 2 of 2) sorted by relevance
40 enum OID oid; in mscode_note_content_type() local42 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() local76 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()
46 static const struct ecc_curve *get_curve_by_oid(enum OID oid) in get_curve_by_oid() argument48 switch (oid) { in get_curve_by_oid()