Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcms.c875 const heim_oid *match_oid; in hx509_cms_verify_signed() local
879 match_oid = NULL; in hx509_cms_verify_signed()
965 match_oid = &asn1_oid_id_pkcs7_data; in hx509_cms_verify_signed()
984 match_oid = &decode_oid; in hx509_cms_verify_signed()
993 if (match_oid == &decode_oid) in hx509_cms_verify_signed()
1004 match_oid = &asn1_oid_id_pkcs7_data; in hx509_cms_verify_signed()
1015 if (der_heim_oid_cmp(match_oid, &sd.encapContentInfo.eContentType) && in hx509_cms_verify_signed()
1021 if (match_oid == &decode_oid) in hx509_cms_verify_signed()