Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbn_nist.c65 #define BN_NIST_256_TOP (256+BN_BITS2-1)/BN_BITS2 macro
92 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
164 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
238 BN_NIST_256_TOP,
239 BN_NIST_256_TOP,
551 BN_ULONG t_d[BN_NIST_256_TOP], in BN_nist_mod_256()
552 buf[BN_NIST_256_TOP], in BN_nist_mod_256()
553 c_d[BN_NIST_256_TOP], in BN_nist_mod_256()
579 if (!bn_wexpand(r, BN_NIST_256_TOP)) in BN_nist_mod_256()
582 nist_cp_bn(r_d, a_d, BN_NIST_256_TOP); in BN_nist_mod_256()
[all …]