Searched defs:t_d (Results 1 – 2 of 2) sorted by relevance
| /third_party/openssl/crypto/bn/ |
| D | bn_nist.c | 418 BN_ULONG t_d[BN_NIST_192_TOP]; in BN_nist_mod_192() local 575 BN_ULONG t_d[BN_NIST_224_TOP]; in BN_nist_mod_224() local 776 BN_ULONG t_d[BN_NIST_256_TOP]; in BN_nist_mod_256() local 1040 BN_ULONG t_d[BN_NIST_384_TOP]; in BN_nist_mod_384() local 1138 BN_ULONG *r_d, *a_d = a->d, t_d[BN_NIST_521_TOP], val, tmp, *res; in BN_nist_mod_521() local
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| D | bn_nist.c | 440 BN_ULONG t_d[BN_NIST_192_TOP]; in BN_nist_mod_192() local 597 BN_ULONG t_d[BN_NIST_224_TOP]; in BN_nist_mod_224() local 798 BN_ULONG t_d[BN_NIST_256_TOP]; in BN_nist_mod_256() local 1062 BN_ULONG t_d[BN_NIST_384_TOP]; in BN_nist_mod_384() local 1160 BN_ULONG *r_d, *a_d = a->d, t_d[BN_NIST_521_TOP], val, tmp, *res; in BN_nist_mod_521() local
|