Home
last modified time | relevance | path

Searched refs:psa_pake_setup (Results 1 – 5 of 5) sorted by relevance

/mbedtls-3.4.0/tests/suites/
Dtest_suite_psa_crypto_pake.function611 SETUP_ALWAYS_CHECK_STEP( psa_pake_setup( &operation, &cipher_suite ),
614 SETUP_CONDITIONAL_CHECK_STEP( psa_pake_setup( &operation, &cipher_suite ),
747 PSA_ASSERT( psa_pake_setup( &server, &cipher_suite ) );
748 PSA_ASSERT( psa_pake_setup( &client, &cipher_suite ) );
822 PSA_ASSERT( psa_pake_setup( &server, &cipher_suite ) );
823 PSA_ASSERT( psa_pake_setup( &client, &cipher_suite ) );
Dtest_suite_psa_crypto.function44 PSA_ASSERT( psa_pake_setup( operation, cipher_suite ) );
8840 status = psa_pake_setup( &operation, &cipher_suite );
8849 TEST_EQUAL( psa_pake_setup( &operation, &cipher_suite ),
9048 PSA_ASSERT( psa_pake_setup( &server, &cipher_suite ) );
9049 PSA_ASSERT( psa_pake_setup( &client, &cipher_suite ) );
9120 PSA_ASSERT( psa_pake_setup( &server, &cipher_suite ) );
9121 PSA_ASSERT( psa_pake_setup( &client, &cipher_suite ) );
/mbedtls-3.4.0/include/psa/
Dcrypto_extra.h1364 psa_status_t psa_pake_setup( psa_pake_operation_t *operation,
/mbedtls-3.4.0/library/
Dpsa_crypto_pake.c197 psa_status_t psa_pake_setup( psa_pake_operation_t *operation, in psa_pake_setup() function
Dssl_tls.c1907 status = psa_pake_setup( &ssl->handshake->psa_pake_ctx, &cipher_suite ); in mbedtls_ssl_set_hs_ecjpake_password()