Searched refs:ccp_aes_rfc3686_crypt (Results 1 – 1 of 1) sorted by relevance
159 static int ccp_aes_rfc3686_crypt(struct skcipher_request *req, bool encrypt) in ccp_aes_rfc3686_crypt() function 185 return ccp_aes_rfc3686_crypt(req, true); in ccp_aes_rfc3686_encrypt() 190 return ccp_aes_rfc3686_crypt(req, false); in ccp_aes_rfc3686_decrypt()