Searched refs:akcipher_alg (Results 1 – 2 of 2) sorted by relevance
17 char head[offsetof(struct akcipher_alg, base)];20 struct akcipher_alg alg;96 static inline struct akcipher_alg *crypto_spawn_akcipher_alg( in crypto_spawn_akcipher_alg()99 return container_of(spawn->base.alg, struct akcipher_alg, base); in crypto_spawn_akcipher_alg()111 int crypto_register_akcipher(struct akcipher_alg *alg);120 void crypto_unregister_akcipher(struct akcipher_alg *alg);
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()272 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize()290 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_encrypt()314 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_decrypt()338 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_sign()365 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_verify()392 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_pub_key()[all …]