Home
last modified time | relevance | path

Searched refs:DH_set0_key (Results 1 – 4 of 4) sorted by relevance

/crypto/dh/
A Ddh_backend.c80 if (!DH_set0_key(dh, pub_key, priv_key)) in ossl_dh_key_fromdata()
227 if (!DH_set0_key(dh, NULL, privkey_bn)) in ossl_dh_key_from_pkcs8()
A Ddh_lib.c267 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key() function
A Ddh_key.c409 if (DH_set0_key(dh, pubkey, NULL) != 1) in ossl_dh_buf2key()
/crypto/dsa/
A Ddsa_lib.c69 if (!DH_set0_key(ret, pub_key, priv_key)) in DSA_dup_DH()

Completed in 720 milliseconds