Home
last modified time | relevance | path

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

/include/crypto/internal/
A Dakcipher.h17 char head[offsetof(struct akcipher_alg, base)];
20 struct akcipher_alg alg;
118 static inline struct akcipher_alg *crypto_spawn_akcipher_alg( in crypto_spawn_akcipher_alg()
121 return container_of(spawn->base.alg, struct akcipher_alg, base); in crypto_spawn_akcipher_alg()
133 int crypto_register_akcipher(struct akcipher_alg *alg);
142 void crypto_unregister_akcipher(struct akcipher_alg *alg);
/include/crypto/
A Dakcipher.h84 struct akcipher_alg { struct
128 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg()
130 return container_of(alg, struct akcipher_alg, base); in __crypto_akcipher_alg()
139 static inline struct akcipher_alg *crypto_akcipher_alg( in crypto_akcipher_alg()
260 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize()
352 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_pub_key()
374 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_priv_key()
A Dengine.h40 struct akcipher_alg base;

Completed in 5 milliseconds