Searched defs:p_in (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/libecc/src/nn/ |
H A D | nn_mul_redc1.c | 40 int nn_compute_redc1_coefs(nn_t r, nn_t r_square, nn_src_t p_in, word_t *mpinv) in nn_compute_redc1_coefs() 286 int nn_mod_mul(nn_t out, nn_src_t in1, nn_src_t in2, nn_src_t p_in) in nn_mod_mul()
|
H A D | nn_div.c | 794 word_t *p_reciprocal, nn_src_t p_in) in nn_compute_div_coefs()
|
/freebsd/crypto/openssl/test/ |
H A D | dsatest.c | 154 BIGNUM *p_in = NULL, *q_in = NULL, *g_in = NULL; in dsa_keygen_test() local
|
/freebsd/crypto/libecc/src/fp/ |
H A D | fp.c | 87 int fp_ctx_init_from_p(fp_ctx_t ctx, nn_src_t p_in) in fp_ctx_init_from_p()
|