Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls12_client.c168 ret = mbedtls_psa_ecjpake_write_round(&ssl->handshake->psa_pake_ctx, in ssl_write_ecjpake_kkpp_ext()
3162 ret = mbedtls_psa_ecjpake_write_round(&ssl->handshake->psa_pake_ctx, in ssl_write_client_key_exchange()
H A Dssl_misc.h2775 int mbedtls_psa_ecjpake_write_round(
H A Dssl_tls12_server.c1931 ret = mbedtls_psa_ecjpake_write_round(&ssl->handshake->psa_pake_ctx, in ssl_write_ecjpake_kkpp_ext()
2837 ret = mbedtls_psa_ecjpake_write_round(&ssl->handshake->psa_pake_ctx, in ssl_prepare_server_key_exchange()
H A Dssl_tls.c9121 int mbedtls_psa_ecjpake_write_round( in mbedtls_psa_ecjpake_write_round() function