Searched refs:pKey (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/crypto/ |
| D | crypto_Cipher.h | 69 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);
|
| D | crypto_RsaKey.h | 68 nn::Result InitializePrivateKey( const void* pKey, s32 keyLength ); 81 nn::Result InitializePublicKey( const void* pKey, s32 keyLength );
|
| D | crypto_Aes.h | 98 virtual void SetKey(const void* pKey, size_t keySize) in SetKey() argument 99 { return m_Impl.SetKey(pKey, keySize); } in SetKey()
|
| D | crypto_RsaContext.h | 77 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);
|
| D | crypto_BlockCipher.h | 73 virtual void SetKey(const void* pKey, size_t keySize) = 0;
|
| /CTR-SDK-4.2.5/include/nn/crypto/detail/ |
| D | crypto_AesImpl.h | 39 void SetKey(const void* pKey, size_t keySize);
|