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

  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpbnarithcmpz.c 80 *pResult = IS_ZERO;
  /external/epid-sdk/epid/common/math/src/
ecdsa_verify.c 323 Ipp32u sig_x_cmp0 = IS_ZERO;
324 Ipp32u sig_y_cmp0 = IS_ZERO;
325 Ipp32u sig_x_cmp_order = IS_ZERO;
326 Ipp32u sig_y_cmp_order = IS_ZERO;
349 if (IS_ZERO == sig_x_cmp0 || IS_ZERO == sig_y_cmp0 ||
ecdsa_sign.c 60 Ipp32u cmp0 = IS_ZERO;
61 Ipp32u cmp_order = IS_ZERO;
126 if (IS_ZERO == cmp0 || LESS_THAN_ZERO != cmp_order) {
bignum.c 98 bool is_zero = true; local
122 is_zero = false;
125 if (is_zero) {
234 Ipp32u sign = IS_ZERO;
340 EpidStatus BigNumIsZero(BigNum const* a, bool* is_zero) {
344 if (!a || !is_zero) {
354 *is_zero = (IS_ZERO == sign);
  /external/epid-sdk/ext/ipp/include/
ippcpdefs.h 588 #define IS_ZERO IPP_IS_EQ
    [all...]

Completed in 6711 milliseconds