Home
last modified time | relevance | path

Searched defs:SetKey (Results 1 – 25 of 50) sorted by relevance

12

/external/lzma/CPP/7zip/Crypto/
DHmacSha256.cpp14 void CHmac::SetKey(const Byte *key, size_t keySize) in SetKey() function in NCrypto::NSha256::CHmac
DHmacSha1.cpp14 void CHmac::SetKey(const Byte *key, size_t keySize) in SetKey() function in NCrypto::NSha1::CHmac
/external/openthread/src/core/crypto/
Daes_ccm.cpp43 void AesCcm::SetKey(const uint8_t *aKey, uint16_t aKeyLength) in SetKey() function in ot::Crypto::AesCcm
51 void AesCcm::SetKey(const Mac::KeyMaterial &aMacKey) in SetKey() function in ot::Crypto::AesCcm
Daes_ecb.cpp48 void AesEcb::SetKey(const Key &aKey) { SuccessOrAssert(otPlatCryptoAesSetKey(&mContext, &aKey)); } in SetKey() function in ot::Crypto::AesEcb
Daes_ccm.hpp82 void SetKey(const Key &aKey) { mEcb.SetKey(aKey); } in SetKey() function in ot::Crypto::AesCcm
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassManager.cpp93 AnalysisSetKey CFGAnalyses::SetKey; member in CFGAnalyses
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DPassManager.cpp147 AnalysisSetKey CFGAnalyses::SetKey; member in CFGAnalyses
/external/cronet/tot/net/quic/
Dmock_encrypter.cc24 bool MockEncrypter::SetKey(std::string_view key) { in SetKey() function in net::MockEncrypter
Dmock_decrypter.cc26 bool MockDecrypter::SetKey(std::string_view key) { in SetKey() function in net::MockDecrypter
/external/cronet/stable/net/quic/
Dmock_encrypter.cc24 bool MockEncrypter::SetKey(std::string_view key) { in SetKey() function in net::MockEncrypter
Dmock_decrypter.cc26 bool MockDecrypter::SetKey(std::string_view key) { in SetKey() function in net::MockDecrypter
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/crypto/
Dnull_encrypter.cc23 bool NullEncrypter::SetKey(absl::string_view key) { return key.empty(); } in SetKey() function in quic::NullEncrypter
Daead_base_decrypter.cc53 bool AeadBaseDecrypter::SetKey(absl::string_view key) { in SetKey() function in quic::AeadBaseDecrypter
Daead_base_encrypter.cc48 bool AeadBaseEncrypter::SetKey(absl::string_view key) { in SetKey() function in quic::AeadBaseEncrypter
Dnull_decrypter.cc23 bool NullDecrypter::SetKey(absl::string_view key) { return key.empty(); } in SetKey() function in quic::NullDecrypter
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/crypto/
Dnull_encrypter.cc23 bool NullEncrypter::SetKey(absl::string_view key) { return key.empty(); } in SetKey() function in quic::NullEncrypter
Daead_base_decrypter.cc53 bool AeadBaseDecrypter::SetKey(absl::string_view key) { in SetKey() function in quic::AeadBaseDecrypter
Daead_base_encrypter.cc48 bool AeadBaseEncrypter::SetKey(absl::string_view key) { in SetKey() function in quic::AeadBaseEncrypter
Dnull_decrypter.cc23 bool NullDecrypter::SetKey(absl::string_view key) { return key.empty(); } in SetKey() function in quic::NullDecrypter
/external/boringssl/src/ssl/
Dtls13_enc.cc238 bool SetKey(Span<const uint8_t> key) override { in SetKey() function in __anon667713e10111::AESRecordNumberEncrypter
270 bool SetKey(Span<const uint8_t> key) override { in SetKey() function in __anon667713e10111::ChaChaRecordNumberEncrypter
303 bool SetKey(Span<const uint8_t> key) override { return true; } in SetKey() function in __anon667713e10111::NullRecordNumberEncrypter
/external/cronet/tot/third_party/boringssl/src/ssl/
Dtls13_enc.cc244 bool SetKey(Span<const uint8_t> key) override { in SetKey() function in __anonb018315a0111::AESRecordNumberEncrypter
276 bool SetKey(Span<const uint8_t> key) override { in SetKey() function in __anonb018315a0111::ChaChaRecordNumberEncrypter
309 bool SetKey(Span<const uint8_t> key) override { return true; } in SetKey() function in __anonb018315a0111::NullRecordNumberEncrypter
/external/cronet/stable/third_party/boringssl/src/ssl/
Dtls13_enc.cc244 bool SetKey(Span<const uint8_t> key) override { in SetKey() function in __anon5d6e65be0111::AESRecordNumberEncrypter
276 bool SetKey(Span<const uint8_t> key) override { in SetKey() function in __anon5d6e65be0111::ChaChaRecordNumberEncrypter
309 bool SetKey(Span<const uint8_t> key) override { return true; } in SetKey() function in __anon5d6e65be0111::NullRecordNumberEncrypter
/external/openthread/src/core/utils/
Dflash.hpp156 void SetKey(uint16_t aKey) { mKey = aKey; } in SetKey() function in ot::Flash::RecordHeader
/external/vixl/src/aarch32/
Dlocation-aarch32.h411 inline void InvalSet<INVAL_SET_TEMPLATE_PARAMETERS>::SetKey( in SetKey() function
/external/libchrome/components/policy/core/common/
Dregistry_dict.cc168 void RegistryDict::SetKey(const std::string& name, in SetKey() function in policy::RegistryDict

12