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

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_nist.c 71 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = { variable
143 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = { variable
219 (BN_ULONG *)_nist_p_192[0],
442 carry = (int)bn_sub_words(r_d,r_d,_nist_p_192[carry-1],BN_NIST_192_TOP);
452 mask = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP);
    [all...]
  /external/openssl/crypto/bn/
bn_nist.c 71 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = { variable
143 static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = { variable
219 (BN_ULONG *)_nist_p_192[0],
441 carry = (int)bn_sub_words(r_d,r_d,_nist_p_192[carry-1],BN_NIST_192_TOP);
451 mask = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP);
    [all...]

Completed in 1548 milliseconds