Home
last modified time | relevance | path

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

123

/external/openssh/
Dkexdh.c116 const BIGNUM *pub_key; in kex_dh_keypair() local
145 const BIGNUM *pub_key; in kex_dh_enc() local
Dkexgexc.c98 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
Dkexgexs.c130 const BIGNUM *pub_key, *dh_p, *dh_g; in input_kex_dh_gex_init() local
Dkexecdh.c96 const EC_POINT *pub_key; in kex_ecdh_enc() local
/external/openssh/openbsd-compat/
Dlibressl-api-compat.c200 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/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ecdh/
Decdh.c80 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/fipsmodule/ecdh/
Decdh.c80 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/ecdh_extra/
Decdh_extra.c80 int ECDH_compute_key(void *out, size_t out_len, const EC_POINT *pub_key, in ECDH_compute_key()
/external/boringssl/src/crypto/ecdh_extra/
Decdh_extra.c80 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/
Dcheck.c62 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *out_flags) { in DH_check_pub_key()
Ddh.c136 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
Ddh_test.cc296 bssl::UniquePtr<BIGNUM> pub_key( in TestBadY() local
/external/boringssl/src/crypto/fipsmodule/dh/
Dcheck.c62 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *out_flags) { in DH_check_pub_key()
Ddh.c131 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/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dec_key.c264 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/boringssl/src/crypto/fipsmodule/ec/
Dec_key.c264 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/
Dcommon.c145 const BIGNUM *pub_key = NULL; in dsa_pub_key() local
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Ddsa.h418 BIGNUM *pub_key; // y public key member
/external/boringssl/src/include/openssl/
Ddsa.h418 BIGNUM *pub_key; // y public key member
Ddh.h311 BIGNUM *pub_key; // g^x mod p member
/external/boringssl/src/crypto/trust_token/
Dtrust_token_test.cc49 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/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ecdsa/
Decdsa_test.cc392 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/boringssl/src/crypto/fipsmodule/ecdsa/
Decdsa_test.cc392 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/
Dtrust_token_test.cc49 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
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/netscape/
DNetscapeCertRequest.java133 PublicKey pub_key) throws NoSuchAlgorithmException, in NetscapeCertRequest()

123