HomeSort by relevance Sort by last modified time
    Searched refs:BN_NIST_256_TOP (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_nist.c 65 #define BN_NIST_256_TOP (256+BN_BITS2-1)/BN_BITS2
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/
bn_nist.c 65 #define BN_NIST_256_TOP (256+BN_BITS2-1)/BN_BITS2
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,
641 BN_ULONG bn[BN_NIST_256_TOP];
642 unsigned int ui[BN_NIST_256_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)];
644 BN_ULONG c_d[BN_NIST_256_TOP],
670 if (!bn_wexpand(r, BN_NIST_256_TOP))
673 nist_cp_bn(r_d, a_d, BN_NIST_256_TOP);
    [all...]

Completed in 1640 milliseconds