/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dsa/ |
H A D | dsa_check.c | 66 int ossl_dsa_check_pub_key(const DSA *dsa, const BIGNUM *pub_key, int *ret) in ossl_dsa_check_pub_key() 80 int ossl_dsa_check_pub_key_partial(const DSA *dsa, const BIGNUM *pub_key, int *ret) in ossl_dsa_check_pub_key_partial() 107 BIGNUM *pub_key = NULL; in ossl_dsa_check_pairwise() local
|
H A D | dsa_key.c | 44 const BIGNUM *priv_key, BIGNUM *pub_key) in ossl_dsa_generate_public_key() 66 BIGNUM *pub_key = NULL, *priv_key = NULL; in dsa_keygen() local
|
H A D | dsa_lib.c | 49 BIGNUM *pub_key = NULL, *priv_key = NULL; in DSA_dup_DH() local 306 const BIGNUM **pub_key, const BIGNUM **priv_key) in DSA_get0_key() 314 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dh/ |
H A D | dh_check.c | 230 int DH_check_pub_key_ex(const DH *dh, const BIGNUM *pub_key) in DH_check_pub_key_ex() 250 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) in DH_check_pub_key() 272 int ossl_dh_check_pub_key_partial(const DH *dh, const BIGNUM *pub_key, int *ret) in ossl_dh_check_pub_key_partial() 336 BIGNUM *pub_key = NULL; in ossl_dh_check_pairwise() local
|
H A D | dh_key.c | 40 int ossl_dh_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in ossl_dh_compute_key() 114 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key() 144 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key_padded() 226 const BIGNUM *priv_key, BIGNUM *pub_key) in ossl_dh_generate_public_key() 269 BIGNUM *pub_key = NULL, *priv_key = NULL; in generate_key() local
|
H A D | dh_lib.c | 255 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() 263 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
|
H A D | dh_ameth.c | 118 ASN1_INTEGER *pub_key = NULL; in dh_pub_encode() local 248 BIGNUM *priv_key, *pub_key; in do_dh_print() local 460 const BIGNUM *pub_key = DH_get0_pub_key(dh); in dh_pkey_export_to() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dh/ |
H A D | dh_key.c | 32 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key() 57 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key_padded() 110 BIGNUM *pub_key = NULL, *priv_key = NULL; in generate_key() local 197 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key()
|
H A D | dh_check.c | 163 int DH_check_pub_key_ex(const DH *dh, const BIGNUM *pub_key) in DH_check_pub_key_ex() 180 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) in DH_check_pub_key()
|
H A D | dh_lib.c | 226 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() 234 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
H A D | ecdh_ossl.c | 23 const EC_POINT *pub_key, const EC_KEY *ecdh) in ossl_ecdh_compute_key() 39 const EC_POINT *pub_key, const EC_KEY *ecdh) in ecdh_simple_compute_key()
|
H A D | ec_kmeth.c | 127 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, in ECDH_compute_key() 181 const EC_POINT *pub_key)) in EC_KEY_METHOD_set_init() 200 const EC_POINT *pub_key, in EC_KEY_METHOD_set_compute_key() 248 const EC_POINT *pub_key)) in EC_KEY_METHOD_get_init() 274 const EC_POINT *pub_key, in EC_KEY_METHOD_get_compute_key()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ffc/ |
H A D | ffc_key_validate.c | 20 const BIGNUM *pub_key, int *ret) in ossl_ffc_validate_public_key_partial() 63 const BIGNUM *pub_key, int *ret) in ossl_ffc_validate_public_key()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ecdh_ossl.c | 29 const EC_POINT *pub_key, const EC_KEY *ecdh) in ossl_ecdh_compute_key() 50 const EC_POINT *pub_key, const EC_KEY *ecdh) in ossl_ecdh_simple_compute_key()
|
H A D | ec_kmeth.c | 154 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, in ECDH_compute_key() 208 const EC_POINT *pub_key)) in EC_KEY_METHOD_set_init() 227 const EC_POINT *pub_key, in EC_KEY_METHOD_set_compute_key() 275 const EC_POINT *pub_key)) in EC_KEY_METHOD_get_init() 301 const EC_POINT *pub_key, in EC_KEY_METHOD_get_compute_key()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | openssldh_link.c | 85 DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) { in DH_get0_key() 95 DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key() 160 const BIGNUM *pub_key = NULL; in openssldh_computesecret() local 397 const BIGNUM *pub_key = NULL, *p = NULL, *g = NULL; in openssldh_todns() local 457 BIGNUM *pub_key = NULL, *p = NULL, *g = NULL; in openssldh_fromdns() local 601 const BIGNUM *pub_key = NULL, *priv_key = NULL, *p = NULL, *g = NULL; in openssldh_tofile() local 667 BIGNUM *pub_key = NULL, *priv_key = NULL, *p = NULL, *g = NULL; in openssldh_parse() local
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | kexdh.c | 114 const BIGNUM *pub_key; in kex_dh_keypair() local 143 const BIGNUM *pub_key; in kex_dh_enc() local
|
H A D | kexgexc.c | 97 const BIGNUM *pub_key; in input_kex_dh_gex_group() local 147 const BIGNUM *pub_key, *dh_p, *dh_g; in input_kex_dh_gex_reply() local
|
H A D | kexgexs.c | 129 const BIGNUM *pub_key, *dh_p, *dh_g; in input_kex_dh_gex_init() local
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | openssldh_link.c |
|
H A D | openssl_shim.c | 175 DH_get0_key(const DH * dh,const BIGNUM ** pub_key,const BIGNUM ** priv_key) DH_get0_key() argument 185 DH_set0_key(DH * dh,BIGNUM * pub_key,BIGNUM * priv_key) DH_set0_key() argument
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dsa/ |
H A D | dsa_lib.c | 194 BIGNUM *p = NULL, *q = NULL, *g = NULL, *pub_key = NULL, *priv_key = NULL; in DSA_dup_DH() local 281 const BIGNUM **pub_key, const BIGNUM **priv_key) in DSA_get0_key() 289 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key()
|
H A D | dsa_key.c | 29 BIGNUM *pub_key = NULL, *priv_key = NULL; in dsa_builtin_keygen() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/ |
H A D | ServerKeyExchange.pm | 133 sub pub_key subroutine
|
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/ |
H A D | ServerKeyExchange.pm | 133 sub pub_key subroutine
|