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

/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c581 int snid, hnid; local
586 hnid = OBJ_obj2nid(alg1->algorithm);
587 if (hnid == NID_undef)
589 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
597 int snid, hnid; local
602 hnid = OBJ_obj2nid(alg1->algorithm);
603 if (hnid == NID_undef)
605 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_ameth.c560 int snid, hnid; local
565 hnid = OBJ_obj2nid(alg1->algorithm);
566 if (hnid == NID_undef)
568 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
576 int snid, hnid; local
581 hnid = OBJ_obj2nid(alg1->algorithm);
582 if (hnid == NID_undef)
584 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))

Completed in 56 milliseconds