Home
last modified time | relevance | path

Searched defs:safexcel_ahash_ctx (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c22 struct safexcel_ahash_ctx { struct
23 struct safexcel_context base;
25 u32 alg;
26 u8 key_sz;
27 bool cbcmac;
28 bool do_fallback;
29 bool fb_init_done;
30 bool fb_do_setkey;
32 struct crypto_cipher *kaes;
33 struct crypto_ahash *fback;
[all …]