Searched refs:akcipher_alg (Results 1 – 5 of 5) sorted by relevance
92 struct akcipher_alg { struct139 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 …]
59 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()
322 static struct akcipher_alg rsa = {
50 int crypto_register_akcipher(struct akcipher_alg *alg);59 void crypto_unregister_akcipher(struct akcipher_alg *alg);
716 static struct akcipher_alg rsa = {