Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dssl_cli.c422 if( mbedtls_ecjpake_check( &ssl->handshake->ecjpake_ctx ) != 0 ) in ssl_write_ecjpake_kkpp_ext()
443 ret = mbedtls_ecjpake_write_round_one( &ssl->handshake->ecjpake_ctx, in ssl_write_ecjpake_kkpp_ext()
960 mbedtls_ecjpake_check( &ssl->handshake->ecjpake_ctx ) != 0 ) in ssl_validate_ciphersuite()
1722 ssl->handshake->ecjpake_ctx.point_format = p[0]; in ssl_parse_supported_point_formats_ext()
1759 if( ( ret = mbedtls_ecjpake_read_round_one( &ssl->handshake->ecjpake_ctx, in ssl_parse_ecjpake_kkpp()
3238 ret = mbedtls_ecjpake_read_round_two( &ssl->handshake->ecjpake_ctx, in ssl_parse_server_key_exchange()
4049 ret = mbedtls_ecjpake_write_round_two( &ssl->handshake->ecjpake_ctx, in ssl_write_client_key_exchange()
4060 ret = mbedtls_ecjpake_derive_secret( &ssl->handshake->ecjpake_ctx, in ssl_write_client_key_exchange()
A Dssl_srv.c410 ssl->handshake->ecjpake_ctx.point_format = p[0]; in ssl_parse_supported_point_formats()
432 if( mbedtls_ecjpake_check( &ssl->handshake->ecjpake_ctx ) != 0 ) in ssl_parse_ecjpake_kkpp()
438 if( ( ret = mbedtls_ecjpake_read_round_one( &ssl->handshake->ecjpake_ctx, in ssl_parse_ecjpake_kkpp()
2572 ret = mbedtls_ecjpake_write_round_one( &ssl->handshake->ecjpake_ctx, in ssl_write_ecjpake_kkpp_ext()
3326 &ssl->handshake->ecjpake_ctx, in ssl_prepare_server_key_exchange()
4369 ret = mbedtls_ecjpake_read_round_two( &ssl->handshake->ecjpake_ctx, in ssl_parse_client_key_exchange()
4377 ret = mbedtls_ecjpake_derive_secret( &ssl->handshake->ecjpake_ctx, in ssl_parse_client_key_exchange()
A Dssl_tls.c3692 mbedtls_ecjpake_init( &handshake->ecjpake_ctx ); in ssl_handshake_params_init()
4358 return( mbedtls_ecjpake_setup( &ssl->handshake->ecjpake_ctx, in mbedtls_ssl_set_hs_ecjpake_password()
6014 mbedtls_ecjpake_free( &handshake->ecjpake_ctx ); in mbedtls_ssl_handshake_free()
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dssl_internal.h458 mbedtls_ecjpake_context ecjpake_ctx; /*!< EC J-PAKE key exchange */ member
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dssl_internal.h458 mbedtls_ecjpake_context ecjpake_ctx; /*!< EC J-PAKE key exchange */ member
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dssl_internal.h458 mbedtls_ecjpake_context ecjpake_ctx; /*!< EC J-PAKE key exchange */ member
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dssl_internal.h458 mbedtls_ecjpake_context ecjpake_ctx; /*!< EC J-PAKE key exchange */ member
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dssl_internal.h458 mbedtls_ecjpake_context ecjpake_ctx; /*!< EC J-PAKE key exchange */ member

Completed in 62 milliseconds