Home
last modified time | relevance | path

Searched refs:arg1_capacity (Results 1 – 2 of 2) sorted by relevance

/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h459 size_t *arg1_capacity);
460 #define psa_key_derivation_get_capacity(arg0_operation, arg1_capacity) \ argument
461 mbedtls_test_wrap_psa_key_derivation_get_capacity(arg0_operation, arg1_capacity)
529 size_t arg1_capacity);
530 #define psa_key_derivation_set_capacity(arg0_operation, arg1_capacity) \ argument
531 mbedtls_test_wrap_psa_key_derivation_set_capacity(arg0_operation, arg1_capacity)
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c804 size_t *arg1_capacity) in mbedtls_test_wrap_psa_key_derivation_get_capacity() argument
806 psa_status_t status = (psa_key_derivation_get_capacity)(arg0_operation, arg1_capacity); in mbedtls_test_wrap_psa_key_derivation_get_capacity()
925 size_t arg1_capacity) in mbedtls_test_wrap_psa_key_derivation_set_capacity() argument
927 psa_status_t status = (psa_key_derivation_set_capacity)(arg0_operation, arg1_capacity); in mbedtls_test_wrap_psa_key_derivation_set_capacity()