Lines Matching defs:starfive_cryp_ctx
161 struct starfive_cryp_ctx { struct
162 struct starfive_cryp_dev *cryp;
163 struct starfive_cryp_request_ctx *rctx;
165 unsigned int hash_mode;
166 u8 key[MAX_KEY_SIZE];
167 int keylen;
168 bool is_hmac;
169 struct starfive_rsa_key rsa_key;
170 struct crypto_akcipher *akcipher_fbk;
171 struct crypto_ahash *ahash_fbk;
172 struct crypto_aead *aead_fbk;
173 struct crypto_skcipher *skcipher_fbk;