Home
last modified time | relevance | path

Searched refs:BN_TBIT (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_nist.c817 c = (t & BN_TBIT) ? 1 : 0; in BN_nist_mod_256()
1076 c = (t & BN_TBIT) ? 1 : 0; in BN_nist_mod_384()
H A Dbn_gf2m.c1159 mask = BN_TBIT; in BN_GF2m_poly2arr()
/third_party/openssl/crypto/bn/
H A Dbn_nist.c795 c = (t & BN_TBIT) ? 1 : 0; in BN_nist_mod_256()
1054 c = (t & BN_TBIT) ? 1 : 0; in BN_nist_mod_384()
H A Dbn_gf2m.c1164 mask = BN_TBIT; in BN_GF2m_poly2arr()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h50 # define BN_TBIT ((BN_ULONG)1 << (BN_BITS2 - 1)) macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h56 # define BN_TBIT ((BN_ULONG)1 << (BN_BITS2 - 1)) macro
/third_party/openssl/include/openssl/
H A Dbn.h56 # define BN_TBIT ((BN_ULONG)1 << (BN_BITS2 - 1)) macro

Completed in 8 milliseconds