Lines Matching refs:encrypt
208 bool sfas, bool sob, bool eob, bool encrypt, in control_word_base() argument
222 if (encrypt) in control_word_base()
827 struct spu_queue *qp, bool encrypt) in __n2_crypt_chunk() argument
845 false, true, false, encrypt, in __n2_crypt_chunk()
971 static int n2_do_ecb(struct ablkcipher_request *req, bool encrypt) in n2_do_ecb() argument
991 err = __n2_crypt_chunk(tfm, c, qp, encrypt); in n2_do_ecb()
1023 static int n2_do_chaining(struct ablkcipher_request *req, bool encrypt) in n2_do_chaining() argument
1045 if (encrypt) { in n2_do_chaining()
1132 .encrypt = n2_encrypt_ecb,
1147 .encrypt = n2_encrypt_ecb,
1161 .encrypt = n2_encrypt_chaining,
1174 .encrypt = n2_encrypt_chaining,
1189 .encrypt = n2_encrypt_ecb,
1203 .encrypt = n2_encrypt_chaining,
1216 .encrypt = n2_encrypt_chaining,
1230 .encrypt = n2_encrypt_ecb,
1244 .encrypt = n2_encrypt_chaining,
1258 .encrypt = n2_encrypt_chaining,