Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_nist.c15 #define BN_NIST_256_TOP (256+BN_BITS2-1)/BN_BITS2 macro
205 BN_NIST_256_TOP,
206 BN_NIST_256_TOP,
666 BN_ULONG bn[BN_NIST_256_TOP]; in BN_nist_mod_256()
670 BN_ULONG c_d[BN_NIST_256_TOP], *res; in BN_nist_mod_256()
692 if (!bn_wexpand(r, BN_NIST_256_TOP)) in BN_nist_mod_256()
699 nist_cp_bn_0(buf.bn, a_d + BN_NIST_256_TOP, top - BN_NIST_256_TOP, in BN_nist_mod_256()
700 BN_NIST_256_TOP); in BN_nist_mod_256()
798 BN_ULONG t_d[BN_NIST_256_TOP]; in BN_nist_mod_256()
873 nist_cp_bn(r_d, res, BN_NIST_256_TOP); in BN_nist_mod_256()
[all …]

Completed in 9 milliseconds