Home
last modified time | relevance | path

Searched refs:mbedtls_ecjpake_read_round_one (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/include/mbedtls/
H A Decjpake.h182 int mbedtls_ecjpake_read_round_one(mbedtls_ecjpake_context *ctx,
/third_party/mbedtls/library/
H A Decjpake.c516 int mbedtls_ecjpake_read_round_one(mbedtls_ecjpake_context *ctx, in mbedtls_ecjpake_read_round_one() function
1089 TEST_ASSERT(mbedtls_ecjpake_read_round_one(&srv, buf, len) == 0); in mbedtls_ecjpake_self_test()
1094 TEST_ASSERT(mbedtls_ecjpake_read_round_one(&cli, buf, len) == 0); in mbedtls_ecjpake_self_test()
1139 TEST_ASSERT(mbedtls_ecjpake_read_round_one(&srv, in mbedtls_ecjpake_self_test()
1143 TEST_ASSERT(mbedtls_ecjpake_read_round_one(&cli, in mbedtls_ecjpake_self_test()
H A Dpsa_crypto_pake.c477 ret = mbedtls_ecjpake_read_round_one(&operation->ctx.jpake, in mbedtls_psa_pake_input_internal()
H A Dssl_tls12_server.c322 if ((ret = mbedtls_ecjpake_read_round_one(&ssl->handshake->ecjpake_ctx, in ssl_parse_ecjpake_kkpp()
324 MBEDTLS_SSL_DEBUG_RET(1, "mbedtls_ecjpake_read_round_one", ret); in ssl_parse_ecjpake_kkpp()
H A Dssl_tls12_client.c894 if ((ret = mbedtls_ecjpake_read_round_one(&ssl->handshake->ecjpake_ctx, in ssl_parse_ecjpake_kkpp()
896 MBEDTLS_SSL_DEBUG_RET(1, "mbedtls_ecjpake_read_round_one", ret); in ssl_parse_ecjpake_kkpp()

Completed in 19 milliseconds