Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_nist.c14 #define BN_NIST_224_TOP (224+BN_BITS2-1)/BN_BITS2 macro
32 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
115 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
197 BN_NIST_224_TOP,
198 BN_NIST_224_TOP,
494 BN_ULONG bn[BN_NIST_224_TOP]; in BN_nist_mod_224()
495 unsigned int ui[BN_NIST_224_TOP * sizeof(BN_ULONG) / in BN_nist_mod_224()
498 BN_ULONG c_d[BN_NIST_224_TOP], *res; in BN_nist_mod_224()
520 if (!bn_wexpand(r, BN_NIST_224_TOP)) in BN_nist_mod_224()
523 nist_cp_bn(r_d, a_d, BN_NIST_224_TOP); in BN_nist_mod_224()
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_nist.c14 #define BN_NIST_224_TOP (224+BN_BITS2-1)/BN_BITS2 macro
32 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
115 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
197 BN_NIST_224_TOP,
198 BN_NIST_224_TOP,
472 BN_ULONG bn[BN_NIST_224_TOP]; in BN_nist_mod_224()
473 unsigned int ui[BN_NIST_224_TOP * sizeof(BN_ULONG) / in BN_nist_mod_224()
476 BN_ULONG c_d[BN_NIST_224_TOP], *res; in BN_nist_mod_224()
498 if (!bn_wexpand(r, BN_NIST_224_TOP)) in BN_nist_mod_224()
501 nist_cp_bn(r_d, a_d, BN_NIST_224_TOP); in BN_nist_mod_224()
[all...]

Completed in 3 milliseconds