Home
last modified time | relevance | path

Searched refs:pKey (Results 1 – 6 of 6) sorted by relevance

/CTR-SDK-4.2.5/include/nn/crypto/
Dcrypto_Cipher.h69 void EncryptAes128Ctr(void* pDst, const void* pSrc, size_t srcSize, const void* pKey);
89 void DecryptAes128Ctr(void* pDst, const void* pSrc, size_t srcSize, const void* pKey);
115 … void EncryptAndGenerateAes128Ccm(void* pDst, const void* pSrc, size_t srcSize, const void* pKey);
139 bool DecryptAndVerifyAes128Ccm(void* pDst, const void* pSrc, size_t srcSize, const void* pKey);
Dcrypto_RsaKey.h68 nn::Result InitializePrivateKey( const void* pKey, s32 keyLength );
81 nn::Result InitializePublicKey( const void* pKey, s32 keyLength );
Dcrypto_Aes.h98 virtual void SetKey(const void* pKey, size_t keySize) in SetKey() argument
99 { return m_Impl.SetKey(pKey, keySize); } in SetKey()
Dcrypto_RsaContext.h77 void Initialize(const void* pKey, size_t keyLength);
108 nn::Result SetKey(const void* pKey, size_t keyLength);
226 nn::Result SetKeyImpl(const void* pKey, size_t keyLength);
Dcrypto_BlockCipher.h73 virtual void SetKey(const void* pKey, size_t keySize) = 0;
/CTR-SDK-4.2.5/include/nn/crypto/detail/
Dcrypto_AesImpl.h39 void SetKey(const void* pKey, size_t keySize);