Searched refs:crypto_kpp_alg (Results 1 – 1 of 1) sorted by relevance
129 static inline struct kpp_alg *crypto_kpp_alg(struct crypto_kpp *tfm) in crypto_kpp_alg() function293 return crypto_kpp_alg(tfm)->set_secret(tfm, buffer, len); in crypto_kpp_set_secret()313 return crypto_kpp_alg(tfm)->generate_public_key(req); in crypto_kpp_generate_public_key()330 return crypto_kpp_alg(tfm)->compute_shared_secret(req); in crypto_kpp_compute_shared_secret()345 struct kpp_alg *alg = crypto_kpp_alg(tfm); in crypto_kpp_maxsize()