Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Dbn.h31 int bn_get_top(const BIGNUM *a);
/netbsd/crypto/external/bsd/openssl/dist/include/crypto/
H A Dbn.h32 int bn_get_top(const BIGNUM *a);
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_intern.c141 int bn_get_top(const BIGNUM *a) in bn_get_top() function
/netbsd/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_intern.c141 int bn_get_top(const BIGNUM *a) in bn_get_top() function
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A 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()
1036 for (i = 0; i < bn_get_top(scalar) * BN_BYTES; i += BN_BYTES) { in ecp_nistz256_points_mul()
H A 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()
H A Dec_key.c500 fixed_top = bn_get_top(order) + 2; in EC_KEY_set_private_key()
/netbsd/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_nistz256.c227 if (bn_get_top(z) == (P256_LIMBS - P256_LIMBS / 8)) { in is_one()
664 for (j = 0; j < bn_get_top(scalars[i]) * BN_BYTES; j += BN_BYTES) { in ecp_nistz256_windowed_mul()
806 return (bn_get_top(generator->X) == P256_LIMBS) && in ecp_nistz256_is_affine_G()
807 (bn_get_top(generator->Y) == P256_LIMBS) && in ecp_nistz256_is_affine_G()
1041 for (i = 0; i < bn_get_top(scalar) * BN_BYTES; i += BN_BYTES) { in ecp_nistz256_points_mul()
H A Dec_mult.c214 group_top = bn_get_top(cardinality); in ossl_ec_scalar_mul_ladder()
255 group_top = bn_get_top(group->field); in ossl_ec_scalar_mul_ladder()
H A Dec_backend.c469 fixed_words = bn_get_top(order) + 2; in ossl_ec_key_fromdata()
H A Dec_key.c777 fixed_top = bn_get_top(order) + 2; in EC_KEY_set_private_key()
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/dsa/
H A Ddsa_ossl.c220 q_words = bn_get_top(dsa->q); in dsa_sign_setup()
/netbsd/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa_ossl.c252 q_words = bn_get_top(dsa->params.q); in dsa_sign_setup()