Searched refs:psa_key_derivation_setup (Results 1 – 13 of 13) sorted by relevance
/mbedtls-3.4.0/tests/include/spe/ |
D | crypto_spe.h | 50 #define psa_key_derivation_setup \ macro 51 PSA_FUNCTION_NAME(psa_key_derivation_setup)
|
/mbedtls-3.4.0/tests/suites/ |
D | test_suite_psa_crypto_op_fail.function | 324 psa_key_derivation_setup( &operation, alg ) ); 371 PSA_ASSERT( psa_key_derivation_setup( &operation,
|
D | test_suite_psa_crypto_pake.function | 808 PSA_ASSERT( psa_key_derivation_setup( &server_derive, derive_alg ) ); 809 PSA_ASSERT( psa_key_derivation_setup( &client_derive, derive_alg ) );
|
D | test_suite_psa_crypto.function | 2320 PSA_ASSERT( psa_key_derivation_setup( &operation, exercise_alg ) ); 2372 PSA_ASSERT( psa_key_derivation_setup( &operation, exercise_alg ) ); 7364 TEST_EQUAL( psa_key_derivation_setup( &operation, alg ), 7384 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) ); 7428 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) ); 7531 TEST_EQUAL( psa_key_derivation_setup( &operation, alg ), 7627 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) ); 7887 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) ); 8202 status = psa_key_derivation_setup( &operation, alg ); 8321 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) ); [all …]
|
D | test_suite_psa_crypto_se_driver_hal.function | 732 PSA_ASSERT( psa_key_derivation_setup( &derivation_operation, 750 PSA_ASSERT( psa_key_derivation_setup( &derivation_operation, alg ) );
|
/mbedtls-3.4.0/programs/psa/ |
D | key_ladder_demo.c | 295 PSA_CHECK( psa_key_derivation_setup( &operation, KDF_ALG ) ); in derive_key_ladder() 338 PSA_CHECK( psa_key_derivation_setup( &operation, KDF_ALG ) ); in derive_wrapping_key()
|
/mbedtls-3.4.0/tests/src/ |
D | psa_exercise_key.c | 437 PSA_ASSERT( psa_key_derivation_setup( operation, alg ) ); in mbedtls_test_psa_setup_key_derivation_wrap() 636 PSA_ASSERT( psa_key_derivation_setup( &operation, alg ) ); in exercise_key_agreement_key()
|
/mbedtls-3.4.0/include/psa/ |
D | crypto.h | 3281 psa_status_t psa_key_derivation_setup(
|
/mbedtls-3.4.0/library/ |
D | ssl_tls13_keys.c | 183 status = psa_key_derivation_setup( &operation, PSA_ALG_HKDF_EXPAND( hash_alg ) ); in mbedtls_ssl_tls13_hkdf_expand_label() 385 status = psa_key_derivation_setup( &operation, in mbedtls_ssl_tls13_evolve_secret()
|
D | ssl_tls.c | 5790 status = psa_key_derivation_setup( derivation, alg ); in setup_psa_key_derivation() 6241 status = psa_key_derivation_setup( &derivation, alg ); in ssl_compute_master()
|
D | psa_crypto.c | 5190 psa_status_t psa_key_derivation_setup( psa_key_derivation_operation_t *operation, in psa_key_derivation_setup() function
|
/mbedtls-3.4.0/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);
|
/mbedtls-3.4.0/docs/proposed/ |
D | psa-driver-interface.md | 309 * `"key_derivation_setup"`: called by `psa_key_derivation_setup()`.
|