Home
last modified time | relevance | path

Searched defs:kNonceSize (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Daes_256_gcm_encrypter.cc14 const size_t kNonceSize = 12; variable
H A Daes_128_gcm_12_encrypter.cc14 const size_t kNonceSize = 12; variable
H A Daes_128_gcm_encrypter.cc14 const size_t kNonceSize = 12; variable
H A Daes_128_gcm_12_decrypter.cc15 const size_t kNonceSize = 12; variable
H A Dchacha20_poly1305_encrypter.cc14 const size_t kNonceSize = 12; variable
H A Dchacha20_poly1305_tls_encrypter.cc14 const size_t kNonceSize = 12; variable
H A Daes_128_gcm_decrypter.cc17 const size_t kNonceSize = 12; variable
H A Daes_256_gcm_decrypter.cc17 const size_t kNonceSize = 12; variable
H A Dchacha20_poly1305_tls_decrypter.cc17 const size_t kNonceSize = 12; variable
H A Dchacha20_poly1305_decrypter.cc15 const size_t kNonceSize = 12; variable
H A Dcrypto_protocol.h511 const size_t kNonceSize = 32; // Size in bytes of the connection nonce. variable
/aosp_15_r20/external/openthread/src/core/crypto/
H A Daes_ccm.hpp68 …static constexpr uint8_t kNonceSize = 13; ///< Size of IEEE 802.15.4 Nonce (in … member in ot::Crypto::AesCcm
/aosp_15_r20/external/webrtc/p2p/base/
H A Dturn_server.cc49 constexpr size_t kNonceSize = 48; variable