OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ae_ctx_sizeof
(Results
1 - 3
of
3
) sorted by null
/system/keymaster/
ae.h
61
int
ae_ctx_sizeof
(void); /* Return sizeof(ae_ctx) */
66
*
ae_ctx_sizeof
() returns sizeof(ae_ctx), to aid in any static allocations.
ocb_utils.cpp
111
memset_s(ctx->get(), 0,
ae_ctx_sizeof
());
ocb.c
696
int
ae_ctx_sizeof
(void) {
function
[
all
...]
Completed in 716 milliseconds