Searched refs:DH_compute_key_padded (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dh/
H A Ddh_key.c97 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
H A Ddh.h224 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh);
H A Ddh_pmeth.c468 if (DH_compute_key_padded(Z, dhpub, dh) <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dh/
H A Ddh_key.c97 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) function
H A Ddh.h224 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh);
H A Ddh_pmeth.c468 if (DH_compute_key_padded(Z, dhpub, dh) <= 0)

Completed in 76 milliseconds