/aosp_15_r20/external/tink/cc/internal/ |
H A D | rsa_util_test.cc | 68 RsaPrivateKey private_key; in GetKeyPair() local 84 const RsaPrivateKey& private_key = keys->second; in TEST() local 106 RsaPrivateKey private_key; in TEST() local 119 const RsaPrivateKey& private_key = keys->second; in TEST() local 179 RsaPrivateKey private_key; in TEST() local 206 const RsaPrivateKey& private_key = keys->second; in TEST() local 215 const RsaPrivateKey& private_key = keys->second; in TEST() local 261 const RsaPrivateKey& private_key = keys->second; in TEST() local 278 const RsaPrivateKey& private_key = keys->second; in TEST() local 293 const RsaPrivateKey& private_key = keys->second; in TEST() local [all …]
|
/aosp_15_r20/external/tink/cc/experimental/pqcrypto/signature/ |
H A D | dilithium_sign_key_manager_test.cc | 108 StatusOr<DilithiumPrivateKey> private_key = in TEST_P() local 123 StatusOr<DilithiumPrivateKey> private_key = in TEST_P() local 141 StatusOr<DilithiumPrivateKey> private_key = in TEST_P() local 157 StatusOr<DilithiumPrivateKey> private_key = in TEST_P() local 172 StatusOr<DilithiumPrivateKey> private_key = in TEST_P() local 193 util::StatusOr<DilithiumPrivateKey> private_key = in TEST_P() local 223 util::StatusOr<DilithiumPrivateKey> private_key = in TEST_P() local
|
H A D | sphincs_sign_key_manager_test.cc | 160 StatusOr<SphincsPrivateKey> private_key = in TEST_P() local 178 StatusOr<SphincsPrivateKey> private_key = in TEST_P() local 193 StatusOr<SphincsPrivateKey> private_key = in TEST() local 209 StatusOr<SphincsPrivateKey> private_key = in TEST_P() local 225 StatusOr<SphincsPrivateKey> private_key = in TEST_P() local 247 util::StatusOr<SphincsPrivateKey> private_key = in TEST_P() local 283 util::StatusOr<SphincsPrivateKey> private_key = in TEST_P() local
|
H A D | falcon_sign_key_manager_test.cc | 98 StatusOr<FalconPrivateKey> private_key = in TEST_P() local 115 StatusOr<FalconPrivateKey> private_key = in TEST_P() local 133 StatusOr<FalconPrivateKey> private_key = in TEST_P() local 148 StatusOr<FalconPrivateKey> private_key = in TEST_P() local 168 util::StatusOr<FalconPrivateKey> private_key = in TEST_P() local 198 util::StatusOr<FalconPrivateKey> private_key = in TEST_P() local
|
H A D | falcon_verify_key_manager_test.cc | 67 StatusOr<FalconPrivateKey> private_key = in CreateValidPublicKey() local 111 StatusOr<FalconPrivateKey> private_key = in TEST_P() local 140 StatusOr<FalconPrivateKey> private_key = in TEST_P() local 159 StatusOr<FalconPrivateKey> private_key = in TEST_P() local
|
H A D | sphincs_verify_key_manager_test.cc | 125 StatusOr<SphincsPrivateKey> private_key = in CreateValidPublicKey() local 192 StatusOr<SphincsPrivateKey> private_key = in TEST_P() local 228 StatusOr<SphincsPrivateKey> private_key = in TEST_P() local 248 StatusOr<SphincsPrivateKey> private_key = in TEST_P() local
|
/aosp_15_r20/system/security/mls/mls-rs-crypto-boringssl/src/ |
H A D | ecdh.rs | 99 let private_key = x25519::PrivateKey(secret_key[..x25519::PRIVATE_KEY_LEN].try_into()?); in dh() localVariable 117 let private_key = x25519::PrivateKey(secret_key[..x25519::PRIVATE_KEY_LEN].try_into()?); in to_public() localVariable 165 let private_key = HpkeSecretKey::from( in dh() localVariable 195 let private_key = HpkeSecretKey::from( in dh_invalid_key() localVariable 210 let private_key = HpkeSecretKey::from( in to_public() localVariable
|
H A D | eddsa.rs | 87 let private_key = ed25519::PrivateKey::generate(); in signature_key_generate() localVariable 107 let private_key = in signature_key_derive_public() localVariable 128 let private_key = in sign() localVariable 182 let private_key = SignatureSecretKey::from( in signature_key_derive_public() localVariable 210 let private_key = SignatureSecretKey::from( in sign_verify() localVariable
|
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/dodis_yampolskiy_prf/ |
H A D | dy_verifiable_random_function.cc | 72 DyVerifiableRandomFunction::PrivateKey private_key{ in GenerateKeyPair() local 247 const proto::DyVrfPrivateKey& private_key) { in Apply() 276 const DyVerifiableRandomFunction::PrivateKey& private_key) { in GenerateApplyProofMessage1() 343 const DyVerifiableRandomFunction::PrivateKey& private_key, in GenerateApplyProofMessage2() 377 const proto::DyVrfPrivateKey& private_key, in GenerateApplyProof() 573 const DyVerifiableRandomFunction::PrivateKey& private_key) { in DyVrfPrivateKeyToProto()
|
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/ |
H A D | ec_commutative_cipher.cc | 45 ECGroup group, BigNum private_key, in ECCommutativeCipher() 70 BigNum private_key = group.GeneratePrivateKey(); in CreateWithNewKey() local 83 BigNum private_key = context->CreateBigNum(key_bytes); in CreateFromKey() local 105 BigNum private_key = context->PRF(seed_bytes, tag_bytes, group.GetOrder()); in CreateWithKeyFromSeed() local
|
/aosp_15_r20/external/boringssl/src/crypto/dilithium/ |
H A D | dilithium.c | 982 struct private_key { struct 983 uint8_t rho[RHO_BYTES]; 984 uint8_t k[K_BYTES]; 985 uint8_t public_key_hash[TR_BYTES]; 986 vectorl s1; 987 vectork s2; 988 vectork t0; 1219 const struct DILITHIUM_private_key *private_key) { in DILITHIUM_public_from_private() 1262 const struct DILITHIUM_private_key *private_key, const uint8_t *msg, in dilithium_sign_with_randomizer() 1408 const struct DILITHIUM_private_key *private_key, const uint8_t *msg, in DILITHIUM_sign_deterministic() [all …]
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | vb2_common3_tests.c | 32 const struct vb2_private_key *private_key, in test_check_keyblock() 139 const struct vb2_private_key *private_key, in test_verify_keyblock() 201 struct vb2_private_key *private_key, in test_verify_fw_preamble() 345 const struct vb2_private_key *private_key) in test_verify_kernel_preamble()
|
/aosp_15_r20/external/tink/cc/jwt/internal/ |
H A D | raw_jwt_rsa_ssa_pkcs1_sign_key_manager_test.cc | 113 void CheckNewKey(const JwtRsaSsaPkcs1PrivateKey& private_key, in CheckNewKey() 172 StatusOr<JwtRsaSsaPkcs1PrivateKey> private_key = in TEST() local 184 StatusOr<JwtRsaSsaPkcs1PrivateKey> private_key = in TEST() local 196 StatusOr<JwtRsaSsaPkcs1PrivateKey> private_key = in TEST() local
|
H A D | raw_jwt_rsa_ssa_pss_sign_key_manager_test.cc | 108 void CheckNewKey(const JwtRsaSsaPssPrivateKey& private_key, in CheckNewKey() 165 StatusOr<JwtRsaSsaPssPrivateKey> private_key = in TEST() local 176 StatusOr<JwtRsaSsaPssPrivateKey> private_key = in TEST() local 187 StatusOr<JwtRsaSsaPssPrivateKey> private_key = in TEST() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ |
H A D | p256_key_exchange.cc | 23 P256KeyExchange::P256KeyExchange(bssl::UniquePtr<EC_KEY> private_key, in P256KeyExchange() 44 bssl::UniquePtr<EC_KEY> private_key( in New() local 77 std::unique_ptr<uint8_t[]> private_key(new uint8_t[key_len]); in NewPrivateKey() local
|
/aosp_15_r20/external/libchrome/crypto/ |
H A D | nss_key_util_unittest.cc | 38 ScopedSECKEYPrivateKey private_key; in TEST_F() local 52 ScopedSECKEYPrivateKey private_key; in TEST_F() local 70 ScopedSECKEYPrivateKey private_key; in TEST_F() local
|
/aosp_15_r20/external/cronet/crypto/ |
H A D | nss_key_util_unittest.cc | 38 ScopedSECKEYPrivateKey private_key; in TEST_F() local 52 ScopedSECKEYPrivateKey private_key; in TEST_F() local 70 ScopedSECKEYPrivateKey private_key; in TEST_F() local
|
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/ |
H A D | ecdh_key_agreement.cc | 51 EcdhKeyAgreement::CreateFromPrivateKey(const EcdhPrivateKey& private_key) { in CreateFromPrivateKey() 69 const EcdhPrivateKey& private_key, const EcdhPublicKey& public_key) { in CreateFromKeypair() 111 uint8_t private_key[EcdhPrivateKey::kSize]; in PrivateKey() local
|
/aosp_15_r20/external/boringssl/src/crypto/kyber/ |
H A D | kyber.c | 584 struct private_key { struct 590 static struct private_key *private_key_from_external( in private_key_from_external() argument 657 const struct KYBER_private_key *private_key) { in KYBER_public_from_private() 758 const struct KYBER_private_key *private_key) { in KYBER_decap() 812 const struct KYBER_private_key *private_key) { in KYBER_marshal_private_key()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/kyber/ |
H A D | kyber.c | 583 struct private_key { struct 589 static struct private_key *private_key_from_external( in private_key_from_external() argument 656 const struct KYBER_private_key *private_key) { in KYBER_public_from_private() 757 const struct KYBER_private_key *private_key) { in KYBER_decap() 811 const struct KYBER_private_key *private_key) { in KYBER_marshal_private_key()
|
/aosp_15_r20/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/testing/ |
H A D | utils.cc | 871 anonymous_tokens::TestRsaPrivateKey private_key = { in GetStrongTestRsaKeyPair2048() local 945 anonymous_tokens::TestRsaPrivateKey private_key = { in GetAnotherStrongTestRsaKeyPair2048() local 1035 anonymous_tokens::TestRsaPrivateKey private_key = { in GetStrongTestRsaKeyPair3072() local 1143 anonymous_tokens::TestRsaPrivateKey private_key = { in GetStrongTestRsaKeyPair4096() local
|
/aosp_15_r20/external/tink/cc/signature/ |
H A D | ed25519_private_key_test.cc | 76 util::StatusOr<Ed25519PrivateKey> private_key = Ed25519PrivateKey::Create( in TEST_P() local 154 util::StatusOr<Ed25519PrivateKey> private_key = Ed25519PrivateKey::Create( in TEST_P() local 191 util::StatusOr<Ed25519PrivateKey> private_key = Ed25519PrivateKey::Create( in TEST() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/ |
H A D | ed25519.rs | 68 let mut private_key = [0u8; KEYPAIR_LEN]; in generate() localVariable 93 let mut private_key = [0u8; KEYPAIR_LEN]; localVariable 179 let private_key = PrivateKey::generate(); in gen_roundtrip() localVariable
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | ecdsa.rs | 164 let private_key = EcKey::generate(&group).unwrap(); in sign_and_verify() localVariable 192 let private_key = EcKey::generate(&group).unwrap(); in check_private_components() localVariable 212 let private_key = EcKey::generate(&group).unwrap(); in serialize_deserialize() localVariable
|
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/ |
H A D | ed25519.rs | 68 let mut private_key = [0u8; KEYPAIR_LEN]; in generate() localVariable 93 let mut private_key = [0u8; KEYPAIR_LEN]; localVariable 179 let private_key = PrivateKey::generate(); in gen_roundtrip() localVariable
|