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

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_nist.c 63 #define BN_NIST_192_TOP (192+BN_BITS2-1)/BN_BITS2
71 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
143 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
220 BN_NIST_192_TOP,
221 BN_NIST_192_TOP,
363 BN_ULONG bn[BN_NIST_192_TOP];
364 unsigned int ui[BN_NIST_192_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)];
366 BN_ULONG c_d[BN_NIST_192_TOP],
391 if (!bn_wexpand(r, BN_NIST_192_TOP))
394 nist_cp_bn(r_d, a_d, BN_NIST_192_TOP);
    [all...]
  /external/openssl/crypto/bn/
bn_nist.c 63 #define BN_NIST_192_TOP (192+BN_BITS2-1)/BN_BITS2
71 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
143 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
220 BN_NIST_192_TOP,
221 BN_NIST_192_TOP,
363 BN_ULONG bn[BN_NIST_192_TOP];
364 unsigned int ui[BN_NIST_192_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)];
366 BN_ULONG c_d[BN_NIST_192_TOP],
391 if (!bn_wexpand(r, BN_NIST_192_TOP))
394 nist_cp_bn(r_d, a_d, BN_NIST_192_TOP);
    [all...]

Completed in 423 milliseconds