Home
last modified time | relevance | path

Searched refs:psa_key_derivation_input_key (Results 1 – 10 of 10) sorted by relevance

/openthread-3.6.0/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h35 #define psa_key_derivation_input_key \ macro
36 PSA_FUNCTION_NAME(psa_key_derivation_input_key)
/openthread-3.6.0/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.c298 PSA_CHECK( psa_key_derivation_input_key( in derive_key_ladder()
341 PSA_CHECK( psa_key_derivation_input_key( in derive_wrapping_key()
/openthread-3.6.0/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c433 PSA_ASSERT( psa_key_derivation_input_key( operation, in mbedtls_test_psa_setup_key_derivation_wrap()
447 PSA_ASSERT( psa_key_derivation_input_key( operation, in mbedtls_test_psa_setup_key_derivation_wrap()
/openthread-3.6.0/third_party/mbedtls/repo/include/psa/
Dcrypto.h3508 psa_status_t psa_key_derivation_input_key(
/openthread-3.6.0/third_party/mbedtls/repo/docs/
Dgetting_started.md566 1. Provide a secret with `psa_key_derivation_input_key()`, referencing a key that
638 status = psa_key_derivation_input_key(&operation,
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function1222 status = psa_key_derivation_input_key( &operation,
4461 TEST_EQUAL( psa_key_derivation_input_key( &operation, steps[i],
4647 PSA_ASSERT( psa_key_derivation_input_key(
5457 PSA_ASSERT( psa_key_derivation_input_key(
Dtest_suite_psa_crypto_se_driver_hal.function729 SMOKE_ASSERT( psa_key_derivation_input_key( &derivation_operation,
/openthread-3.6.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md307 …input_bytes()` and `psa_key_derivation_input_key()`. For transparent drivers, when processing a ca…
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dpsa_crypto.c4747 psa_status_t psa_key_derivation_input_key( in psa_key_derivation_input_key() function
Dssl_tls.c584 status = psa_key_derivation_input_key( in setup_psa_key_derivation()