Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dfips140.h29 int *hook_inuse),
30 TP_ARGS(data, len, out, hook_inuse));
43 int *hook_inuse),
44 TP_ARGS(ctx, out, in, hook_inuse));
50 int *hook_inuse),
51 TP_ARGS(ctx, out, in, hook_inuse));
/OK3568_Linux_fs/kernel/lib/crypto/
H A Daes.c273 int hook_inuse = 0; in aes_encrypt() local
275 trace_android_vh_aes_encrypt(ctx, out, in, &hook_inuse); in aes_encrypt()
276 if (hook_inuse) in aes_encrypt()
331 int hook_inuse = 0; in aes_decrypt() local
333 trace_android_vh_aes_decrypt(ctx, out, in, &hook_inuse); in aes_decrypt()
334 if (hook_inuse) in aes_decrypt()
H A Dsha256.c289 int hook_inuse = 0; in sha256() local
291 trace_android_vh_sha256(data, len, out, &hook_inuse); in sha256()
292 if (hook_inuse) in sha256()
/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-module.c441 int *hook_inuse) in fips140_sha256() argument
444 *hook_inuse = 1; in fips140_sha256()
455 u8 *out, const u8 *in, int *hook_inuse) in fips140_aes_encrypt() argument
458 *hook_inuse = 1; in fips140_aes_encrypt()
462 u8 *out, const u8 *in, int *hook_inuse) in fips140_aes_decrypt() argument
465 *hook_inuse = 1; in fips140_aes_decrypt()