/external/tink/cc/experimental/pqcrypto/signature/ |
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
|
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
|
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
|
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
|
/external/tink/cc/internal/ |
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 …]
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/crypto/ |
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
|
D | curve25519_key_exchange.cc | 35 absl::string_view private_key) { in New() 61 uint8_t private_key[X25519_PRIVATE_KEY_LEN]; in NewPrivateKey() local
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/crypto/ |
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
|
D | curve25519_key_exchange.cc | 35 absl::string_view private_key) { in New() 61 uint8_t private_key[X25519_PRIVATE_KEY_LEN]; in NewPrivateKey() local
|
/external/cronet/stable/crypto/ |
D | nss_key_util_unittest.cc | 43 ScopedSECKEYPrivateKey private_key; in TEST_F() local 57 ScopedSECKEYPrivateKey private_key; in TEST_F() local 75 ScopedSECKEYPrivateKey private_key; in TEST_F() local
|
/external/cronet/tot/crypto/ |
D | nss_key_util_unittest.cc | 43 ScopedSECKEYPrivateKey private_key; in TEST_F() local 57 ScopedSECKEYPrivateKey private_key; in TEST_F() local 75 ScopedSECKEYPrivateKey private_key; in TEST_F() local
|
/external/libchrome/crypto/ |
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
|
/external/boringssl/src/crypto/mlkem/ |
D | mlkem.cc | 54 const struct MLKEM768_private_key *private_key) { in MLKEM768_public_from_private() 70 const struct MLKEM768_private_key *private_key) { in MLKEM768_decap() 120 const struct MLKEM1024_private_key *private_key) { in MLKEM1024_public_from_private() 136 const struct MLKEM1024_private_key *private_key) { in MLKEM1024_decap()
|
/external/federated-compute/fcp/secagg/shared/ |
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
|
/external/private-join-and-compute/private_join_and_compute/crypto/ |
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
|
/external/webrtc/rtc_base/ |
D | rtc_certificate.h | 39 RTCCertificatePEM(absl::string_view private_key, in RTCCertificatePEM() 43 const std::string& private_key() const { return private_key_; } in private_key() function
|
/external/grpc-grpc/src/core/lib/security/security_connector/ |
D | ssl_utils.h | 151 PemKeyCertPair(absl::string_view private_key, absl::string_view cert_chain) in PemKeyCertPair() 179 const std::string& private_key() const { return private_key_; } in private_key() function
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/ |
D | ssl_utils.h | 147 PemKeyCertPair(absl::string_view private_key, absl::string_view cert_chain) in PemKeyCertPair() 175 const std::string& private_key() const { return private_key_; } in private_key() function
|
/external/cronet/stable/net/ssl/ |
D | ssl_client_auth_cache.cc | 19 scoped_refptr<SSLPrivateKey>* private_key) { in Lookup() 33 scoped_refptr<SSLPrivateKey> private_key) { in Add()
|
/external/googleapis/google/cloud/video/stitcher/v1/ |
D | cdn_keys.proto | 60 bytes private_key = 1 [(google.api.field_behavior) = INPUT_ONLY]; field 75 bytes private_key = 1 [(google.api.field_behavior) = INPUT_ONLY]; field
|
/external/cronet/tot/net/ssl/ |
D | ssl_client_auth_cache.cc | 19 scoped_refptr<SSLPrivateKey>* private_key) { in Lookup() 33 scoped_refptr<SSLPrivateKey> private_key) { in Add()
|
/external/google-cloud-java/java-video-stitcher/proto-google-cloud-video-stitcher-v1/src/main/proto/google/cloud/video/stitcher/v1/ |
D | cdn_keys.proto | 60 bytes private_key = 1 [(google.api.field_behavior) = INPUT_ONLY]; field 75 bytes private_key = 1 [(google.api.field_behavior) = INPUT_ONLY]; field
|
/external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
D | json_token.h | 42 RSA* private_key; member 44 EVP_PKEY* private_key; member
|
/external/vboot_reference/tests/ |
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()
|
/external/tink/cc/hybrid/internal/ |
D | hpke_private_key_manager.cc | 40 HpkePrivateKey& private_key) { in GenerateX25519Key() 64 HpkePrivateKey private_key; in CreateKey() local
|