Home
last modified time | relevance | path

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

/mbedtls-development/tests/include/spe/
A Dcrypto_spe.h39 #define psa_key_derivation_setup \ macro
40 PSA_FUNCTION_NAME(psa_key_derivation_setup)
/mbedtls-development/programs/psa/
A Dkey_ladder_demo.c290 PSA_CHECK( psa_key_derivation_setup( &operation, KDF_ALG ) ); in derive_key_ladder()
333 PSA_CHECK( psa_key_derivation_setup( &operation, KDF_ALG ) ); in derive_wrapping_key()
/mbedtls-development/tests/src/
A Dpsa_exercise_key.c426 PSA_ASSERT( psa_key_derivation_setup( operation, alg ) ); in mbedtls_test_psa_setup_key_derivation_wrap()
622 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) ); in exercise_key_agreement_key()
/mbedtls-development/include/psa/
A Dcrypto.h3312 psa_status_t psa_key_derivation_setup(
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto.function1474 PSA_ASSERT( psa_key_derivation_setup( &operation, exercise_alg ) );
1526 PSA_ASSERT( psa_key_derivation_setup( &operation, exercise_alg ) );
5830 TEST_EQUAL( psa_key_derivation_setup( &operation, alg ),
5850 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) );
5894 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) );
5997 TEST_EQUAL( psa_key_derivation_setup( &operation, alg ),
6085 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) );
6458 status = psa_key_derivation_setup( &operation, alg );
6547 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) );
6609 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) );
[all …]
A 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 ) );
/mbedtls-development/docs/
A Dgetting_started.md562 1. Set up the key derivation context using the `psa_key_derivation_setup()`
621 status = psa_key_derivation_setup(&operation, alg);
/mbedtls-development/library/
A Dpsa_crypto.c4847 psa_status_t psa_key_derivation_setup( psa_key_derivation_operation_t *operation, in psa_key_derivation_setup() function
A Dssl_tls.c339 status = psa_key_derivation_setup( derivation, alg ); in setup_psa_key_derivation()
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md305 * `"key_derivation_setup"`: called by `psa_key_derivation_setup()`.

Completed in 46 milliseconds