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()
830 struct spu_queue *qp, bool encrypt) in __n2_crypt_chunk() argument
848 false, true, false, encrypt, in __n2_crypt_chunk()
974 static int n2_do_ecb(struct ablkcipher_request *req, bool encrypt) in n2_do_ecb() argument
994 err = __n2_crypt_chunk(tfm, c, qp, encrypt); in n2_do_ecb()
1026 static int n2_do_chaining(struct ablkcipher_request *req, bool encrypt) in n2_do_chaining() argument
1048 if (encrypt) { in n2_do_chaining()
1135 .encrypt = n2_encrypt_ecb,
1150 .encrypt = n2_encrypt_ecb,
1164 .encrypt = n2_encrypt_chaining,
1177 .encrypt = n2_encrypt_chaining,
1192 .encrypt = n2_encrypt_ecb,
1206 .encrypt = n2_encrypt_chaining,
1219 .encrypt = n2_encrypt_chaining,
1233 .encrypt = n2_encrypt_ecb,
1247 .encrypt = n2_encrypt_chaining,
1261 .encrypt = n2_encrypt_chaining,