Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/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()
/third_party/openssl/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()

Completed in 2 milliseconds