Searched refs:psa_key_derivation_setup (Results 1 – 10 of 10) sorted by relevance
/openthread-3.6.0/third_party/mbedtls/repo/tests/include/spe/ |
D | crypto_spe.h | 39 #define psa_key_derivation_setup \ macro 40 PSA_FUNCTION_NAME(psa_key_derivation_setup)
|
/openthread-3.6.0/third_party/mbedtls/repo/programs/psa/ |
D | key_ladder_demo.c | 294 PSA_CHECK( psa_key_derivation_setup( &operation, KDF_ALG ) ); in derive_key_ladder() 337 PSA_CHECK( psa_key_derivation_setup( &operation, KDF_ALG ) ); in derive_wrapping_key()
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 427 PSA_ASSERT( psa_key_derivation_setup( operation, alg ) ); in mbedtls_test_psa_setup_key_derivation_wrap() 623 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) ); in exercise_key_agreement_key()
|
/openthread-3.6.0/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 3347 psa_status_t psa_key_derivation_setup(
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto.function | 1211 PSA_ASSERT( psa_key_derivation_setup( &operation, exercise_alg ) ); 1263 PSA_ASSERT( psa_key_derivation_setup( &operation, exercise_alg ) ); 4371 TEST_EQUAL( psa_key_derivation_setup( &operation, alg ), 4391 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) ); 4435 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) ); 4538 TEST_EQUAL( psa_key_derivation_setup( &operation, alg ), 4626 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) ); 4999 status = psa_key_derivation_setup( &operation, alg ); 5088 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) ); 5150 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) ); [all …]
|
D | test_suite_psa_crypto_se_driver_hal.function | 724 PSA_ASSERT( psa_key_derivation_setup( &derivation_operation, 742 PSA_ASSERT( psa_key_derivation_setup( &derivation_operation, alg ) );
|
/openthread-3.6.0/third_party/mbedtls/repo/docs/ |
D | getting_started.md | 562 1. Set up the key derivation context using the `psa_key_derivation_setup()` 621 status = psa_key_derivation_setup(&operation, alg);
|
/openthread-3.6.0/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 4404 psa_status_t psa_key_derivation_setup( psa_key_derivation_operation_t *operation, in psa_key_derivation_setup() function
|
D | ssl_tls.c | 564 status = psa_key_derivation_setup( derivation, alg ); in setup_psa_key_derivation()
|
/openthread-3.6.0/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 305 * `"key_derivation_setup"`: called by `psa_key_derivation_setup()`.
|