Home
last modified time | relevance | path

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

/trusty/user/base/app/hwaes-benchmark/
Dhwaes-bench.c87 struct crypto_hwaes_state { struct
98 static struct crypto_hwaes_state* _state; argument
245 _state = calloc(sizeof(struct crypto_hwaes_state), 1); in BENCH_SETUP()