Home
last modified time | relevance | path

Searched refs:LTC_MP_NO (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/dsa/
H A Ddsa_verify_key.c110 if (res == LTC_MP_NO) { in dsa_int_validate_primes()
118 if (res == LTC_MP_NO) { in dsa_int_validate_primes()
/optee_os/core/lib/libtomcrypt/src/math/
H A Drand_prime.c67 } while (res == LTC_MP_NO); in rand_prime()
H A Dltm_desc.c456 *c = res ? LTC_MP_YES : LTC_MP_NO; in isprime()
H A Dgmp_desc.c558 *c = mpz_probab_prime_p(a, b) > 0 ? LTC_MP_YES : LTC_MP_NO; in isprime()
H A Dtfm_desc.c417 *c = (fp_isprime_ex(a, b) == FP_YES) ? LTC_MP_YES : LTC_MP_NO; in isprime()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_math.h10 #define LTC_MP_NO 0 macro
H A Dtomcrypt_private.h249 #define mp_iszero(a) (mp_cmp_d(a, 0) == LTC_MP_EQ ? LTC_MP_YES : LTC_MP_NO)
250 … (mp_get_digit_count(a) > 0 ? (mp_get_digit(a, 0) & 1 ? LTC_MP_YES : LTC_MP_NO) : LTC_MP_NO)
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_constants.c160 C_STRINGIFY(LTC_MP_NO),
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_sign_hash.c106 if (mp_iszero(s) == LTC_MP_NO) { in ecc_sign_hash_ex()
/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c612 *c = LTC_MP_NO; in isprime()