Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dcms.c859 const heim_oid *match_oid; in hx509_cms_verify_signed() local
863 match_oid = NULL; in hx509_cms_verify_signed()
949 match_oid = &asn1_oid_id_pkcs7_data; in hx509_cms_verify_signed()
968 match_oid = &decode_oid; in hx509_cms_verify_signed()
977 if (match_oid == &decode_oid) in hx509_cms_verify_signed()
988 match_oid = &asn1_oid_id_pkcs7_data; in hx509_cms_verify_signed()
999 if (der_heim_oid_cmp(match_oid, &sd.encapContentInfo.eContentType) && in hx509_cms_verify_signed()
1005 if (match_oid == &decode_oid) in hx509_cms_verify_signed()