Home
last modified time | relevance | path

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

/linux-5.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c21 struct safexcel_ahash_ctx { struct
22 struct safexcel_context base;
24 u32 alg;
25 u8 key_sz;
26 bool cbcmac;
27 bool do_fallback;
28 bool fb_init_done;
29 bool fb_do_setkey;
31 struct crypto_cipher *kaes;
32 struct crypto_ahash *fback;
[all …]