Home
last modified time | relevance | path

Searched refs:psa_key_derivation_set_capacity (Results 1 - 7 of 7) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h40 #define psa_key_derivation_set_capacity \ macro
41 PSA_FUNCTION_NAME(psa_key_derivation_set_capacity)
/third_party/mbedtls/include/psa/
H A Dcrypto.h3233 * psa_key_derivation_set_capacity(). You may do this before, in the middle
3328 psa_status_t psa_key_derivation_set_capacity(
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h498 #define psa_key_derivation_set_capacity(arg0_operation, arg1_capacity) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c872 /* Wrapper for psa_key_derivation_set_capacity */
877 psa_status_t status = (psa_key_derivation_set_capacity)(arg0_operation, arg1_capacity); in mbedtls_test_wrap_psa_key_derivation_set_capacity()
H A Dpsa_exercise_key.c578 PSA_ASSERT(psa_key_derivation_set_capacity(operation, capacity)); in mbedtls_test_psa_setup_key_derivation_wrap()
/third_party/mbedtls/library/
H A Dssl_tls.c6735 status = psa_key_derivation_set_capacity(derivation, capacity); in setup_psa_key_derivation()
7152 status = psa_key_derivation_set_capacity(&derivation, in ssl_compute_master()
H A Dpsa_crypto.c5559 psa_status_t psa_key_derivation_set_capacity(psa_key_derivation_operation_t *operation, in psa_key_derivation_set_capacity() function

Completed in 32 milliseconds