Home
last modified time | relevance | path

Searched refs:compute_key (Results 1 – 14 of 14) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/dh/
HDdh_key.c66 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
94 return dh->meth->compute_key(key, pub_key, dh); in DH_compute_key()
100 rv = dh->meth->compute_key(key, pub_key, dh); in DH_compute_key_padded()
114 compute_key,
213 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key() function
HDdh.h121 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh); member
/freebsd-11-stable/crypto/openssl/crypto/ecdh/
HDech_key.c80 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF); in ECDH_compute_key()
HDech_locl.h67 int (*compute_key) (void *key, size_t outlen, const EC_POINT *pub_key, member
/freebsd-11-stable/crypto/openssl/engines/
HDe_nuron.c385 nuron_dh.compute_key = meth3->compute_key; in bind_helper()
HDe_ubsec.c255 ubsec_dh.compute_key = meth3->compute_key; in bind_helper()
911 ret = meth->compute_key(key, pub_key, dh); in ubsec_dh_compute_key()
929 ret = meth->compute_key(key, pub_key, dh); in ubsec_dh_compute_key()
HDe_atalla.c257 atalla_dh.compute_key = meth3->compute_key; in bind_helper()
HDe_aep.c337 aep_dh.compute_key = meth3->compute_key; in bind_aep()
HDe_sureware.c295 surewarehk_dh.compute_key = meth3->compute_key; in bind_sureware()
HDe_chil.c397 hwcrhk_dh.compute_key = meth2->compute_key; in bind_helper()
HDe_cswift.c280 cswift_dh.compute_key = meth2->compute_key; in bind_helper()
/freebsd-11-stable/crypto/openssl/crypto/engine/
HDeng_cryptodev.c1401 return ((meth->compute_key) (key, pub_key, dh)); in cryptodev_dh_compute_key()
1425 dhret = (meth->compute_key) (key, pub_key, dh); in cryptodev_dh_compute_key()
1535 cryptodev_dh.compute_key = dh_meth->compute_key; in ENGINE_load_cryptodev()
1540 cryptodev_dh.compute_key = cryptodev_dh_compute_key; in ENGINE_load_cryptodev()
/freebsd-11-stable/crypto/openssl/crypto/jpake/
HDjpake.c384 static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) in compute_key() function
438 compute_key(ctx, received->gx); in JPAKE_STEP2_process()
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDDH_set_method.pod66 int (*compute_key)(unsigned char *key, BIGNUM *pub_key, DH *dh);