/aosp_15_r20/external/rust/crates/openssl/src/ |
D | dsa.rs | 104 pub fn pub_key(&self) -> &BigNumRef { in pub_key() function 106 let mut pub_key = ptr::null(); in pub_key() localVariable 554 let pub_key = dsa.pub_key(); in test_pubkey_generation() localVariable 567 let pub_key = BigNum::from_u32(207).unwrap(); in test_priv_key_from_parts() localVariable 582 let pub_key = BigNum::from_u32(207).unwrap(); in test_pub_key_from_parts() localVariable 619 let pub_key = dsa_ref.pub_key(); in test_signature() localVariable 632 let pub_key = Dsa::from_public_components( in test_signature() localVariable 639 let pub_key = PKey::from_dsa(pub_key).unwrap(); in test_signature() localVariable 658 let pub_key: PKey<_> = dsa_ref.clone().try_into().unwrap(); in test_signature_der() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/tests/ |
D | builder.rs | 36 let pub_key = in root_ca_certificate() localVariable 63 let pub_key = in root_ca_certificate_ecdsa() localVariable 94 let pub_key = in sub_ca_certificate() localVariable 134 let pub_key = in leaf_certificate() localVariable 213 let pub_key = in pss_certificate() localVariable
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | ec_util.cc | 93 SslUniquePtr<EC_POINT> pub_key(EC_POINT_new(group)); in SslGetEcPointFromCoordinates() local 203 const EC_POINT *pub_key = EC_KEY_get0_public_key(&key); in EcKeyFromSslEcKey() local 267 absl::Span<uint8_t> pub_key) { in SslNewKeyPairFromEcKey() 689 EllipticCurveType curve, const BIGNUM *priv_key, const EC_POINT *pub_key) { in ComputeEcdhSharedSecret()
|
/aosp_15_r20/external/tink/cc/subtle/ |
H A D | rsa_ssa_pkcs1_verify_boringssl_test.cc | 94 internal::RsaPublicKey pub_key{nist_test_vector.n, nist_test_vector.e}; in TEST_F() local 140 internal::RsaPublicKey pub_key{nist_test_vector.n, nist_test_vector.e}; in TEST_F() local 301 internal::RsaPublicKey pub_key{nist_test_vector.n, nist_test_vector.e}; in TEST_F() local
|
H A D | rsa_ssa_pss_verify_boringssl_test.cc | 106 internal::RsaPublicKey pub_key{kNistTestVector.n, kNistTestVector.e}; in TEST() local 160 internal::RsaPublicKey pub_key{kNistTestVector.n, kNistTestVector.e}; in TEST() local 313 internal::RsaPublicKey pub_key{kNistTestVector.n, kNistTestVector.e}; in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/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 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
|
/aosp_15_r20/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 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
|
/aosp_15_r20/external/boringssl/src/crypto/trust_token/ |
H A D | trust_token_test.cc | 52 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 638 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in SetupContexts() local 884 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in TEST_P() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/trust_token/ |
H A D | trust_token_test.cc | 52 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 638 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in SetupContexts() local 884 uint8_t pub_key[TRUST_TOKEN_MAX_PUBLIC_KEY_SIZE]; in TEST_P() local
|
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/ |
D | ed25519.rs | 75 let pub_key = E::PublicKey::from_bytes(pub_key.as_slice().try_into().unwrap()) in run_wycheproof_test() localVariable 149 let pub_key = kp.public_key(); in run_test() localVariable
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/ |
H A D | ed25519.rs | 201 let pub_key = PublicKey::from_bytes(&pk); in empty_msg() localVariable 222 let pub_key = PublicKey::from_bytes(&pk); in ed25519_sign_and_verify() localVariable
|
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/ |
H A D | ed25519.rs | 201 let pub_key = PublicKey::from_bytes(&pk); in empty_msg() localVariable 222 let pub_key = PublicKey::from_bytes(&pk); in ed25519_sign_and_verify() localVariable
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/tests/ |
D | credential_slab_tests.cc | 105 const std::array<uint8_t, 32> pub_key{1, 2, 3}; in TEST_F() local 124 const std::array<uint8_t, 32> pub_key{1, 2, 3}; in TEST_F() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_key.c | 263 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/dh/ |
D | dh.c | 132 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
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/dh/ |
D | dh.c | 132 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
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/dsa/ |
H A D | dsa_test.cc | 196 bssl::UniquePtr<BIGNUM> pub_key(BN_bin2bn(fips_y, sizeof(fips_y), nullptr)); in GetFIPSDSA() local 395 bssl::UniquePtr<BIGNUM> pub_key(BN_bin2bn(fips_y, sizeof(fips_y), nullptr)); in TEST() local
|
/aosp_15_r20/system/keymaster/km_openssl/ |
H A D | ec_key_factory.cpp | 123 uint8_t pub_key[ED25519_PUBLIC_KEY_LEN]; in GenerateKey() local 131 uint8_t pub_key[X25519_PUBLIC_VALUE_LEN]; in GenerateKey() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_key.c | 263 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
|
/aosp_15_r20/external/boringssl/src/crypto/dsa/ |
H A D | dsa_test.cc | 196 bssl::UniquePtr<BIGNUM> pub_key(BN_bin2bn(fips_y, sizeof(fips_y), nullptr)); in GetFIPSDSA() local 419 bssl::UniquePtr<BIGNUM> pub_key(BN_bin2bn(fips_y, sizeof(fips_y), nullptr)); in TEST() local
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/dh/ |
H A D | dh.c | 126 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key() 195 BIGNUM *pub_key = NULL, *priv_key = NULL, *priv_key_limit = NULL; in DH_generate_key() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/dh/ |
H A D | dh.c | 126 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key() 195 BIGNUM *pub_key = NULL, *priv_key = NULL, *priv_key_limit = NULL; in DH_generate_key() local
|
/aosp_15_r20/external/boringssl/src/crypto/dh_extra/ |
H A D | dh_test.cc | 227 bssl::UniquePtr<BIGNUM> pub_key( in TEST() local 472 bssl::UniquePtr<BIGNUM> pub_key(BN_new()); in TEST() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/dh_extra/ |
H A D | dh_test.cc | 227 bssl::UniquePtr<BIGNUM> pub_key( in TEST() local 472 bssl::UniquePtr<BIGNUM> pub_key(BN_new()); in TEST() local
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/ec/ |
H A D | ec_key.c | 262 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) { in EC_KEY_set_public_key() 497 EC_POINT *pub_key = EC_POINT_new(key->group); in EC_KEY_generate_key() local
|