Home
last modified time | relevance | path

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

123

/external/rust/crates/openssl/src/
Ddsa.rs103 pub fn pub_key(&self) -> &BigNumRef { in pub_key() function
105 let mut pub_key = ptr::null(); in pub_key() localVariable
522 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable
535 let pub_key = BigNum::from_u32(207).unwrap(); in test_priv_key_from_parts() localVariable
550 let pub_key = BigNum::from_u32(207).unwrap(); in test_pub_key_from_parts() localVariable
569 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable
582 let pub_key = Dsa::from_public_components( in test_signature() localVariable
589 let pub_key = PKey::from_dsa(pub_key).unwrap(); in test_signature() localVariable
608 let pub_key: PKey<_> = dsa_ref.clone().try_into().unwrap(); in test_signature_der() localVariable
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ecdh/
Decdh.c82 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.c82 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/
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/cronet/third_party/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/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/fipsmodule/dh/
Dcheck.c64 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *out_flags) { in DH_check_pub_key()
Dinternal.h31 BIGNUM *pub_key; // g^x mod p member
Ddh.c132 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key()
194 BIGNUM *pub_key = NULL, *priv_key = NULL; in DH_generate_key() local
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/dh/
Dcheck.c64 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *out_flags) { in DH_check_pub_key()
Dinternal.h31 BIGNUM *pub_key; // g^x mod p member
Ddh.c132 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key()
194 BIGNUM *pub_key = NULL, *priv_key = NULL; in DH_generate_key() local
/external/rust/crates/quiche/deps/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.c132 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key()
192 BIGNUM *pub_key = NULL, *priv_key = NULL; in DH_generate_key() local
/external/pigweed/pw_crypto/
Decdsa_boringssl.cc53 bssl::UniquePtr<EC_POINT> pub_key(EC_POINT_new(group.get())); in VerifyP256Signature() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dec_key.c263 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) { in EC_KEY_set_public_key()
423 EC_POINT *pub_key = EC_POINT_new(key->group); in EC_KEY_generate_key() local
/external/rust/crates/x509-cert/src/
Danchor.rs48 pub pub_key: SubjectPublicKeyInfo<'a>, field
/external/boringssl/src/crypto/fipsmodule/ec/
Dec_key.c262 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) { in EC_KEY_set_public_key()
495 EC_POINT *pub_key = EC_POINT_new(key->group); in EC_KEY_generate_key() local
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/
Dec_key.c262 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) { in EC_KEY_set_public_key()
495 EC_POINT *pub_key = EC_POINT_new(key->group); in EC_KEY_generate_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.h407 BIGNUM *pub_key; // y public key member
/external/cronet/third_party/boringssl/src/include/openssl/
Ddsa.h407 BIGNUM *pub_key; // y public key member
/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
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/trust_token/
Dtrust_token_test.cc52 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in TEST() local
131 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in TEST() local
174 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in TEST() local
642 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in SetupContexts() local
888 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in TEST_P() local

123