Home
last modified time | relevance | path

Searched refs:base_len (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_internal-modexp.c89 int crypto_mod_exp(const u8 *base, size_t base_len, in crypto_mod_exp() argument
106 if (bignum_set_unsigned_bin(bn_base, base, base_len) < 0 || in crypto_mod_exp()
Dcrypto.h467 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c729 int crypto_mod_exp(const uint8_t *base, size_t base_len, in crypto_mod_exp() argument
743 MBEDTLS_MPI_CHK(mbedtls_mpi_read_binary(&bn_base, base, base_len)); in crypto_mod_exp()