Searched refs:mbedtls_ecjpake_read_round_two (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ecjpake.h | 222 int mbedtls_ecjpake_read_round_two(mbedtls_ecjpake_context *ctx,
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | ecjpake.c | 566 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 D | psa_crypto_pake.c | 488 ret = mbedtls_ecjpake_read_round_two(&operation->ctx.jpake, in mbedtls_psa_pake_input_internal()
|
| H A D | ssl_tls12_client.c | 2275 ret = mbedtls_ecjpake_read_round_two(&ssl->handshake->ecjpake_ctx, in ssl_parse_server_key_exchange()
|
| H A D | ssl_tls12_server.c | 4028 ret = mbedtls_ecjpake_read_round_two(&ssl->handshake->ecjpake_ctx, in ssl_parse_client_key_exchange()
|