Home
last modified time | relevance | path

Searched refs:ecjpake_ctx (Results 1 - 4 of 4) sorted by relevance

/third_party/mbedtls/library/
H A Dssl_tls12_server.c271 mbedtls_ecjpake_set_point_format(&ssl->handshake->ecjpake_ctx, in ssl_parse_supported_point_formats()
299 if (mbedtls_ecjpake_check(&ssl->handshake->ecjpake_ctx) != 0) in ssl_parse_ecjpake_kkpp()
322 if ((ret = mbedtls_ecjpake_read_round_one(&ssl->handshake->ecjpake_ctx, in ssl_parse_ecjpake_kkpp()
1961 ret = mbedtls_ecjpake_write_round_one(&ssl->handshake->ecjpake_ctx, in ssl_write_ecjpake_kkpp_ext()
2869 &ssl->handshake->ecjpake_ctx, in ssl_prepare_server_key_exchange()
4043 ret = mbedtls_ecjpake_read_round_two(&ssl->handshake->ecjpake_ctx, in ssl_parse_client_key_exchange()
4050 ret = mbedtls_ecjpake_derive_secret(&ssl->handshake->ecjpake_ctx, in ssl_parse_client_key_exchange()
H A Dssl_tls12_client.c145 if (mbedtls_ecjpake_check(&ssl->handshake->ecjpake_ctx) != 0) { in ssl_write_ecjpake_kkpp_ext()
178 ret = mbedtls_ecjpake_write_round_one(&ssl->handshake->ecjpake_ctx, in ssl_write_ecjpake_kkpp_ext()
838 mbedtls_ecjpake_set_point_format(&ssl->handshake->ecjpake_ctx, in ssl_parse_supported_point_formats_ext()
894 if ((ret = mbedtls_ecjpake_read_round_one(&ssl->handshake->ecjpake_ctx, in ssl_parse_ecjpake_kkpp()
2273 ret = mbedtls_ecjpake_read_round_two(&ssl->handshake->ecjpake_ctx, in ssl_parse_server_key_exchange()
3170 ret = mbedtls_ecjpake_write_round_two(&ssl->handshake->ecjpake_ctx, in ssl_write_client_key_exchange()
3180 ret = mbedtls_ecjpake_derive_secret(&ssl->handshake->ecjpake_ctx, in ssl_write_client_key_exchange()
H A Dssl_misc.h797 mbedtls_ecjpake_context ecjpake_ctx; /*!< EC J-PAKE key exchange */ member
H A Dssl_tls.c998 mbedtls_ecjpake_init(&handshake->ecjpake_ctx); in ssl_handshake_params_init()
2101 return mbedtls_ecjpake_setup(&ssl->handshake->ecjpake_ctx, in mbedtls_ssl_set_hs_ecjpake_password()
4824 mbedtls_ecjpake_free(&handshake->ecjpake_ctx); in mbedtls_ssl_handshake_free()
9523 mbedtls_ecjpake_check(&ssl->handshake->ecjpake_ctx) != 0) in mbedtls_ssl_validate_ciphersuite()

Completed in 31 milliseconds