Searched refs:psa_pake_ctx (Results 1 - 4 of 4) sorted by relevance
/third_party/mbedtls/library/ |
H A D | ssl_tls12_server.c | 308 &ssl->handshake->psa_pake_ctx, buf, len, in ssl_parse_ecjpake_kkpp() 311 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_parse_ecjpake_kkpp() 1951 ret = mbedtls_psa_ecjpake_write_round(&ssl->handshake->psa_pake_ctx, in ssl_write_ecjpake_kkpp_ext() 1956 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_write_ecjpake_kkpp_ext() 2852 ret = mbedtls_psa_ecjpake_write_round(&ssl->handshake->psa_pake_ctx, in ssl_prepare_server_key_exchange() 2858 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_prepare_server_key_exchange() 4034 &ssl->handshake->psa_pake_ctx, p, (size_t) (end - p), in ssl_parse_client_key_exchange() 4037 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_parse_client_key_exchange()
|
H A D | ssl_tls12_client.c | 168 ret = mbedtls_psa_ecjpake_write_round(&ssl->handshake->psa_pake_ctx, in ssl_write_ecjpake_kkpp_ext() 173 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_write_ecjpake_kkpp_ext() 879 &ssl->handshake->psa_pake_ctx, buf, len, in ssl_parse_ecjpake_kkpp() 882 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_parse_ecjpake_kkpp() 2260 &ssl->handshake->psa_pake_ctx, p, end - p, in ssl_parse_server_key_exchange() 2263 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_parse_server_key_exchange() 3160 ret = mbedtls_psa_ecjpake_write_round(&ssl->handshake->psa_pake_ctx, in ssl_write_client_key_exchange() 3165 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in ssl_write_client_key_exchange()
|
H A D | ssl_tls.c | 995 handshake->psa_pake_ctx = psa_pake_operation_init(); in ssl_handshake_params_init() 1984 status = psa_pake_setup(&ssl->handshake->psa_pake_ctx, &cipher_suite); in mbedtls_ssl_set_hs_ecjpake_password_common() 2001 status = psa_pake_set_user(&ssl->handshake->psa_pake_ctx, user, user_len); in mbedtls_ssl_set_hs_ecjpake_password_common() 2006 status = psa_pake_set_peer(&ssl->handshake->psa_pake_ctx, peer, peer_len); in mbedtls_ssl_set_hs_ecjpake_password_common() 2011 status = psa_pake_set_password_key(&ssl->handshake->psa_pake_ctx, pwd); in mbedtls_ssl_set_hs_ecjpake_password_common() 2051 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in mbedtls_ssl_set_hs_ecjpake_password() 2073 psa_pake_abort(&ssl->handshake->psa_pake_ctx); in mbedtls_ssl_set_hs_ecjpake_password_opaque() 4813 psa_pake_abort(&handshake->psa_pake_ctx); in mbedtls_ssl_handshake_free() 7159 status = psa_pake_get_implicit_key(&handshake->psa_pake_ctx, in ssl_compute_master()
|
H A D | ssl_misc.h | 793 psa_pake_operation_t psa_pake_ctx; /*!< EC J-PAKE key exchange */ member
|
Completed in 24 milliseconds