Home
last modified time | relevance | path

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

/system/keymaster/
Docb_utils.cpp34 class AeCtx { class
36 AeCtx() : ctx_(ae_allocate(NULL)) {} in AeCtx() function in keymaster::AeCtx
37 ~AeCtx() { in ~AeCtx()
72 AeCtx* ctx) { in InitializeKeyWrappingContext()
128 AeCtx ctx; in OcbEncryptKey()
164 AeCtx ctx; in OcbDecryptKey()