Searched refs:nitrox_skcipher_crypt (Results 1 – 1 of 1) sorted by relevance
247 static int nitrox_skcipher_crypt(struct skcipher_request *skreq, bool enc) in nitrox_skcipher_crypt() function300 return nitrox_skcipher_crypt(skreq, false); in nitrox_cbc_decrypt()307 return nitrox_skcipher_crypt(skreq, false); in nitrox_cbc_decrypt()312 return nitrox_skcipher_crypt(skreq, true); in nitrox_aes_encrypt()317 return nitrox_skcipher_crypt(skreq, false); in nitrox_aes_decrypt()329 return nitrox_skcipher_crypt(skreq, true); in nitrox_3des_encrypt()334 return nitrox_skcipher_crypt(skreq, false); in nitrox_3des_decrypt()