Home
last modified time | relevance | path

Searched refs:AESCipherConfig (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/crypto/
Dcrypto_aes.h38 struct AESCipherConfig final : public MemoryRetainer {
47 AESCipherConfig() = default;
49 AESCipherConfig(AESCipherConfig&& other) noexcept;
51 AESCipherConfig& operator=(AESCipherConfig&& other) noexcept;
54 SET_MEMORY_INFO_NAME(AESCipherConfig)
55 SET_SELF_SIZE(AESCipherConfig)
61 using AdditionalParameters = AESCipherConfig;
68 AESCipherConfig* config);
74 const AESCipherConfig& params,
Dcrypto_aes.cc38 const AESCipherConfig& params, in AES_Cipher()
182 BignumPointer GetCounter(const AESCipherConfig& params) { in GetCounter()
206 const AESCipherConfig& params) { in BlockWithZeroedCounter()
226 const AESCipherConfig& params, in AES_CTR_Cipher2()
269 const AESCipherConfig& params, in AES_CTR_Cipher()
349 AESCipherConfig* params) { in ValidateIV()
364 AESCipherConfig* params) { in ValidateCounter()
381 AESCipherConfig* params) { in ValidateAuthTag()
420 AESCipherConfig* params) { in ValidateAdditionalData()
435 void UseDefaultIV(AESCipherConfig* params) { in UseDefaultIV()
[all …]