Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_protect.c35 const ASN1_OBJECT *algorOID = NULL; in ossl_cmp_calc_protection() local
50 X509_ALGOR_get0(&algorOID, &pptype, &ppval, msg->header->protectionAlg); in ossl_cmp_calc_protection()
52 if (OBJ_obj2nid(algorOID) == NID_id_PasswordBasedMAC) { in ossl_cmp_calc_protection()
115 if (!OBJ_find_sigid_algs(OBJ_obj2nid(algorOID), &md_nid, NULL) in ossl_cmp_calc_protection()