Home
last modified time | relevance | path

Searched defs:private_key (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/external/tink/cc/experimental/pqcrypto/signature/
Ddilithium_sign_key_manager_test.cc108 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
Dfalcon_sign_key_manager_test.cc98 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
Dsphincs_sign_key_manager_test.cc160 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
Dfalcon_verify_key_manager_test.cc67 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/
Drsa_util_test.cc68 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/
Dp256_key_exchange.cc23 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
Dcurve25519_key_exchange.cc35 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/
Dp256_key_exchange.cc23 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
Dcurve25519_key_exchange.cc35 absl::string_view private_key) { in New()
61 uint8_t private_key[X25519_PRIVATE_KEY_LEN]; in NewPrivateKey() local
/external/cronet/stable/crypto/
Dnss_key_util_unittest.cc43 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/
Dnss_key_util_unittest.cc43 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/
Dnss_key_util_unittest.cc38 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/
Dmlkem.cc54 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/
Decdh_key_agreement.cc51 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/
Dec_commutative_cipher.cc45 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/
Drtc_certificate.h39 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/
Dssl_utils.h151 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/
Dssl_utils.h147 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/
Dssl_client_auth_cache.cc19 scoped_refptr<SSLPrivateKey>* private_key) { in Lookup()
33 scoped_refptr<SSLPrivateKey> private_key) { in Add()
/external/googleapis/google/cloud/video/stitcher/v1/
Dcdn_keys.proto60 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/
Dssl_client_auth_cache.cc19 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/
Dcdn_keys.proto60 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/
Djson_token.h42 RSA* private_key; member
44 EVP_PKEY* private_key; member
/external/vboot_reference/tests/
Dvb2_common3_tests.c32 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/
Dhpke_private_key_manager.cc40 HpkePrivateKey& private_key) { in GenerateX25519Key()
64 HpkePrivateKey private_key; in CreateKey() local

12345678910>>...19