/external/lzma/CPP/7zip/Crypto/ |
D | HmacSha256.cpp | 14 void CHmac::SetKey(const Byte *key, size_t keySize) in SetKey() function in NCrypto::NSha256::CHmac
|
D | HmacSha1.cpp | 14 void CHmac::SetKey(const Byte *key, size_t keySize) in SetKey() function in NCrypto::NSha1::CHmac
|
/external/openthread/src/core/crypto/ |
D | aes_ccm.cpp | 43 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
|
D | aes_ecb.cpp | 48 void AesEcb::SetKey(const Key &aKey) { SuccessOrAssert(otPlatCryptoAesSetKey(&mContext, &aKey)); } in SetKey() function in ot::Crypto::AesEcb
|
D | aes_ccm.hpp | 82 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/ |
D | PassManager.cpp | 93 AnalysisSetKey CFGAnalyses::SetKey; member in CFGAnalyses
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | PassManager.cpp | 147 AnalysisSetKey CFGAnalyses::SetKey; member in CFGAnalyses
|
/external/cronet/tot/net/quic/ |
D | mock_encrypter.cc | 24 bool MockEncrypter::SetKey(std::string_view key) { in SetKey() function in net::MockEncrypter
|
D | mock_decrypter.cc | 26 bool MockDecrypter::SetKey(std::string_view key) { in SetKey() function in net::MockDecrypter
|
/external/cronet/stable/net/quic/ |
D | mock_encrypter.cc | 24 bool MockEncrypter::SetKey(std::string_view key) { in SetKey() function in net::MockEncrypter
|
D | mock_decrypter.cc | 26 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/ |
D | null_encrypter.cc | 23 bool NullEncrypter::SetKey(absl::string_view key) { return key.empty(); } in SetKey() function in quic::NullEncrypter
|
D | aead_base_decrypter.cc | 53 bool AeadBaseDecrypter::SetKey(absl::string_view key) { in SetKey() function in quic::AeadBaseDecrypter
|
D | aead_base_encrypter.cc | 48 bool AeadBaseEncrypter::SetKey(absl::string_view key) { in SetKey() function in quic::AeadBaseEncrypter
|
D | null_decrypter.cc | 23 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/ |
D | null_encrypter.cc | 23 bool NullEncrypter::SetKey(absl::string_view key) { return key.empty(); } in SetKey() function in quic::NullEncrypter
|
D | aead_base_decrypter.cc | 53 bool AeadBaseDecrypter::SetKey(absl::string_view key) { in SetKey() function in quic::AeadBaseDecrypter
|
D | aead_base_encrypter.cc | 48 bool AeadBaseEncrypter::SetKey(absl::string_view key) { in SetKey() function in quic::AeadBaseEncrypter
|
D | null_decrypter.cc | 23 bool NullDecrypter::SetKey(absl::string_view key) { return key.empty(); } in SetKey() function in quic::NullDecrypter
|
/external/boringssl/src/ssl/ |
D | tls13_enc.cc | 238 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/ |
D | tls13_enc.cc | 244 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/ |
D | tls13_enc.cc | 244 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/ |
D | flash.hpp | 156 void SetKey(uint16_t aKey) { mKey = aKey; } in SetKey() function in ot::Flash::RecordHeader
|
/external/vixl/src/aarch32/ |
D | location-aarch32.h | 411 inline void InvalSet<INVAL_SET_TEMPLATE_PARAMETERS>::SetKey( in SetKey() function
|
/external/libchrome/components/policy/core/common/ |
D | registry_dict.cc | 168 void RegistryDict::SetKey(const std::string& name, in SetKey() function in policy::RegistryDict
|