Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbn_nist.c67 #define BN_NIST_521_TOP (521+BN_BITS2-1)/BN_BITS2 macro
256 BN_NIST_521_TOP,
257 BN_NIST_521_TOP,
782 t_d[BN_NIST_521_TOP], in BN_nist_mod_521()
807 if (!bn_wexpand(r,BN_NIST_521_TOP)) in BN_nist_mod_521()
810 nist_cp_bn(r_d,a_d, BN_NIST_521_TOP); in BN_nist_mod_521()
816 nist_cp_bn_0(t_d,a_d + (BN_NIST_521_TOP-1), top - (BN_NIST_521_TOP-1),BN_NIST_521_TOP); in BN_nist_mod_521()
818 for (val=t_d[0],i=0; i<BN_NIST_521_TOP-1; i++) in BN_nist_mod_521()
828 bn_add_words(r_d,r_d,t_d,BN_NIST_521_TOP); in BN_nist_mod_521()
829 mask = 0-(size_t)bn_sub_words(t_d,r_d,_nist_p_521,BN_NIST_521_TOP); in BN_nist_mod_521()
[all …]