Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp352 using EvpCipherCtxPtr = unique_ptr<EVP_CIPHER_CTX, EVP_CIPHER_CTX_Deleter>; typedef
380 auto ctx = EvpCipherCtxPtr(EVP_CIPHER_CTX_new()); in decryptAes128Gcm()
467 auto ctx = EvpCipherCtxPtr(EVP_CIPHER_CTX_new()); in encryptAes128Gcm()