Home
last modified time | relevance | path

Searched refs:IS_ZERO (Results 1 – 6 of 6) sorted by relevance

/external/epid-sdk/epid/common/math/src/
Decdsa_verify.c323 Ipp32u sig_x_cmp0 = IS_ZERO; in ValidateSignature()
324 Ipp32u sig_y_cmp0 = IS_ZERO; in ValidateSignature()
325 Ipp32u sig_x_cmp_order = IS_ZERO; in ValidateSignature()
326 Ipp32u sig_y_cmp_order = IS_ZERO; in ValidateSignature()
349 if (IS_ZERO == sig_x_cmp0 || IS_ZERO == sig_y_cmp0 || in ValidateSignature()
Decdsa_sign.c60 Ipp32u cmp0 = IS_ZERO; in EcdsaSignBuffer()
61 Ipp32u cmp_order = IS_ZERO; in EcdsaSignBuffer()
126 if (IS_ZERO == cmp0 || LESS_THAN_ZERO != cmp_order) { in EcdsaSignBuffer()
Dbignum.c234 Ipp32u sign = IS_ZERO; in BigNumSub()
354 *is_zero = (IS_ZERO == sign); in BigNumIsZero()
/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpbnarithcmpz.c80 *pResult = IS_ZERO;
/external/epid-sdk/ext/ipp/include/
Dippcpdefs.h588 #define IS_ZERO IPP_IS_EQ macro
/external/strace/
DChangeLog6392 Move is_filled and IS_ZERO to macros.h, rename IS_ZERO to IS_ARRAY_ZERO.
6393 * s390.c: Replace all IS_ZERO invocations with IS_ARRAY_ZERO.
6394 (is_filled, IS_ZERO): Move...
6397 (IS_ZERO): Rename to IS_ARRAY_ZERO, cast arr_ to "const char *".