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

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_nist.c 80 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = { variable
152 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = { variable
228 (BN_ULONG *)_nist_p_224[0],
585 carry = (int)bn_sub_words(r_d,r_d,_nist_p_224[carry-1],BN_NIST_224_TOP);
598 carry = (int)bn_add_words(r_d,r_d,_nist_p_224[-carry-1],BN_NIST_224_TOP);
607 mask = 0-(PTR_SIZE_INT)(*u.f)(c_d,r_d,_nist_p_224[0],BN_NIST_224_TOP);
    [all...]
  /external/openssl/crypto/bn/
bn_nist.c 80 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = { variable
152 static const BN_ULONG _nist_p_224[][BN_NIST_224_TOP] = { variable
228 (BN_ULONG *)_nist_p_224[0],
588 carry = (int)bn_sub_words(r_d,r_d,_nist_p_224[carry-1],BN_NIST_224_TOP);
601 carry = (int)bn_add_words(r_d,r_d,_nist_p_224[-carry-1],BN_NIST_224_TOP);
610 mask = 0-(PTR_SIZE_INT)(*u.f)(c_d,r_d,_nist_p_224[0],BN_NIST_224_TOP);
    [all...]

Completed in 1145 milliseconds