Lines Matching refs:blkcipher_desc
373 static int ecb_encrypt(struct blkcipher_desc *desc, in ecb_encrypt()
397 static int ecb_decrypt(struct blkcipher_desc *desc, in ecb_decrypt()
421 static int cbc_encrypt(struct blkcipher_desc *desc, in cbc_encrypt()
445 static int cbc_decrypt(struct blkcipher_desc *desc, in cbc_decrypt()
504 static int ctr_crypt(struct blkcipher_desc *desc, in ctr_crypt()
589 static int lrw_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_encrypt()
613 static int lrw_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in lrw_decrypt()
716 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
727 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()
740 static int xts_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_encrypt()
765 static int xts_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, in xts_decrypt()