Home
last modified time | relevance | path

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

/trueos/crypto/openssl/crypto/bn/
HDbn_nist.c65 #define BN_NIST_384_TOP (384+BN_BITS2-1)/BN_BITS2 macro
116 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
198 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
262 BN_NIST_384_TOP,
263 BN_NIST_384_TOP,
942 BN_ULONG bn[BN_NIST_384_TOP]; in BN_nist_mod_384()
943 unsigned int ui[BN_NIST_384_TOP * sizeof(BN_ULONG) / in BN_nist_mod_384()
946 BN_ULONG c_d[BN_NIST_384_TOP], *res; in BN_nist_mod_384()
972 if (!bn_wexpand(r, BN_NIST_384_TOP)) in BN_nist_mod_384()
975 nist_cp_bn(r_d, a_d, BN_NIST_384_TOP); in BN_nist_mod_384()
[all …]