/external/openssh/ |
D | kexdh.c | 116 const BIGNUM *pub_key; in kex_dh_keypair() local 145 const BIGNUM *pub_key; in kex_dh_enc() local
|
D | kexgexc.c | 98 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
|
D | kexgexs.c | 130 const BIGNUM *pub_key, *dh_p, *dh_g; in input_kex_dh_gex_init() local
|
D | kexecdh.c | 96 const EC_POINT *pub_key; in kex_ecdh_enc() local
|
/external/openssh/openbsd-compat/ |
D | libressl-api-compat.c | 200 DSA_get0_key(const DSA *d, const BIGNUM **pub_key, const BIGNUM **priv_key) in DSA_get0_key() 211 DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key() 489 DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key() 500 DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
|
/external/boringssl/src/crypto/fipsmodule/ecdh/ |
D | ecdh.c | 80 int ECDH_compute_key_fips(uint8_t *out, size_t out_len, const EC_POINT *pub_key, in ECDH_compute_key_fips()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ecdh/ |
D | ecdh.c | 80 int ECDH_compute_key_fips(uint8_t *out, size_t out_len, const EC_POINT *pub_key, in ECDH_compute_key_fips()
|
/external/boringssl/src/crypto/ecdh_extra/ |
D | ecdh_extra.c | 80 int ECDH_compute_key(void *out, size_t out_len, const EC_POINT *pub_key, in ECDH_compute_key()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/ecdh_extra/ |
D | ecdh_extra.c | 80 int ECDH_compute_key(void *out, size_t out_len, const EC_POINT *pub_key, in ECDH_compute_key()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/dh/ |
D | check.c | 62 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *out_flags) { in DH_check_pub_key()
|
D | dh.c | 136 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key() 310 BIGNUM *pub_key = NULL, *priv_key = NULL; in DH_generate_key() local
|
D | dh_test.cc | 296 bssl::UniquePtr<BIGNUM> pub_key( in TestBadY() local
|
/external/boringssl/src/crypto/fipsmodule/dh/ |
D | check.c | 62 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *out_flags) { in DH_check_pub_key()
|
D | dh.c | 131 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key() 191 BIGNUM *pub_key = NULL, *priv_key = NULL; in DH_generate_key() local
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_key.c | 264 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) { in EC_KEY_set_public_key() 424 EC_POINT *pub_key = EC_POINT_new(key->group); in EC_KEY_generate_key() local
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_key.c | 264 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) { in EC_KEY_set_public_key() 424 EC_POINT *pub_key = EC_POINT_new(key->group); in EC_KEY_generate_key() local
|
/external/openssh/regress/unittests/sshkey/ |
D | common.c | 145 const BIGNUM *pub_key = NULL; in dsa_pub_key() local
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | dsa.h | 418 BIGNUM *pub_key; // y public key member
|
D | dh.h | 273 BIGNUM *pub_key; // g^x mod p member
|
/external/boringssl/src/include/openssl/ |
D | dsa.h | 418 BIGNUM *pub_key; // y public key member
|
D | dh.h | 311 BIGNUM *pub_key; // g^x mod p member
|
/external/boringssl/src/crypto/trust_token/ |
D | trust_token_test.cc | 49 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in TEST() local 61 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in TEST() local 73 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in TEST() local 157 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in SetupContexts() local 417 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in TEST_P() local
|
/external/boringssl/src/crypto/fipsmodule/ecdsa/ |
D | ecdsa_test.cc | 392 bssl::UniquePtr<EC_POINT> pub_key(EC_POINT_new(group.get())); in TEST() local 438 bssl::UniquePtr<EC_POINT> pub_key(EC_POINT_new(group.get())); in TEST() local
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ecdsa/ |
D | ecdsa_test.cc | 392 bssl::UniquePtr<EC_POINT> pub_key(EC_POINT_new(group.get())); in TEST() local 438 bssl::UniquePtr<EC_POINT> pub_key(EC_POINT_new(group.get())); in TEST() local
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/trust_token/ |
D | trust_token_test.cc | 49 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in TEST() local 61 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in TEST() local 119 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in SetupContexts() local 375 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in TEST_P() local
|