Home
last modified time | relevance | path

Searched refs:akcipher_alg (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/crypto/
Dakcipher.h92 struct akcipher_alg { struct
139 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg()
141 return container_of(alg, struct akcipher_alg, base); in __crypto_akcipher_alg()
150 static inline struct akcipher_alg *crypto_akcipher_alg( in crypto_akcipher_alg()
268 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize()
286 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_encrypt()
304 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_decrypt()
322 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_sign()
340 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_verify()
361 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_pub_key()
[all …]
/linux-4.4.14/crypto/
Dakcipher.c59 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_exit_tfm()
67 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_init_tfm()
98 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher()
109 void crypto_unregister_akcipher(struct akcipher_alg *alg) in crypto_unregister_akcipher()
Drsa.c322 static struct akcipher_alg rsa = {
/linux-4.4.14/include/crypto/internal/
Dakcipher.h50 int crypto_register_akcipher(struct akcipher_alg *alg);
59 void crypto_unregister_akcipher(struct akcipher_alg *alg);
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c716 static struct akcipher_alg rsa = {