Lines Matching defs:desc
86 static int ecb_desall_crypt(struct blkcipher_desc *desc, long func, in ecb_desall_crypt()
109 static int cbc_desall_crypt(struct blkcipher_desc *desc, long func, in cbc_desall_crypt()
144 static int ecb_des_encrypt(struct blkcipher_desc *desc, in ecb_des_encrypt()
155 static int ecb_des_decrypt(struct blkcipher_desc *desc, in ecb_des_decrypt()
186 static int cbc_des_encrypt(struct blkcipher_desc *desc, in cbc_des_encrypt()
196 static int cbc_des_decrypt(struct blkcipher_desc *desc, in cbc_des_decrypt()
290 static int ecb_des3_encrypt(struct blkcipher_desc *desc, in ecb_des3_encrypt()
301 static int ecb_des3_decrypt(struct blkcipher_desc *desc, in ecb_des3_decrypt()
332 static int cbc_des3_encrypt(struct blkcipher_desc *desc, in cbc_des3_encrypt()
342 static int cbc_des3_decrypt(struct blkcipher_desc *desc, in cbc_des3_decrypt()
386 static int ctr_desall_crypt(struct blkcipher_desc *desc, long func, in ctr_desall_crypt()
453 static int ctr_des_encrypt(struct blkcipher_desc *desc, in ctr_des_encrypt()
464 static int ctr_des_decrypt(struct blkcipher_desc *desc, in ctr_des_decrypt()
496 static int ctr_des3_encrypt(struct blkcipher_desc *desc, in ctr_des3_encrypt()
507 static int ctr_des3_decrypt(struct blkcipher_desc *desc, in ctr_des3_decrypt()