Home
last modified time | relevance | path

Searched refs:crypto_akcipher_errstat (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/include/crypto/
Dakcipher.h315 static inline int crypto_akcipher_errstat(struct akcipher_alg *alg, int err) in crypto_akcipher_errstat() function
348 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()