Home
last modified time | relevance | path

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/
Dcrypto_spe.h39 #define psa_key_derivation_setup \ macro
40 PSA_FUNCTION_NAME(psa_key_derivation_setup)
/openthread-3.6.0/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.c294 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/
Dpsa_exercise_key.c427 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/
Dcrypto.h3347 psa_status_t psa_key_derivation_setup(
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function1211 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 …]
Dtest_suite_psa_crypto_se_driver_hal.function724 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/
Dgetting_started.md562 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/
Dpsa_crypto.c4404 psa_status_t psa_key_derivation_setup( psa_key_derivation_operation_t *operation, in psa_key_derivation_setup() function
Dssl_tls.c564 status = psa_key_derivation_setup( derivation, alg ); in setup_psa_key_derivation()
/openthread-3.6.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md305 * `"key_derivation_setup"`: called by `psa_key_derivation_setup()`.