Searched refs:crypto_akcipher_alg (Results 1 – 3 of 3) sorted by relevance
153 static inline struct akcipher_alg *crypto_akcipher_alg( in crypto_akcipher_alg() function275 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize()294 return crypto_akcipher_alg(tfm)->encrypt(req); in crypto_akcipher_encrypt()311 return crypto_akcipher_alg(tfm)->decrypt(req); in crypto_akcipher_decrypt()364 return crypto_akcipher_alg(tfm)->sign(req); in crypto_akcipher_sign()385 return crypto_akcipher_alg(tfm)->verify(req); in crypto_akcipher_verify()405 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_pub_key()427 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_priv_key()
47 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_exit_tfm()55 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_init_tfm()
573 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in aspeed_acry_rsa_init_tfm()
Completed in 8 milliseconds