Home
last modified time | relevance | path

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

/mbedtls-3.4.0/tests/suites/
Dtest_suite_psa_crypto_pake.function594 TEST_EQUAL( psa_pake_set_peer( &operation, NULL, 0 ),
626 SETUP_CONDITIONAL_CHECK_STEP( psa_pake_set_peer( &operation, NULL, 0 ),
632 SETUP_CONDITIONAL_CHECK_STEP( psa_pake_set_peer( &operation, unsupp_id, 4 ),
Dtest_suite_psa_crypto.function8821 TEST_EQUAL( psa_pake_set_peer( &operation, NULL, 0 ),
8880 TEST_EQUAL( psa_pake_set_peer( &operation, NULL, 0 ),
8896 TEST_EQUAL( psa_pake_set_peer( &operation, unsupported_id, 4 ),
/mbedtls-3.4.0/include/psa/
Dcrypto_extra.h1494 psa_status_t psa_pake_set_peer( psa_pake_operation_t *operation,
/mbedtls-3.4.0/library/
Dpsa_crypto_pake.c347 psa_status_t psa_pake_set_peer( psa_pake_operation_t *operation, in psa_pake_set_peer() function