Lines Matching defs:desc
251 static int fallback_blk_dec(struct blkcipher_desc *desc, in fallback_blk_dec()
268 static int fallback_blk_enc(struct blkcipher_desc *desc, in fallback_blk_enc()
315 static int ecb_aes_crypt(struct blkcipher_desc *desc, long func, void *param, in ecb_aes_crypt()
338 static int ecb_aes_encrypt(struct blkcipher_desc *desc, in ecb_aes_encrypt()
352 static int ecb_aes_decrypt(struct blkcipher_desc *desc, in ecb_aes_decrypt()
444 static int cbc_aes_crypt(struct blkcipher_desc *desc, long func, in cbc_aes_crypt()
479 static int cbc_aes_encrypt(struct blkcipher_desc *desc, in cbc_aes_encrypt()
493 static int cbc_aes_decrypt(struct blkcipher_desc *desc, in cbc_aes_decrypt()
550 static int xts_fallback_decrypt(struct blkcipher_desc *desc, in xts_fallback_decrypt()
567 static int xts_fallback_encrypt(struct blkcipher_desc *desc, in xts_fallback_encrypt()
616 static int xts_aes_crypt(struct blkcipher_desc *desc, long func, in xts_aes_crypt()
662 static int xts_aes_encrypt(struct blkcipher_desc *desc, in xts_aes_encrypt()
676 static int xts_aes_decrypt(struct blkcipher_desc *desc, in xts_aes_decrypt()
777 static int ctr_aes_crypt(struct blkcipher_desc *desc, long func, in ctr_aes_crypt()
846 static int ctr_aes_encrypt(struct blkcipher_desc *desc, in ctr_aes_encrypt()
857 static int ctr_aes_decrypt(struct blkcipher_desc *desc, in ctr_aes_decrypt()