Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Docb_utils.cpp33 class AeCtx { class
35 AeCtx() : ctx_(ae_allocate(nullptr)) {} in AeCtx() function in keymaster::AeCtx
36 ~AeCtx() { in ~AeCtx()
71 AeCtx* ctx) { in InitializeKeyWrappingContext()
127 AeCtx ctx; in OcbEncryptKey()
163 AeCtx ctx; in OcbDecryptKey()