Home
last modified time | relevance | path

Searched defs:encrypter (Results 1 – 20 of 20) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dnull_encrypter_test.cc44 NullEncrypter encrypter(Perspective::IS_CLIENT); in TEST_F() local
79 NullEncrypter encrypter(Perspective::IS_SERVER); in TEST_F() local
88 NullEncrypter encrypter(Perspective::IS_CLIENT); in TEST_F() local
96 NullEncrypter encrypter(Perspective::IS_CLIENT); in TEST_F() local
Dchacha20_poly1305_tls_encrypter_test.cc74 QuicData* EncryptWithNonce(ChaCha20Poly1305TlsEncrypter* encrypter, in EncryptWithNonce()
92 ChaCha20Poly1305TlsEncrypter encrypter; in TEST_F() local
126 ChaCha20Poly1305TlsEncrypter encrypter; in TEST_F() local
145 ChaCha20Poly1305TlsEncrypter encrypter; in TEST_F() local
152 ChaCha20Poly1305TlsEncrypter encrypter; in TEST_F() local
159 ChaCha20Poly1305TlsEncrypter encrypter; in TEST_F() local
Dchacha20_poly1305_encrypter_test.cc74 QuicData* EncryptWithNonce(ChaCha20Poly1305Encrypter* encrypter, in EncryptWithNonce()
92 ChaCha20Poly1305Encrypter encrypter; in TEST_F() local
126 ChaCha20Poly1305Encrypter encrypter; in TEST_F() local
145 ChaCha20Poly1305Encrypter encrypter; in TEST_F() local
152 ChaCha20Poly1305Encrypter encrypter; in TEST_F() local
Daes_128_gcm_encrypter_test.cc161 QuicData* EncryptWithNonce(Aes128GcmEncrypter* encrypter, in EncryptWithNonce()
201 Aes128GcmEncrypter encrypter; in TEST_F() local
234 Aes128GcmEncrypter encrypter; in TEST_F() local
245 Aes128GcmEncrypter encrypter; in TEST_F() local
252 Aes128GcmEncrypter encrypter; in TEST_F() local
259 Aes128GcmEncrypter encrypter; in TEST_F() local
Daes_256_gcm_encrypter_test.cc169 QuicData* EncryptWithNonce(Aes256GcmEncrypter* encrypter, in EncryptWithNonce()
209 Aes256GcmEncrypter encrypter; in TEST_F() local
230 Aes256GcmEncrypter encrypter; in TEST_F() local
237 Aes256GcmEncrypter encrypter; in TEST_F() local
244 Aes256GcmEncrypter encrypter; in TEST_F() local
Daes_128_gcm_12_encrypter_test.cc162 QuicData* EncryptWithNonce(Aes128Gcm12Encrypter* encrypter, in EncryptWithNonce()
202 Aes128Gcm12Encrypter encrypter; in TEST_F() local
229 Aes128Gcm12Encrypter encrypter; in TEST_F() local
237 Aes128Gcm12Encrypter encrypter; in TEST_F() local
Dcrypto_utils_test.cc101 std::unique_ptr<QuicEncrypter> encrypter( in TEST_F() local
Dcrypto_handshake.h95 std::unique_ptr<QuicEncrypter> encrypter; member
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_crypto_stream_test.cc280 std::unique_ptr<NullEncrypter> encrypter = in TEST_F() local
350 std::unique_ptr<NullEncrypter> encrypter = in TEST_F() local
433 std::unique_ptr<NullEncrypter> encrypter = in TEST_F() local
546 std::unique_ptr<NullEncrypter> encrypter = in TEST_F() local
Dtls_handshaker.cc265 std::unique_ptr<QuicEncrypter> encrypter = in SetWriteSecret() local
353 std::unique_ptr<QuicEncrypter> encrypter = in CreateCurrentOneRttEncrypter() local
Dquic_packet_creator.cc148 std::unique_ptr<QuicEncrypter> encrypter) { in SetEncrypter()
Dquic_session.cc1630 EncryptionLevel level, std::unique_ptr<QuicEncrypter> encrypter) { in OnNewEncryptionKeyAvailable()
Dquic_connection.cc4286 std::unique_ptr<QuicEncrypter> encrypter) { in SetEncrypter()
Dquic_framer.cc4530 std::unique_ptr<QuicEncrypter> encrypter) { in SetEncrypter()
/external/rust/crates/openssl/src/
Dencrypt.rs497 let mut encrypter = Encrypter::new(&pkey).unwrap(); in rsa_encrypt_decrypt() localVariable
524 let mut encrypter = Encrypter::new(&pkey).unwrap(); in rsa_encrypt_decrypt_with_sha256() localVariable
553 let mut encrypter = Encrypter::new(&pkey).unwrap(); in rsa_encrypt_decrypt_oaep_label() localVariable
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
DCryptoOps.java223 Cipher encrypter = Cipher.getInstance(encType.getJcaName()); in generateIv() local
253 Cipher encrypter = Cipher.getInstance(encType.getJcaName()); in encrypt() local
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_server.cc248 EncryptionLevel level, std::unique_ptr<QuicEncrypter> encrypter) { in OnNewEncryptionKeyAvailable()
Dcrypto_test_utils.cc571 void CompareCrypters(const QuicEncrypter* encrypter, in CompareCrypters()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_spdy_session.cc867 EncryptionLevel level, std::unique_ptr<QuicEncrypter> encrypter) { in OnNewEncryptionKeyAvailable()
/external/cronet/net/quic/
Dquic_chromium_client_session.cc1752 std::unique_ptr<quic::QuicEncrypter> encrypter) { in OnNewEncryptionKeyAvailable()