Lines Matching refs:crypto_akcipher
126 struct crypto_akcipher *fallback_tfm;
148 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_do_fallback()
166 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_need_fallback()
186 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_do_request()
350 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_rsa_trigger()
415 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_rsa_enc()
427 struct crypto_akcipher *cipher = crypto_akcipher_reqtfm(req); in aspeed_acry_rsa_dec()
485 static int aspeed_acry_rsa_setkey(struct crypto_akcipher *tfm, const void *key, in aspeed_acry_rsa_setkey()
532 static int aspeed_acry_rsa_set_pub_key(struct crypto_akcipher *tfm, in aspeed_acry_rsa_set_pub_key()
546 static int aspeed_acry_rsa_set_priv_key(struct crypto_akcipher *tfm, in aspeed_acry_rsa_set_priv_key()
560 static unsigned int aspeed_acry_rsa_max_size(struct crypto_akcipher *tfm) in aspeed_acry_rsa_max_size()
570 static int aspeed_acry_rsa_init_tfm(struct crypto_akcipher *tfm) in aspeed_acry_rsa_init_tfm()
592 static void aspeed_acry_rsa_exit_tfm(struct crypto_akcipher *tfm) in aspeed_acry_rsa_exit_tfm()