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

/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A 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,
637 BN_ULONG bn[BN_NIST_256_TOP];
638 unsigned int ui[BN_NIST_256_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)];
640 BN_ULONG c_d[BN_NIST_256_TOP],
666 if (!bn_wexpand(r, BN_NIST_256_TOP))
669 nist_cp_bn(r_d, a_d, BN_NIST_256_TOP);
[all...]
/external/openssl/crypto/bn/
H A 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,
637 BN_ULONG bn[BN_NIST_256_TOP];
638 unsigned int ui[BN_NIST_256_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)];
640 BN_ULONG c_d[BN_NIST_256_TOP],
666 if (!bn_wexpand(r, BN_NIST_256_TOP))
669 nist_cp_bn(r_d, a_d, BN_NIST_256_TOP);
[all...]

Completed in 29 milliseconds