Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-bignum.c240 mbedtls_mpi exp, tmp; in crypto_bignum_legendre() local
243 mbedtls_mpi_init(&exp); in crypto_bignum_legendre()
247 MBEDTLS_MPI_CHK(mbedtls_mpi_sub_int(&exp, (const mbedtls_mpi *) p, 1)); in crypto_bignum_legendre()
248 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&exp, 1)); in crypto_bignum_legendre()
249 …MBEDTLS_MPI_CHK(mbedtls_mpi_exp_mod(&tmp, (const mbedtls_mpi *) a, &exp, (const mbedtls_mpi *) p, … in crypto_bignum_legendre()
266 mbedtls_mpi_free(&exp); in crypto_bignum_legendre()
/hal_espressif-latest/components/bt/porting/npl/freertos/src/
Dnpl_os_freertos.c844 uint32_t exp = 0; in npl_freertos_callout_get_ticks() local
860 npl_freertos_time_ms_to_ticks((uint32_t)(expiry / 1000), &exp); in npl_freertos_callout_get_ticks()
868 exp = 0; in npl_freertos_callout_get_ticks()
871 return exp; in npl_freertos_callout_get_ticks()
883 uint32_t exp = 0; in npl_freertos_callout_remaining_ticks() local
900 npl_freertos_time_ms_to_ticks((uint32_t)(expiry / 1000), &exp); in npl_freertos_callout_remaining_ticks()
904 exp = 0; in npl_freertos_callout_remaining_ticks()
907 exp = xTimerGetExpiryTime(callout->handle); in npl_freertos_callout_remaining_ticks()
910 if (exp > now) { in npl_freertos_callout_remaining_ticks()
911 rt = exp - now; in npl_freertos_callout_remaining_ticks()
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_tlsf.c34 #define tlsf_cast(t, exp) ((t) (exp)) argument
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.c190 u8 exp[1]; in sae_test_pwd_seed_ffc() local
234 exp[0] = 2; in sae_test_pwd_seed_ffc()
235 b = crypto_bignum_init_set(exp, sizeof(exp)); in sae_test_pwd_seed_ffc()
238 exp[0] = 1; in sae_test_pwd_seed_ffc()
239 b = crypto_bignum_init_set(exp, sizeof(exp)); in sae_test_pwd_seed_ffc()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h263 INT8 exp; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h200 INT8 exp; member
/hal_espressif-latest/components/mbedtls/
DKconfig452 bool "Use interrupt for MPI exp-mod operations"