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

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_nist.c 92 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = { variable
164 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = { variable
237 (BN_ULONG *)_nist_p_256[0],
795 carry = (int)bn_sub_words(r_d,r_d,_nist_p_256[carry-1],BN_NIST_256_TOP);
798 carry = (int)bn_add_words(r_d,r_d,_nist_p_256[-carry-1],BN_NIST_256_TOP);
806 mask = 0-(PTR_SIZE_INT)(*u.f)(c_d,r_d,_nist_p_256[0],BN_NIST_256_TOP);
    [all...]
  /external/openssl/crypto/bn/
bn_nist.c 92 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = { variable
164 static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = { variable
237 (BN_ULONG *)_nist_p_256[0],
799 carry = (int)bn_sub_words(r_d,r_d,_nist_p_256[carry-1],BN_NIST_256_TOP);
802 carry = (int)bn_add_words(r_d,r_d,_nist_p_256[-carry-1],BN_NIST_256_TOP);
810 mask = 0-(PTR_SIZE_INT)(*u.f)(c_d,r_d,_nist_p_256[0],BN_NIST_256_TOP);
    [all...]

Completed in 390 milliseconds