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

  /system/keymaster/include/keymaster/key_blob_utils/
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.
  /system/keymaster/key_blob_utils/
ocb_utils.cpp 36 AeCtx() : ctx_(ae_allocate(NULL)) {}
ocb.c 667 ae_ctx* ae_allocate(void* misc) { function
    [all...]

Completed in 85 milliseconds