Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_oct.c24 const BIGNUM *x_, int y_bit, in ossl_ec_GFp_simple_set_compressed_coordinates() argument
54 if (!BN_nnmod(x, x_, group->field, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
58 if (!group->meth->field_sqr(group, tmp2, x_, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
60 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
63 if (!BN_mod_sqr(tmp2, x_, group->field, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
65 if (!BN_mod_mul(tmp1, tmp2, x_, group->field, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
H A Dec2_oct.c41 const BIGNUM *x_, int y_bit, in ossl_ec_GF2m_simple_set_compressed_coordinates() argument
66 if (!BN_GF2m_mod_arr(x, x_, group->poly)) in ossl_ec_GF2m_simple_set_compressed_coordinates()
/openssl/crypto/bn/
H A Dbn_exp.c599 #define MOD_EXP_CTIME_ALIGN(x_) \ argument
600 …((unsigned char*)(x_) + (MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH - (((size_t)(x_)) & (MOD_EXP_CTIME_MIN…

Completed in 13 milliseconds