Home
last modified time | relevance | path

Searched defs:GetKeySize (Results 1 – 25 of 31) sorted by relevance

12

/external/cronet/tot/net/quic/
Dmock_encrypter.cc60 size_t MockEncrypter::GetKeySize() const { in GetKeySize() function in net::MockEncrypter
Dmock_decrypter.cc42 size_t MockDecrypter::GetKeySize() const { in GetKeySize() function in net::MockDecrypter
/external/cronet/stable/net/quic/
Dmock_encrypter.cc60 size_t MockEncrypter::GetKeySize() const { in GetKeySize() function in net::MockEncrypter
Dmock_decrypter.cc42 size_t MockDecrypter::GetKeySize() const { in GetKeySize() function in net::MockDecrypter
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/crypto/
Dnull_encrypter.cc66 size_t NullEncrypter::GetKeySize() const { return 0; } in GetKeySize() function in quic::NullEncrypter
Dcrypto_secret_boxer.cc44 size_t CryptoSecretBoxer::GetKeySize() { return kBoxKeySize; } in GetKeySize() function in quic::CryptoSecretBoxer
Daead_base_decrypter.cc173 size_t AeadBaseDecrypter::GetKeySize() const { return key_size_; } in GetKeySize() function in quic::AeadBaseDecrypter
Daead_base_encrypter.cc145 size_t AeadBaseEncrypter::GetKeySize() const { return key_size_; } in GetKeySize() function in quic::AeadBaseEncrypter
Dnull_decrypter.cc79 size_t NullDecrypter::GetKeySize() const { return 0; } in GetKeySize() function in quic::NullDecrypter
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/crypto/
Dnull_encrypter.cc66 size_t NullEncrypter::GetKeySize() const { return 0; } in GetKeySize() function in quic::NullEncrypter
Dcrypto_secret_boxer.cc44 size_t CryptoSecretBoxer::GetKeySize() { return kBoxKeySize; } in GetKeySize() function in quic::CryptoSecretBoxer
Daead_base_decrypter.cc173 size_t AeadBaseDecrypter::GetKeySize() const { return key_size_; } in GetKeySize() function in quic::AeadBaseDecrypter
Daead_base_encrypter.cc145 size_t AeadBaseEncrypter::GetKeySize() const { return key_size_; } in GetKeySize() function in quic::AeadBaseEncrypter
Dnull_decrypter.cc79 size_t NullDecrypter::GetKeySize() const { return 0; } in GetKeySize() function in quic::NullDecrypter
/external/lzma/CPP/7zip/Crypto/
DWzAes.h59 unsigned GetKeySize() const { return (8 * KeySizeMode + 8); } in GetKeySize() function
/external/tink/go/proto/aes_gcm_siv_go_proto/
Daes_gcm_siv.pb.go82 func (x *AesGcmSivKeyFormat) GetKeySize() uint32 { func
/external/tink/go/proto/aes_cmac_prf_go_proto/
Daes_cmac_prf.pb.go143 func (x *AesCmacPrfKeyFormat) GetKeySize() uint32 { func
/external/tink/go/proto/aes_gcm_go_proto/
Daes_gcm.pb.go80 func (x *AesGcmKeyFormat) GetKeySize() uint32 { func
/external/tink/go/proto/aes_siv_go_proto/
Daes_siv.pb.go81 func (x *AesSivKeyFormat) GetKeySize() uint32 { func
/external/tink/go/proto/aes_cmac_go_proto/
Daes_cmac.pb.go191 func (x *AesCmacKeyFormat) GetKeySize() uint32 { func
/external/tink/go/proto/aes_ctr_go_proto/
Daes_ctr.pb.go134 func (x *AesCtrKeyFormat) GetKeySize() uint32 { func
/external/tink/go/proto/hmac_go_proto/
Dhmac.pb.go208 func (x *HmacKeyFormat) GetKeySize() uint32 { func
/external/tink/go/proto/hkdf_prf_go_proto/
Dhkdf_prf.pb.go213 func (x *HkdfPrfKeyFormat) GetKeySize() uint32 { func
/external/tink/go/proto/hmac_prf_go_proto/
Dhmac_prf.pb.go200 func (x *HmacPrfKeyFormat) GetKeySize() uint32 { func
/external/tink/go/proto/aes_ctr_hmac_streaming_go_proto/
Daes_ctr_hmac_streaming.pb.go168 func (x *AesCtrHmacStreamingKeyFormat) GetKeySize() uint32 { func

12