Searched refs:psa_key_derivation_output_key (Results 1 - 6 of 6) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 48 #define psa_key_derivation_output_key \ macro 49 PSA_FUNCTION_NAME(psa_key_derivation_output_key)
|
/third_party/mbedtls/programs/psa/ |
H A D | key_ladder_demo.c | 295 PSA_CHECK(psa_key_derivation_output_key(&attributes, &operation, in derive_key_ladder() 338 PSA_CHECK(psa_key_derivation_output_key(&attributes, &operation, in derive_wrapping_key()
|
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 123 * psa_key_derivation_output_key(), psa_key_derivation_output_key_ext() 168 * psa_key_derivation_output_key(), psa_key_derivation_output_key_ext() 3236 * -# To derive a key, call psa_key_derivation_output_key() or 3460 * - psa_key_derivation_output_key() or psa_key_derivation_output_key_ext() 3762 psa_status_t psa_key_derivation_output_key( 3788 * psa_key_derivation_output_key(). 3929 * psa_key_derivation_output_key() or
|
/third_party/mbedtls/tests/include/test/ |
H A D | psa_test_wrappers.h | 483 #define psa_key_derivation_output_key(arg0_attributes, arg1_operation, arg2_key) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 850 /* Wrapper for psa_key_derivation_output_key */ 856 psa_status_t status = (psa_key_derivation_output_key)(arg0_attributes, arg1_operation, arg2_key); in mbedtls_test_wrap_psa_key_derivation_output_key()
|
/third_party/mbedtls/library/ |
H A D | psa_crypto.c | 6476 psa_status_t psa_key_derivation_output_key( in psa_key_derivation_output_key() function
|
Completed in 24 milliseconds