Searched refs:crypto_mbedtls_dh_set_bin_pg (Results 1 – 1 of 1) sorted by relevance
1434 static int crypto_mbedtls_dh_set_bin_pg(mbedtls_dhm_context *ctx, u8 generator, const u8 *prime, si… in crypto_mbedtls_dh_set_bin_pg() function1450 if (crypto_mbedtls_dh_set_bin_pg(ctx, generator, prime, prime_len) || in crypto_mbedtls_dh_init_public()1586 if (crypto_mbedtls_dh_set_bin_pg(ctx, generator, prime, prime_len) == 0 in dh5_init_fixed()