Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/crypto/
Dcrypto_Decryptor.h40 class Decryptor : public CipherMode
43 Decryptor(){} in Decryptor() function
44 virtual ~Decryptor(){} in ~Decryptor()
Dcrypto_CtrDecryptor.h44 class CtrDecryptor : public Decryptor
172 return e.Decryptor::Decrypt(pDst, dstSize, pSrc, srcSize, pIv, ivSize, c); in Decrypt()