Searched refs:crypto_mbedtls_dh_init_public (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/src/crypto/ |
D | crypto_mbedtls_alt.c | 1447 __attribute_noinline__ static int crypto_mbedtls_dh_init_public( in crypto_mbedtls_dh_init_public() function 1466 int ret = crypto_mbedtls_dh_init_public(&ctx, generator, prime, prime_len, privkey, pubkey); in crypto_dh_init() 1557 … crypto_mbedtls_dh_init_public(ctx, generator, prime, prime_len, wpabuf_put(wpriv, prime_len), in dh5_init()
|