Searched refs:psa_pake_setup (Results 1 – 5 of 5) sorted by relevance
/mbedtls-3.4.0/tests/suites/ |
D | test_suite_psa_crypto_pake.function | 611 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 ) );
|
D | test_suite_psa_crypto.function | 44 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/ |
D | crypto_extra.h | 1364 psa_status_t psa_pake_setup( psa_pake_operation_t *operation,
|
/mbedtls-3.4.0/library/ |
D | psa_crypto_pake.c | 197 psa_status_t psa_pake_setup( psa_pake_operation_t *operation, in psa_pake_setup() function
|
D | ssl_tls.c | 1907 status = psa_pake_setup( &ssl->handshake->psa_pake_ctx, &cipher_suite ); in mbedtls_ssl_set_hs_ecjpake_password()
|