Home
last modified time | relevance | path

Searched refs:BN_NIST_192_TOP (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_nist.c13 #define BN_NIST_192_TOP (192+BN_BITS2-1)/BN_BITS2 macro
21 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
104 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
189 BN_NIST_192_TOP,
190 BN_NIST_192_TOP,
358 BN_ULONG bn[BN_NIST_192_TOP]; in BN_nist_mod_192()
359 unsigned int ui[BN_NIST_192_TOP * sizeof(BN_ULONG) / in BN_nist_mod_192()
362 BN_ULONG c_d[BN_NIST_192_TOP], *res; in BN_nist_mod_192()
383 if (!bn_wexpand(r, BN_NIST_192_TOP)) in BN_nist_mod_192()
386 nist_cp_bn(r_d, a_d, BN_NIST_192_TOP); in BN_nist_mod_192()
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_nist.c13 #define BN_NIST_192_TOP (192+BN_BITS2-1)/BN_BITS2 macro
21 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
104 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
189 BN_NIST_192_TOP,
190 BN_NIST_192_TOP,
336 BN_ULONG bn[BN_NIST_192_TOP]; in BN_nist_mod_192()
337 unsigned int ui[BN_NIST_192_TOP * sizeof(BN_ULONG) / in BN_nist_mod_192()
340 BN_ULONG c_d[BN_NIST_192_TOP], *res; in BN_nist_mod_192()
361 if (!bn_wexpand(r, BN_NIST_192_TOP)) in BN_nist_mod_192()
364 nist_cp_bn(r_d, a_d, BN_NIST_192_TOP); in BN_nist_mod_192()
[all...]

Completed in 2 milliseconds