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

/freebsd-13-stable/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c469 int snid, hnid; local
477 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
479 X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
485 int snid, hnid; local
493 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
495 X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dec_ameth.c481 int snid, hnid; local
489 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
491 X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
497 int snid, hnid; local
505 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
507 X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);

Completed in 58 milliseconds