Searched refs:ccp_aes_rfc3686_crypt (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-crypto-aes.c169 static int ccp_aes_rfc3686_crypt(struct ablkcipher_request *req, bool encrypt) ccp_aes_rfc3686_crypt() function
194 return ccp_aes_rfc3686_crypt(req, true); ccp_aes_rfc3686_encrypt()
199 return ccp_aes_rfc3686_crypt(req, false); ccp_aes_rfc3686_decrypt()

Completed in 39 milliseconds