Home
last modified time | relevance | path

Searched refs:crypto_aead (Results 1 – 7 of 7) sorted by relevance

/include/crypto/
Daead.h69 struct crypto_aead;
131 int (*setkey)(struct crypto_aead *tfm, const u8 *key,
133 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize);
136 int (*init)(struct crypto_aead *tfm);
137 void (*exit)(struct crypto_aead *tfm);
146 struct crypto_aead { struct
153 static inline struct crypto_aead *__crypto_aead_cast(struct crypto_tfm *tfm) in __crypto_aead_cast() argument
155 return container_of(tfm, struct crypto_aead, base); in __crypto_aead_cast()
172 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask);
174 static inline struct crypto_tfm *crypto_aead_tfm(struct crypto_aead *tfm) in crypto_aead_tfm()
[all …]
Dcryptd.h53 struct crypto_aead base;
57 struct crypto_aead *tfm) in __cryptd_aead_cast()
65 struct crypto_aead *cryptd_aead_child(struct cryptd_aead *tfm);
Dalgapi.h25 struct crypto_aead;
247 struct crypto_aead *tfm,
/include/crypto/internal/
Dgeniv.h17 struct crypto_aead *child;
25 int aead_init_geniv(struct crypto_aead *tfm);
26 void aead_exit_geniv(struct crypto_aead *tfm);
Daead.h37 static inline void *crypto_aead_ctx(struct crypto_aead *tfm) in crypto_aead_ctx()
53 static inline struct aead_instance *aead_alg_instance(struct crypto_aead *aead) in aead_alg_instance()
104 static inline struct crypto_aead *crypto_spawn_aead( in crypto_spawn_aead()
110 static inline void crypto_aead_set_reqsize(struct crypto_aead *aead, in crypto_aead_set_reqsize()
121 static inline unsigned int crypto_aead_maxauthsize(struct crypto_aead *aead) in crypto_aead_maxauthsize()
173 static inline unsigned int crypto_aead_chunksize(struct crypto_aead *tfm) in crypto_aead_chunksize()
Ddes.h132 static inline int verify_aead_des_key(struct crypto_aead *tfm, const u8 *key, in verify_aead_des_key()
142 static inline int verify_aead_des3_key(struct crypto_aead *tfm, const u8 *key, in verify_aead_des3_key()
/include/net/
Dtls.h155 struct crypto_aead *aead_send;
172 struct crypto_aead *aead_recv;
197 struct crypto_aead *aead_send;