Home
last modified time | relevance | path

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

/linux/crypto/
H A Ddh.c107 static int dh_is_pubkey_valid(struct dh_ctx *ctx, MPI y) in dh_is_pubkey_valid() function
189 ret = dh_is_pubkey_valid(ctx, base); in dh_compute_value()
230 if (dh_is_pubkey_valid(ctx, val)) { in dh_compute_value()