Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decjpake.h222 int mbedtls_ecjpake_read_round_two(mbedtls_ecjpake_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Decjpake.c566 int mbedtls_ecjpake_read_round_two(mbedtls_ecjpake_context *ctx, in mbedtls_ecjpake_read_round_two() function
1099 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&cli, buf, len) == 0); in mbedtls_ecjpake_self_test()
1107 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&srv, buf, len) == 0); in mbedtls_ecjpake_self_test()
1148 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&cli, in mbedtls_ecjpake_self_test()
1152 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&srv, in mbedtls_ecjpake_self_test()
H A Dpsa_crypto_pake.c488 ret = mbedtls_ecjpake_read_round_two(&operation->ctx.jpake, in mbedtls_psa_pake_input_internal()
H A Dssl_tls12_client.c2275 ret = mbedtls_ecjpake_read_round_two(&ssl->handshake->ecjpake_ctx, in ssl_parse_server_key_exchange()
H A Dssl_tls12_server.c4028 ret = mbedtls_ecjpake_read_round_two(&ssl->handshake->ecjpake_ctx, in ssl_parse_client_key_exchange()