Home
last modified time | relevance | path

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

/third_party/openssl/include/crypto/
Dbn.h31 int bn_get_top(const BIGNUM *a);
/third_party/openssl/crypto/bn/
Dbn_intern.c141 int bn_get_top(const BIGNUM *a) in bn_get_top() function
/third_party/openssl/crypto/ec/
Decp_nistz256.c221 if (bn_get_top(z) == (P256_LIMBS - P256_LIMBS / 8)) { in is_one()
658 for (j = 0; j < bn_get_top(scalars[i]) * BN_BYTES; j += BN_BYTES) { in ecp_nistz256_windowed_mul()
801 return (bn_get_top(generator->X) == P256_LIMBS) && in ecp_nistz256_is_affine_G()
802 (bn_get_top(generator->Y) == P256_LIMBS) && in ecp_nistz256_is_affine_G()
1035 for (i = 0; i < bn_get_top(scalar) * BN_BYTES; i += BN_BYTES) { in ecp_nistz256_points_mul()
Dec_mult.c208 group_top = bn_get_top(cardinality); in ec_scalar_mul_ladder()
249 group_top = bn_get_top(group->field); in ec_scalar_mul_ladder()
Dec_key.c490 fixed_top = bn_get_top(order) + 2; in EC_KEY_set_private_key()
/third_party/openssl/crypto/dsa/
Ddsa_ossl.c220 q_words = bn_get_top(dsa->q); in dsa_sign_setup()