Searched defs:pub_key (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10-stable/crypto/openssl/crypto/dh/
H A Ddh_check.c125 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) argument
H A Ddh_key.c85 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) argument
121 BIGNUM *pub_key = NULL, *priv_key = NULL; local
194 compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) argument
[all...]
H A Ddh_ameth.c133 ASN1_INTEGER *pub_key = NULL; local
317 BIGNUM *priv_key, *pub_key; local
[all...]
H A Ddh.h145 BIGNUM *pub_key; /* g^x */ member in struct:dh_st
/freebsd-10-stable/crypto/openssl/crypto/dsa/
H A Ddsa_key.c95 BIGNUM *pub_key = NULL, *priv_key = NULL; local
[all...]
H A Ddsa_ameth.c421 const BIGNUM *priv_key, *pub_key; local
[all...]
H A Ddsa.h166 BIGNUM *pub_key; /* y public key */ member in struct:dsa_st
/freebsd-10-stable/crypto/openssl/crypto/ecdh/
H A Dech_key.c72 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, argument
H A Dech_ossl.c108 static int ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, argument
/freebsd-10-stable/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c337 const EC_POINT *pub_key; local
/freebsd-10-stable/crypto/openssl/engines/ccgost/
H A Dgost94_keyx.c32 static int compute_pair_key_le(unsigned char *pair_key, BIGNUM *pub_key, argument
H A Dgost2001_keyx.c45 EC_POINT_mul(EC_KEY_get0_group(priv_key), pnt, NULL, pub_key, p, ctx); local
22 VKO_compute_key(unsigned char *shared_key, size_t shared_key_size, const EC_POINT *pub_key, EC_KEY *priv_key, const unsigned char *ukm) argument
H A Dgost2001.c270 const EC_POINT *pub_key = NULL; local
384 EC_POINT *pub_key = NULL; local
[all...]
H A Dgost_pmeth.c357 EVP_PKEY *pub_key = EVP_PKEY_CTX_get0_pkey(ctx); local
372 EVP_PKEY *pub_key = EVP_PKEY_CTX_get0_pkey(ctx); local
H A Dgost_ameth.c671 EC_POINT *pub_key; local
725 const EC_POINT *pub_key; local
[all...]
/freebsd-10-stable/contrib/ntp/libntp/
H A Dlibssl_compat.c309 sslshim_DSA_set0_key( DSA * pdsa, BIGNUM * pub_key, BIGNUM * priv_key ) argument
/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Dec_key.c235 EC_POINT *pub_key = NULL; local
472 EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) argument
[all...]
H A Dec_ameth.c255 EC_POINT *pub_key; local
414 BIGNUM *pub_key = NULL, *order = NULL; local
[all...]
H A Dec_lcl.h260 EC_POINT *pub_key; member in struct:ec_key_st
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c546 BIGNUM *pub_key; local
[all...]
/freebsd-10-stable/contrib/ldns/
H A Dkeys.c215 EC_POINT* pub_key; local
[all...]
/freebsd-10-stable/crypto/openssl/engines/
H A De_ubsec.c900 static int ubsec_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, argument
944 BIGNUM *pub_key = NULL; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c1316 cryptodev_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) argument
1169 cryptodev_dsa_dsa_mod_exp(DSA *dsa, BIGNUM *t1, BIGNUM *g, BIGNUM *u1, BIGNUM *pub_key, BIGNUM *u2, BIGNUM *p, BN_CTX *ctx, BN_MONT_CTX *mont) argument
[all...]
/freebsd-10-stable/contrib/ntp/util/
H A Dntp-keygen.c1153 BIGNUM *pub_key, *priv_key; local
1556 BIGNUM *p, *q, *g, *priv_key, *pub_key; local
[all...]
/freebsd-10-stable/crypto/openssl/ssl/
H A Ds3_clnt.c2838 EVP_PKEY *pub_key; local

Completed in 412 milliseconds

12