Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dssl_tls12_client.c172 ret = mbedtls_psa_ecjpake_write_round(&ssl->handshake->psa_pake_ctx, in ssl_write_ecjpake_kkpp_ext()
177 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_write_ecjpake_kkpp_ext()
881 &ssl->handshake->psa_pake_ctx, buf, len, in ssl_parse_ecjpake_kkpp()
884 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_parse_ecjpake_kkpp()
2255 &ssl->handshake->psa_pake_ctx, p, end - p, in ssl_parse_server_key_exchange()
2258 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_parse_server_key_exchange()
3156 ret = mbedtls_psa_ecjpake_write_round(&ssl->handshake->psa_pake_ctx, in ssl_write_client_key_exchange()
3161 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_write_client_key_exchange()
Dssl_tls12_server.c312 &ssl->handshake->psa_pake_ctx, buf, len, in ssl_parse_ecjpake_kkpp()
315 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_parse_ecjpake_kkpp()
1945 ret = mbedtls_psa_ecjpake_write_round(&ssl->handshake->psa_pake_ctx, in ssl_write_ecjpake_kkpp_ext()
1950 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_write_ecjpake_kkpp_ext()
2781 ret = mbedtls_psa_ecjpake_write_round(&ssl->handshake->psa_pake_ctx, in ssl_prepare_server_key_exchange()
2787 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_prepare_server_key_exchange()
3953 &ssl->handshake->psa_pake_ctx, p, end - p, in ssl_parse_client_key_exchange()
3956 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_parse_client_key_exchange()
Dssl_tls.c994 handshake->psa_pake_ctx = psa_pake_operation_init(); in ssl_handshake_params_init()
1973 status = psa_pake_setup(&ssl->handshake->psa_pake_ctx, &cipher_suite); in mbedtls_ssl_set_hs_ecjpake_password_common()
1990 status = psa_pake_set_user(&ssl->handshake->psa_pake_ctx, user, user_len); in mbedtls_ssl_set_hs_ecjpake_password_common()
1995 status = psa_pake_set_peer(&ssl->handshake->psa_pake_ctx, peer, peer_len); in mbedtls_ssl_set_hs_ecjpake_password_common()
2000 status = psa_pake_set_password_key(&ssl->handshake->psa_pake_ctx, pwd); in mbedtls_ssl_set_hs_ecjpake_password_common()
2040 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in mbedtls_ssl_set_hs_ecjpake_password()
2062 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in mbedtls_ssl_set_hs_ecjpake_password_opaque()
4145 psa_pake_abort(&handshake->psa_pake_ctx); in mbedtls_ssl_handshake_free()
6508 status = psa_pake_get_implicit_key(&handshake->psa_pake_ctx, in ssl_compute_master()
Dssl_misc.h777 psa_pake_operation_t psa_pake_ctx; /*!< EC J-PAKE key exchange */ member