akcipher_alg
static void akcipher_prepare_alg(struct akcipher_alg *alg)
int crypto_register_akcipher(struct akcipher_alg *alg)
void crypto_unregister_akcipher(struct akcipher_alg *alg)
struct akcipher_alg *alg = crypto_akcipher_alg(akcipher);
struct akcipher_alg *alg = crypto_akcipher_alg(akcipher);
.algsize = offsetof(struct akcipher_alg, base),
struct akcipher_alg *rsa_alg;
static struct akcipher_alg rsa = {
struct akcipher_alg *rsa_alg;
struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
static struct akcipher_alg ccp_rsa_defaults = {
struct akcipher_alg *alg_defaults;
struct akcipher_alg *alg;
struct akcipher_alg alg;
static struct akcipher_alg rsa = {
static struct akcipher_alg rsa = {
static struct akcipher_alg starfive_rsa = {
static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg)
return container_of(alg, struct akcipher_alg, base);
static inline struct akcipher_alg *crypto_akcipher_alg(
struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
struct akcipher_alg *alg = crypto_akcipher_alg(tfm);
struct akcipher_alg base;
static inline struct akcipher_alg *crypto_spawn_akcipher_alg(
return container_of(spawn->base.alg, struct akcipher_alg, base);
int crypto_register_akcipher(struct akcipher_alg *alg);
void crypto_unregister_akcipher(struct akcipher_alg *alg);
char head[offsetof(struct akcipher_alg, base)];
struct akcipher_alg alg;