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

  /system/keymaster/
ae.h 59 void ae_free(ae_ctx* ctx); /* Deallocate ae_ctx struct */
63 * ae_free() deallocates an ae_ctx structure, but does not zero it.
ocb_utils.cpp 39 ae_free(ctx_);
android_keymaster.cpp 74 void operator()(ae_ctx* ctx) const { ae_free(ctx); }
ocb.c 681 void ae_free(ae_ctx* ctx) { function
    [all...]

Completed in 210 milliseconds