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

/freebsd-13-stable/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c469 int snid, hnid; local
474 hnid = OBJ_obj2nid(alg1->algorithm);
475 if (hnid == NID_undef)
477 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
485 int snid, hnid; local
490 hnid = OBJ_obj2nid(alg1->algorithm);
491 if (hnid == NID_undef)
493 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dec_ameth.c481 int snid, hnid; local
486 hnid = OBJ_obj2nid(alg1->algorithm);
487 if (hnid == NID_undef)
489 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
497 int snid, hnid; local
502 hnid = OBJ_obj2nid(alg1->algorithm);
503 if (hnid == NID_undef)
505 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))

Completed in 58 milliseconds