Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/dh/
Ddh_key.c68 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
Ddh.h106 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh); member
/freebsd-9-stable/crypto/openssl/fips/dh/
Dfips_dh_key.c72 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/
Dech_key.c83 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF); in ECDH_compute_key()
Dech_locl.h67 int (*compute_key) (void *key, size_t outlen, const EC_POINT *pub_key, member
/freebsd-9-stable/crypto/openssl/engines/
De_nuron.c385 nuron_dh.compute_key = meth3->compute_key; in bind_helper()
De_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()
De_atalla.c257 atalla_dh.compute_key = meth3->compute_key; in bind_helper()
De_aep.c336 aep_dh.compute_key = meth3->compute_key; in bind_aep()
De_sureware.c295 surewarehk_dh.compute_key = meth3->compute_key; in bind_sureware()
De_chil.c398 hwcrhk_dh.compute_key = meth2->compute_key; in bind_helper()
De_cswift.c280 cswift_dh.compute_key = meth2->compute_key; in bind_helper()
/freebsd-9-stable/crypto/openssl/crypto/engine/
Deng_cryptodev.c1028 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/
Djpake.c376 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/
Dhw_ibmca.c272 ibmca_dh.compute_key = meth3->compute_key; in bind_helper()
/freebsd-9-stable/crypto/openssl/doc/crypto/
DDH_set_method.pod66 int (*compute_key)(unsigned char *key, BIGNUM *pub_key, DH *dh);