Home
last modified time | relevance | path

Searched refs:crypto_akcipher_alg (Results 1 – 3 of 3) sorted by relevance

/linux/include/crypto/
A Dakcipher.h153 static inline struct akcipher_alg *crypto_akcipher_alg( in crypto_akcipher_alg() function
275 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()
/linux/crypto/
A Dakcipher.c47 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()
/linux/drivers/crypto/aspeed/
A Daspeed-acry.c573 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in aspeed_acry_rsa_init_tfm()

Completed in 8 milliseconds