Lines Matching defs:desc
85 static int ecb_desall_crypt(struct blkcipher_desc *desc, long func, in ecb_desall_crypt()
108 static int cbc_desall_crypt(struct blkcipher_desc *desc, long func, in cbc_desall_crypt()
143 static int ecb_des_encrypt(struct blkcipher_desc *desc, in ecb_des_encrypt()
154 static int ecb_des_decrypt(struct blkcipher_desc *desc, in ecb_des_decrypt()
185 static int cbc_des_encrypt(struct blkcipher_desc *desc, in cbc_des_encrypt()
195 static int cbc_des_decrypt(struct blkcipher_desc *desc, in cbc_des_decrypt()
289 static int ecb_des3_encrypt(struct blkcipher_desc *desc, in ecb_des3_encrypt()
300 static int ecb_des3_decrypt(struct blkcipher_desc *desc, in ecb_des3_decrypt()
331 static int cbc_des3_encrypt(struct blkcipher_desc *desc, in cbc_des3_encrypt()
341 static int cbc_des3_decrypt(struct blkcipher_desc *desc, in cbc_des3_decrypt()
385 static int ctr_desall_crypt(struct blkcipher_desc *desc, long func, in ctr_desall_crypt()
452 static int ctr_des_encrypt(struct blkcipher_desc *desc, in ctr_des_encrypt()
463 static int ctr_des_decrypt(struct blkcipher_desc *desc, in ctr_des_decrypt()
495 static int ctr_des3_encrypt(struct blkcipher_desc *desc, in ctr_des3_encrypt()
506 static int ctr_des3_decrypt(struct blkcipher_desc *desc, in ctr_des3_decrypt()