Searched refs:crypto_kpp_errstat (Results 1 – 1 of 1) sorted by relevance
303 static inline int crypto_kpp_errstat(struct kpp_alg *alg, int err) in crypto_kpp_errstat() function337 return crypto_kpp_errstat(alg, alg->set_secret(tfm, buffer, len)); in crypto_kpp_set_secret()361 return crypto_kpp_errstat(alg, alg->generate_public_key(req)); in crypto_kpp_generate_public_key()382 return crypto_kpp_errstat(alg, alg->compute_shared_secret(req)); in crypto_kpp_compute_shared_secret()