Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/library/
Dssl_cli.c361 if( mbedtls_ecjpake_check( &ssl->handshake->ecjpake_ctx ) != 0 )
385 ret = mbedtls_ecjpake_write_round_one( &ssl->handshake->ecjpake_ctx,
880 mbedtls_ecjpake_check( &ssl->handshake->ecjpake_ctx ) != 0 )
1222 ssl->handshake->ecjpake_ctx.point_format = p[0];
1257 if( ( ret = mbedtls_ecjpake_read_round_one( &ssl->handshake->ecjpake_ctx,
2320 ret = mbedtls_ecjpake_read_round_two( &ssl->handshake->ecjpake_ctx,
2939 ret = mbedtls_ecjpake_write_round_two( &ssl->handshake->ecjpake_ctx,
2948 ret = mbedtls_ecjpake_derive_secret( &ssl->handshake->ecjpake_ctx,
Dssl_srv.c313 ssl->handshake->ecjpake_ctx.point_format = p[0]; in ssl_parse_supported_point_formats()
335 if( mbedtls_ecjpake_check( &ssl->handshake->ecjpake_ctx ) != 0 ) in ssl_parse_ecjpake_kkpp()
341 if( ( ret = mbedtls_ecjpake_read_round_one( &ssl->handshake->ecjpake_ctx, in ssl_parse_ecjpake_kkpp()
2101 ret = mbedtls_ecjpake_write_round_one( &ssl->handshake->ecjpake_ctx,
2721 ret = mbedtls_ecjpake_write_round_two( &ssl->handshake->ecjpake_ctx,
3489 ret = mbedtls_ecjpake_read_round_two( &ssl->handshake->ecjpake_ctx,
3497 ret = mbedtls_ecjpake_derive_secret( &ssl->handshake->ecjpake_ctx,
Dssl_tls.c5256 mbedtls_ecjpake_init( &handshake->ecjpake_ctx ); in ssl_handshake_params_init()
5813 return( mbedtls_ecjpake_setup( &ssl->handshake->ecjpake_ctx, in mbedtls_ssl_set_hs_ecjpake_password()
6977 mbedtls_ecjpake_free( &handshake->ecjpake_ctx ); in mbedtls_ssl_handshake_free()
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dssl_internal.h177 mbedtls_ecjpake_context ecjpake_ctx; /*!< EC J-PAKE key exchange */ member