Searched refs:oid (Results 1 – 3 of 3) 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()
488 enum OID oid; in x509_extract_key_data() local500 if (parse_OID(ctx->params, ctx->params_size, &oid) != 0) in x509_extract_key_data()503 switch (oid) { in x509_extract_key_data()
47 static const struct ecc_curve *get_curve_by_oid(enum OID oid) in get_curve_by_oid() argument49 switch (oid) { in get_curve_by_oid()