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

/linux-master/include/crypto/
H A Dakcipher.h315 static inline int crypto_akcipher_errstat(struct akcipher_alg *alg, int err) function
348 return crypto_akcipher_errstat(alg, alg->encrypt(req));
373 return crypto_akcipher_errstat(alg, alg->decrypt(req));
430 return crypto_akcipher_errstat(alg, alg->sign(req));
455 return crypto_akcipher_errstat(alg, alg->verify(req));

Completed in 127 milliseconds