HomeSort by relevance Sort by last modified time
    Searched refs:ae_allocate (Results 1 - 3 of 3) sorted by null

  /system/keymaster/
ae.h 58 ae_ctx* ae_allocate(void* misc); /* Allocate ae_ctx, set optional ptr */
62 /* ae_allocate() allocates an ae_ctx structure, but does not initialize it.
key_blob.cpp 31 AeCtx() : ctx_(ae_allocate(NULL)) {}
ocb.c 666 ae_ctx* ae_allocate(void* misc) { function
    [all...]

Completed in 182 milliseconds