Home
last modified time | relevance | path

Searched defs:pub_key (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/crypto/dh/
HDdh_key.c85 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key()
97 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key_padded()
135 BIGNUM *pub_key = NULL, *priv_key = NULL; in generate_key() local
213 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key()
HDdh_check.c151 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) in DH_check_pub_key()
HDdh_ameth.c158 ASN1_INTEGER *pub_key = NULL; in dh_pub_encode() local
342 BIGNUM *priv_key, *pub_key; in do_dh_print() local
HDdh.h145 BIGNUM *pub_key; /* g^x % p */ member
/freebsd-11-stable/crypto/openssl/crypto/ecdh/
HDech_key.c72 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, in ECDH_compute_key()
HDech_ossl.c108 static int ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, in ecdh_compute_key()
/freebsd-11-stable/crypto/openssl/crypto/dsa/
HDdsa_key.c95 BIGNUM *pub_key = NULL, *priv_key = NULL; in dsa_builtin_keygen() local
HDdsa.h166 BIGNUM *pub_key; /* y public key */ member
HDdsa_ameth.c426 const BIGNUM *priv_key, *pub_key; in do_dsa_print() local
/freebsd-11-stable/crypto/openssl/engines/ccgost/
HDgost2001.c270 const EC_POINT *pub_key = NULL; in gost2001_do_verify() local
384 EC_POINT *pub_key = NULL; in gost2001_compute_public() local
HDgost_pmeth.c363 EVP_PKEY *pub_key = EVP_PKEY_CTX_get0_pkey(ctx); in pkey_gost94_cp_verify() local
378 EVP_PKEY *pub_key = EVP_PKEY_CTX_get0_pkey(ctx); in pkey_gost01_cp_verify() local
HDgost94_keyx.c32 static int compute_pair_key_le(unsigned char *pair_key, BIGNUM *pub_key, in compute_pair_key_le()
HDgost2001_keyx.c23 const EC_POINT *pub_key, EC_KEY *priv_key, in VKO_compute_key()
HDgost_ameth.c677 EC_POINT *pub_key; in pub_decode_gost01() local
735 const EC_POINT *pub_key; in pub_encode_gost01() local
/freebsd-11-stable/crypto/openssl/crypto/ec/
HDec_key.c235 EC_POINT *pub_key = NULL; in EC_KEY_generate_key() local
473 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) in EC_KEY_set_public_key()
HDec_ameth.c264 EC_POINT *pub_key; in eckey_priv_decode() local
420 BIGNUM *pub_key = NULL, *order = NULL; in do_EC_KEY_print() local
HDec_lcl.h268 EC_POINT *pub_key; member
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
HDecs_ossl.c387 const EC_POINT *pub_key; in ecdsa_do_verify() local
/freebsd-11-stable/contrib/ntp/libntp/
HDlibssl_compat.c311 BIGNUM * pub_key, in sslshim_DSA_set0_key()
/freebsd-11-stable/crypto/openssl/engines/
HDe_ubsec.c900 static int ubsec_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, in ubsec_dh_compute_key()
944 BIGNUM *pub_key = NULL; in ubsec_dh_generate_key() local
/freebsd-11-stable/contrib/ntp/util/
HDntp-keygen.c1153 BIGNUM *pub_key, *priv_key; in gen_iffkey() local
1556 BIGNUM *p, *q, *g, *priv_key, *pub_key; in gen_mvkey() local
/freebsd-11-stable/contrib/ntp/ntpd/
HDntp_crypto.c2369 const BIGNUM *pub_key; in crypto_iff() local
2928 const BIGNUM *pub_key, *priv_key; in crypto_bob3() local
3043 const BIGNUM *pub_key, *priv_key; in crypto_mv() local
/freebsd-11-stable/crypto/openssl/crypto/engine/
HDeng_cryptodev.c1246 BIGNUM *u1, BIGNUM *pub_key, BIGNUM *u2, BIGNUM *p, in cryptodev_dsa_dsa_mod_exp()
1392 cryptodev_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in cryptodev_dh_compute_key()
/freebsd-11-stable/contrib/ldns/
HDkeys.c215 EC_POINT* pub_key; in ldns_EC_KEY_calc_public() local
/freebsd-11-stable/crypto/openssl/ssl/
HDs3_clnt.c3001 EVP_PKEY *pub_key; in ssl3_send_client_key_exchange() local

12