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

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_nist.c 66 #define BN_NIST_384_TOP (384+BN_BITS2-1)/BN_BITS2
110 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
182 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
247 BN_NIST_384_TOP,
248 BN_NIST_384_TOP,
840 BN_ULONG bn[BN_NIST_384_TOP];
841 unsigned int ui[BN_NIST_384_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)];
843 BN_ULONG c_d[BN_NIST_384_TOP],
870 if (!bn_wexpand(r, BN_NIST_384_TOP))
873 nist_cp_bn(r_d, a_d, BN_NIST_384_TOP);
    [all...]
  /external/openssl/crypto/bn/
bn_nist.c 66 #define BN_NIST_384_TOP (384+BN_BITS2-1)/BN_BITS2
110 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
182 static const BN_ULONG _nist_p_384[][BN_NIST_384_TOP] = {
247 BN_NIST_384_TOP,
248 BN_NIST_384_TOP,
845 BN_ULONG bn[BN_NIST_384_TOP];
846 unsigned int ui[BN_NIST_384_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)];
848 BN_ULONG c_d[BN_NIST_384_TOP],
875 if (!bn_wexpand(r, BN_NIST_384_TOP))
878 nist_cp_bn(r_d, a_d, BN_NIST_384_TOP);
    [all...]

Completed in 153 milliseconds