Home
last modified time | relevance | path

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

/crypto/
Ddh.c109 static int dh_is_pubkey_valid(struct dh_ctx *ctx, MPI y) in dh_is_pubkey_valid() function
171 ret = dh_is_pubkey_valid(ctx, base); in dh_compute_value()