Searched defs:starfive_cryp_ctx (Results 1 – 1 of 1) sorted by relevance
161 struct starfive_cryp_ctx { struct162 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;[all …]