Searched refs:psa_pake_set_peer (Results 1 – 4 of 4) sorted by relevance
/mbedtls-3.4.0/tests/suites/ |
D | test_suite_psa_crypto_pake.function | 594 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 ),
|
D | test_suite_psa_crypto.function | 8821 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/ |
D | crypto_extra.h | 1494 psa_status_t psa_pake_set_peer( psa_pake_operation_t *operation,
|
/mbedtls-3.4.0/library/ |
D | psa_crypto_pake.c | 347 psa_status_t psa_pake_set_peer( psa_pake_operation_t *operation, in psa_pake_set_peer() function
|