Searched refs:BN_NIST_521_TOP (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_nist.c | 17 #define BN_NIST_521_TOP (521+BN_BITS2-1)/BN_BITS2 macro 221 BN_NIST_521_TOP, 222 BN_NIST_521_TOP, 1181 if (!bn_wexpand(r, BN_NIST_521_TOP)) in BN_nist_mod_521() 1184 nist_cp_bn(r_d, a_d, BN_NIST_521_TOP); in BN_nist_mod_521() 1189 nist_cp_bn_0(t_d, a_d + (BN_NIST_521_TOP - 1), in BN_nist_mod_521() 1190 top - (BN_NIST_521_TOP - 1), BN_NIST_521_TOP); in BN_nist_mod_521() 1212 bn_add_words(r_d, r_d, t_d, BN_NIST_521_TOP); in BN_nist_mod_521() 1214 BN_NIST_521_TOP) in BN_nist_mod_521() 1217 nist_cp_bn(r_d, res, BN_NIST_521_TOP); in BN_nist_mod_521() [all …]
|
Completed in 15 milliseconds