Searched refs:compare_d (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ltc_ecc_verify_key.c | 25 if (ltc_mp.compare_d(key->pubkey.z, 1) == LTC_MP_EQ) { in ltc_ecc_verify_key() 28 (ltc_mp.compare_d(key->pubkey.x, 0) == LTC_MP_LT) || in ltc_ecc_verify_key() 29 (ltc_mp.compare_d(key->pubkey.y, 0) == LTC_MP_LT) || in ltc_ecc_verify_key()
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | mpi_desc.c | 165 static int compare_d(void *a, ltc_mp_digit b) in compare_d() function 644 .compare_d = compare_d,
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_math.h | 127 int (*compare_d)(void *a, ltc_mp_digit n); member
|
| H A D | tomcrypt_private.h | 209 #define mp_cmp_d(a, b) ltc_mp.compare_d(a, b)
|
| /optee_os/core/lib/libtomcrypt/src/math/ |
| H A D | ltm_desc.c | 151 static int compare_d(void *a, ltc_mp_digit b) in compare_d() function 487 &compare_d,
|
| H A D | gmp_desc.c | 96 static int compare_d(void *a, ltc_mp_digit b) in compare_d() function 585 &compare_d,
|
| H A D | tfm_desc.c | 124 static int compare_d(void *a, ltc_mp_digit b) in compare_d() function 779 &compare_d,
|