Searched refs:crypto_akcipher_errstat (Results 1 – 1 of 1) sorted by relevance
315 static inline int crypto_akcipher_errstat(struct akcipher_alg *alg, int err) in crypto_akcipher_errstat() function348 return crypto_akcipher_errstat(alg, alg->encrypt(req)); in crypto_akcipher_encrypt()373 return crypto_akcipher_errstat(alg, alg->decrypt(req)); in crypto_akcipher_decrypt()430 return crypto_akcipher_errstat(alg, alg->sign(req)); in crypto_akcipher_sign()455 return crypto_akcipher_errstat(alg, alg->verify(req)); in crypto_akcipher_verify()