Searched refs:compute_key (Results 1 – 16 of 16) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/dh/ |
| D | dh_key.c | 68 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh); 82 return dh->meth->compute_key(key, pub_key, dh); in DH_compute_key() 88 compute_key, 175 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key() function
|
| D | dh.h | 106 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh); member
|
| /freebsd-9-stable/crypto/openssl/fips/dh/ |
| D | fips_dh_key.c | 72 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh); 86 return dh->meth->compute_key(key, pub_key, dh); in DH_compute_key() 92 compute_key, 184 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key() function
|
| /freebsd-9-stable/crypto/openssl/crypto/ecdh/ |
| D | ech_key.c | 83 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF); in ECDH_compute_key()
|
| D | ech_locl.h | 67 int (*compute_key) (void *key, size_t outlen, const EC_POINT *pub_key, member
|
| /freebsd-9-stable/crypto/openssl/engines/ |
| D | e_nuron.c | 385 nuron_dh.compute_key = meth3->compute_key; in bind_helper()
|
| D | 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()
|
| D | e_atalla.c | 257 atalla_dh.compute_key = meth3->compute_key; in bind_helper()
|
| D | e_aep.c | 336 aep_dh.compute_key = meth3->compute_key; in bind_aep()
|
| D | e_sureware.c | 295 surewarehk_dh.compute_key = meth3->compute_key; in bind_sureware()
|
| D | e_chil.c | 398 hwcrhk_dh.compute_key = meth2->compute_key; in bind_helper()
|
| D | e_cswift.c | 280 cswift_dh.compute_key = meth2->compute_key; in bind_helper()
|
| /freebsd-9-stable/crypto/openssl/crypto/engine/ |
| D | eng_cryptodev.c | 1028 return ((meth->compute_key) (key, pub_key, dh)); in cryptodev_dh_compute_key() 1052 dhret = (meth->compute_key) (key, pub_key, dh); in cryptodev_dh_compute_key() 1161 cryptodev_dh.compute_key = dh_meth->compute_key; in ENGINE_load_cryptodev() 1166 cryptodev_dh.compute_key = cryptodev_dh_compute_key; in ENGINE_load_cryptodev()
|
| /freebsd-9-stable/crypto/openssl/crypto/jpake/ |
| D | jpake.c | 376 static int compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) in compute_key() function 430 compute_key(ctx, received->gx); in JPAKE_STEP2_process()
|
| /freebsd-9-stable/crypto/openssl/demos/engines/ibmca/ |
| D | hw_ibmca.c | 272 ibmca_dh.compute_key = meth3->compute_key; in bind_helper()
|
| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | DH_set_method.pod | 66 int (*compute_key)(unsigned char *key, BIGNUM *pub_key, DH *dh);
|