Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbn_nist.c65 #define BN_NIST_256_TOP (256+BN_BITS2-1)/BN_BITS2 macro
92 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
164 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
238 BN_NIST_256_TOP,
239 BN_NIST_256_TOP,
641 BN_ULONG bn[BN_NIST_256_TOP]; in BN_nist_mod_256()
642 unsigned int ui[BN_NIST_256_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)]; in BN_nist_mod_256()
644 BN_ULONG c_d[BN_NIST_256_TOP], in BN_nist_mod_256()
670 if (!bn_wexpand(r, BN_NIST_256_TOP)) in BN_nist_mod_256()
673 nist_cp_bn(r_d, a_d, BN_NIST_256_TOP); in BN_nist_mod_256()
[all …]