Home
last modified time | relevance | path

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

/linux-6.6.21/crypto/
Ddh.c36 static int _compute_val(const struct dh_ctx *ctx, MPI base, MPI val) in _compute_val() function
195 ret = _compute_val(ctx, base, val); in dh_compute_value()