Lines Matching defs:desc
252 static int fallback_blk_dec(struct blkcipher_desc *desc, in fallback_blk_dec()
269 static int fallback_blk_enc(struct blkcipher_desc *desc, in fallback_blk_enc()
316 static int ecb_aes_crypt(struct blkcipher_desc *desc, long func, void *param, in ecb_aes_crypt()
339 static int ecb_aes_encrypt(struct blkcipher_desc *desc, in ecb_aes_encrypt()
353 static int ecb_aes_decrypt(struct blkcipher_desc *desc, in ecb_aes_decrypt()
445 static int cbc_aes_crypt(struct blkcipher_desc *desc, long func, in cbc_aes_crypt()
480 static int cbc_aes_encrypt(struct blkcipher_desc *desc, in cbc_aes_encrypt()
494 static int cbc_aes_decrypt(struct blkcipher_desc *desc, in cbc_aes_decrypt()
551 static int xts_fallback_decrypt(struct blkcipher_desc *desc, in xts_fallback_decrypt()
568 static int xts_fallback_encrypt(struct blkcipher_desc *desc, in xts_fallback_encrypt()
617 static int xts_aes_crypt(struct blkcipher_desc *desc, long func, in xts_aes_crypt()
663 static int xts_aes_encrypt(struct blkcipher_desc *desc, in xts_aes_encrypt()
677 static int xts_aes_decrypt(struct blkcipher_desc *desc, in xts_aes_decrypt()
778 static int ctr_aes_crypt(struct blkcipher_desc *desc, long func, in ctr_aes_crypt()
847 static int ctr_aes_encrypt(struct blkcipher_desc *desc, in ctr_aes_encrypt()
858 static int ctr_aes_decrypt(struct blkcipher_desc *desc, in ctr_aes_decrypt()