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

/linux-4.1.27/drivers/crypto/
H A Dixp4xx_crypto.c866 static int ablk_perform(struct ablkcipher_request *req, int encrypt) ablk_perform() function
941 return ablk_perform(req, 1); ablk_encrypt()
946 return ablk_perform(req, 0); ablk_decrypt()
966 ret = ablk_perform(req, 1); ablk_rfc3686_crypt()

Completed in 55 milliseconds