Searched refs:base_len (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | crypto_internal-modexp.c | 89 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()
|
D | crypto.h | 467 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls.c | 729 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()
|