Home
last modified time | relevance | path

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

/linux-6.8/drivers/crypto/starfive/
Djh7110-cryp.h159 struct starfive_cryp_ctx { struct
160 struct starfive_cryp_dev *cryp;
161 struct starfive_cryp_request_ctx *rctx;
163 unsigned int hash_mode;
164 u8 key[MAX_KEY_SIZE];
165 int keylen;
166 bool is_hmac;
167 struct starfive_rsa_key rsa_key;
168 struct crypto_akcipher *akcipher_fbk;
169 struct crypto_ahash *ahash_fbk;
[all …]