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

12

/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_check.c151 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
97 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) argument
135 BIGNUM *pub_key = NULL, *priv_key = NULL; local
213 compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) argument
[all...]
H A Ddh_ameth.c158 ASN1_INTEGER *pub_key = NULL; local
342 BIGNUM *priv_key, *pub_key; local
[all...]
H A Ddh.h145 BIGNUM *pub_key; /* g^x % p */ member in struct:dh_st
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_key.c95 BIGNUM *pub_key = NULL, *priv_key = NULL; local
[all...]
H A Ddsa_ameth.c426 const BIGNUM *priv_key, *pub_key; local
[all...]
H A Ddsa.h166 BIGNUM *pub_key; /* y public key */ member in struct:dsa_st
/freebsd-11-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-11-stable/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c387 const EC_POINT *pub_key; local
/freebsd-11-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.c270 const EC_POINT *pub_key = NULL; local
384 EC_POINT *pub_key = NULL; local
[all...]
H A Dgost_pmeth.c363 EVP_PKEY *pub_key = EVP_PKEY_CTX_get0_pkey(ctx); local
378 EVP_PKEY *pub_key = EVP_PKEY_CTX_get0_pkey(ctx); local
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 Dgost_ameth.c677 EC_POINT *pub_key; local
735 const EC_POINT *pub_key; local
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dlibssl_compat.c309 sslshim_DSA_set0_key( DSA * pdsa, BIGNUM * pub_key, BIGNUM * priv_key ) argument
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_key.c235 EC_POINT *pub_key = NULL; local
473 EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) argument
[all...]
H A Dec_lcl.h268 EC_POINT *pub_key; member in struct:ec_key_st
H A Dec_ameth.c264 EC_POINT *pub_key; local
420 BIGNUM *pub_key = NULL, *order = NULL; local
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dkeys.c215 EC_POINT* pub_key; local
[all...]
/freebsd-11-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-11-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-11-stable/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c1392 cryptodev_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) argument
1245 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-11-stable/crypto/openssl/ssl/
H A Ds3_clnt.c3001 EVP_PKEY *pub_key; local
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c2369 const BIGNUM *pub_key; local
2928 const BIGNUM *pub_key, *priv_key; local
3043 const BIGNUM *pub_key, *priv_key; local
[all...]

Completed in 209 milliseconds

12