Home
last modified time | relevance | path

Searched refs:SetKey (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.5/include/nn/crypto/
Dcrypto_Aes.h98 virtual void SetKey(const void* pKey, size_t keySize) in SetKey() function
99 { return m_Impl.SetKey(pKey, keySize); } in SetKey()
Dcrypto_BlockCipher.h73 virtual void SetKey(const void* pKey, size_t keySize) = 0;
Dcrypto_RsaContext.h97 …nn::Result SetKey(const RsaKey& rsaKey) { NN_UNUSED_VAR(rsaKey); return nn::Result(Result::LEVEL_S… in SetKey() function
108 nn::Result SetKey(const void* pKey, size_t keyLength);
/CTR-SDK-4.2.5/include/nn/crypto/detail/
Dcrypto_AesImpl.h39 void SetKey(const void* pKey, size_t keySize);