Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dcrypto_mbedtls_alt.c168 static mbedtls_mpi mpi_sw_A; variable
212 mbedtls_mpi_free(&mpi_sw_A); in crypto_unload()
2136 if (mbedtls_mpi_read_binary(&mpi_sw_A, bin, len) == 0) in crypto_ec_get_a()
2137 return (const struct crypto_bignum *)&mpi_sw_A; in crypto_ec_get_a()