Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Ddh.c107 static int dh_is_pubkey_valid(struct dh_ctx *ctx, MPI y) in dh_is_pubkey_valid() function
188 ret = dh_is_pubkey_valid(ctx, base); in dh_compute_value()
229 if (dh_is_pubkey_valid(ctx, val)) { in dh_compute_value()