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

  /external/openssl/crypto/bn/
bn_nist.c 64 #define BN_NIST_224_TOP (224+BN_BITS2-1)/BN_BITS2
80 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
152 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
229 BN_NIST_224_TOP,
230 BN_NIST_224_TOP,
483 BN_ULONG bn[BN_NIST_224_TOP];
484 unsigned int ui[BN_NIST_224_TOP*sizeof(BN_ULONG)/sizeof(unsigned int)];
486 BN_ULONG c_d[BN_NIST_224_TOP],
513 if (!bn_wexpand(r, BN_NIST_224_TOP))
516 nist_cp_bn(r_d, a_d, BN_NIST_224_TOP);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_nist.c 64 #define BN_NIST_224_TOP (224+BN_BITS2-1)/BN_BITS2
80 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
152 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = {
229 BN_NIST_224_TOP,
230 BN_NIST_224_TOP,
482 BN_ULONG buf[BN_NIST_224_TOP],
483 c_d[BN_NIST_224_TOP],
510 if (!bn_wexpand(r, BN_NIST_224_TOP))
513 nist_cp_bn(r_d, a_d, BN_NIST_224_TOP);
520 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP-1), top - (BN_NIST_224_TOP-1), BN_NIST_224_TOP)
    [all...]

Completed in 193 milliseconds