Lines Matching defs:desc
85 static int ecb_desall_crypt(struct blkcipher_desc *desc, long func, in ecb_desall_crypt()
107 static int cbc_desall_crypt(struct blkcipher_desc *desc, long func, in cbc_desall_crypt()
135 static int ecb_des_encrypt(struct blkcipher_desc *desc, in ecb_des_encrypt()
146 static int ecb_des_decrypt(struct blkcipher_desc *desc, in ecb_des_decrypt()
178 static int cbc_des_encrypt(struct blkcipher_desc *desc, in cbc_des_encrypt()
189 static int cbc_des_decrypt(struct blkcipher_desc *desc, in cbc_des_decrypt()
286 static int ecb_des3_encrypt(struct blkcipher_desc *desc, in ecb_des3_encrypt()
297 static int ecb_des3_decrypt(struct blkcipher_desc *desc, in ecb_des3_decrypt()
330 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()
375 static int ctr_desall_crypt(struct blkcipher_desc *desc, long func, in ctr_desall_crypt()
424 static int ctr_des_encrypt(struct blkcipher_desc *desc, in ctr_des_encrypt()
435 static int ctr_des_decrypt(struct blkcipher_desc *desc, in ctr_des_decrypt()
468 static int ctr_des3_encrypt(struct blkcipher_desc *desc, in ctr_des3_encrypt()
479 static int ctr_des3_decrypt(struct blkcipher_desc *desc, in ctr_des3_decrypt()