Home
last modified time | relevance | path

Searched refs:blkcipher_desc (Results 1 – 2 of 2) sorted by relevance

/include/crypto/
Dalgapi.h236 int blkcipher_walk_done(struct blkcipher_desc *desc,
238 int blkcipher_walk_virt(struct blkcipher_desc *desc,
240 int blkcipher_walk_phys(struct blkcipher_desc *desc,
242 int blkcipher_walk_virt_block(struct blkcipher_desc *desc,
245 int blkcipher_aead_walk_virt_block(struct blkcipher_desc *desc,
/include/linux/
Dcrypto.h179 struct blkcipher_desc { struct
257 int (*encrypt)(struct blkcipher_desc *desc,
260 int (*decrypt)(struct blkcipher_desc *desc,
734 int (*encrypt)(struct blkcipher_desc *desc, struct scatterlist *dst,
736 int (*decrypt)(struct blkcipher_desc *desc, struct scatterlist *dst,
1484 static inline int crypto_blkcipher_encrypt(struct blkcipher_desc *desc, in crypto_blkcipher_encrypt()
1512 static inline int crypto_blkcipher_encrypt_iv(struct blkcipher_desc *desc, in crypto_blkcipher_encrypt_iv()
1537 static inline int crypto_blkcipher_decrypt(struct blkcipher_desc *desc, in crypto_blkcipher_decrypt()
1562 static inline int crypto_blkcipher_decrypt_iv(struct blkcipher_desc *desc, in crypto_blkcipher_decrypt_iv()