Searched refs:compute_key (Results 1 – 14 of 14) sorted by relevance
| /freebsd-11-stable/crypto/openssl/crypto/dh/ |
| HD | dh_key.c | 66 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
|
| HD | dh.h | 121 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh); member
|
| /freebsd-11-stable/crypto/openssl/crypto/ecdh/ |
| HD | ech_key.c | 80 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF); in ECDH_compute_key()
|
| HD | ech_locl.h | 67 int (*compute_key) (void *key, size_t outlen, const EC_POINT *pub_key, member
|
| /freebsd-11-stable/crypto/openssl/engines/ |
| HD | e_nuron.c | 385 nuron_dh.compute_key = meth3->compute_key; in bind_helper()
|
| HD | e_ubsec.c | 255 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()
|
| HD | e_atalla.c | 257 atalla_dh.compute_key = meth3->compute_key; in bind_helper()
|
| HD | e_aep.c | 337 aep_dh.compute_key = meth3->compute_key; in bind_aep()
|
| HD | e_sureware.c | 295 surewarehk_dh.compute_key = meth3->compute_key; in bind_sureware()
|
| HD | e_chil.c | 397 hwcrhk_dh.compute_key = meth2->compute_key; in bind_helper()
|
| HD | e_cswift.c | 280 cswift_dh.compute_key = meth2->compute_key; in bind_helper()
|
| /freebsd-11-stable/crypto/openssl/crypto/engine/ |
| HD | eng_cryptodev.c | 1401 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/ |
| HD | jpake.c | 384 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/ |
| HD | DH_set_method.pod | 66 int (*compute_key)(unsigned char *key, BIGNUM *pub_key, DH *dh);
|