Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_nist.c16 #define BN_NIST_384_TOP (384+BN_BITS2-1)/BN_BITS2 macro
213 BN_NIST_384_TOP,
214 BN_NIST_384_TOP,
903 BN_ULONG bn[BN_NIST_384_TOP]; in BN_nist_mod_384()
907 BN_ULONG c_d[BN_NIST_384_TOP], *res; in BN_nist_mod_384()
929 if (!bn_wexpand(r, BN_NIST_384_TOP)) in BN_nist_mod_384()
936 nist_cp_bn_0(buf.bn, a_d + BN_NIST_384_TOP, top - BN_NIST_384_TOP, in BN_nist_mod_384()
937 BN_NIST_384_TOP); in BN_nist_mod_384()
1062 BN_ULONG t_d[BN_NIST_384_TOP]; in BN_nist_mod_384()
1145 nist_cp_bn(r_d, res, BN_NIST_384_TOP); in BN_nist_mod_384()
[all …]

Completed in 7 milliseconds