Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-RSA.pod105 "qInv" and "t_i".
106 Up to eight additional "t_i" exponents are supported.
/freebsd/crypto/libecc/src/examples/sig/rsa/
H A Drsa.c298 nn_src_t r_i, d_i, t_i, r_i_1; in rsadp_crt_coeffs() local
318 t_i = &(priv->key.crt.coeffs[i].t); in rsadp_crt_coeffs()
324 ret = nn_check_initialized(t_i); EG(ret, err); in rsadp_crt_coeffs()
338 ret = nn_mod_mul(&h, &h, t_i, r_i); EG(ret, err); in rsadp_crt_coeffs()
351 PTR_NULLIFY(t_i); in rsadp_crt_coeffs()