Lines Matching refs:encrypt
95 static int __ecb_crypt(struct skcipher_request *req, bool encrypt)
107 if (encrypt)
136 static int __cbc_crypt(struct skcipher_request *req, bool encrypt)
148 if (encrypt)
153 if (encrypt)
244 static int __ecb3_crypt(struct skcipher_request *req, bool encrypt)
257 if (encrypt)
290 static int __cbc3_crypt(struct skcipher_request *req, bool encrypt)
303 if (encrypt)
309 if (encrypt)
389 .encrypt = ecb_encrypt,
403 .encrypt = cbc_encrypt,
416 .encrypt = ecb3_encrypt,
430 .encrypt = cbc3_encrypt,