Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/crypto/
Dcrypto_AuthenticatedDecryptor.h40 class AuthenticatedDecryptor : public CipherMode
43 AuthenticatedDecryptor(){} in AuthenticatedDecryptor() function
44 virtual ~AuthenticatedDecryptor(){} in ~AuthenticatedDecryptor()
Dcrypto_CcmDecryptor.h41 class CcmDecryptor : public AuthenticatedDecryptor
226 bool ret = e.AuthenticatedDecryptor::DecryptAndVerify( in DecryptAndVerify()