Lines Matching defs:starfive_cryp_ctx
152 struct starfive_cryp_ctx { struct
153 struct starfive_cryp_dev *cryp;
154 struct starfive_cryp_request_ctx *rctx;
156 unsigned int hash_mode;
157 u8 key[MAX_KEY_SIZE];
158 int keylen;
159 bool is_hmac;
160 struct starfive_rsa_key rsa_key;
161 struct crypto_akcipher *akcipher_fbk;
162 struct crypto_ahash *ahash_fbk;
163 struct crypto_aead *aead_fbk;