Searched refs:UB_mod_exp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/tools/tools/crypto/
H A Dcryptokeytest.c126 UB_mod_exp(BIGNUM *res, BIGNUM *a, BIGNUM *b, BIGNUM *c, BN_CTX *ctx) function
233 UB_mod_exp(r2, rem, b, c, ctx);
236 UB_mod_exp(r2, a, b, c, ctx);

Completed in 96 milliseconds