Home
last modified time | relevance | path

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

/system/keymaster/key_blob_utils/
Docb_utils.cpp32 class AeCtx { class
34 AeCtx() : ctx_(ae_allocate(nullptr)) {} in AeCtx() function in keymaster::AeCtx
35 ~AeCtx() { in ~AeCtx()
69 AeCtx* ctx) { in InitializeKeyWrappingContext()
122 AeCtx ctx; in OcbEncryptKey()
154 AeCtx ctx; in OcbDecryptKey()