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

/freebsd-10.1-release/crypto/openssl/crypto/ec/
H A Dec_ameth.c554 int snid, hnid; local
559 hnid = OBJ_obj2nid(alg1->algorithm);
560 if (hnid == NID_undef)
562 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
570 int snid, hnid; local
575 hnid = OBJ_obj2nid(alg1->algorithm);
576 if (hnid == NID_undef)
578 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
/freebsd-10.1-release/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c575 int snid, hnid; local
580 hnid = OBJ_obj2nid(alg1->algorithm);
581 if (hnid == NID_undef)
583 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))
591 int snid, hnid; local
596 hnid = OBJ_obj2nid(alg1->algorithm);
597 if (hnid == NID_undef)
599 if (!OBJ_find_sigid_by_algs(&snid, hnid, EVP_PKEY_id(pkey)))

Completed in 48 milliseconds