Home
last modified time | relevance | path

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

/mbedtls-3.4.0/tests/include/spe/
Dcrypto_spe.h50 #define psa_key_derivation_setup \ macro
51 PSA_FUNCTION_NAME(psa_key_derivation_setup)
/mbedtls-3.4.0/tests/suites/
Dtest_suite_psa_crypto_op_fail.function324 psa_key_derivation_setup( &operation, alg ) );
371 PSA_ASSERT( psa_key_derivation_setup( &operation,
Dtest_suite_psa_crypto_pake.function808 PSA_ASSERT( psa_key_derivation_setup( &server_derive, derive_alg ) );
809 PSA_ASSERT( psa_key_derivation_setup( &client_derive, derive_alg ) );
Dtest_suite_psa_crypto.function2320 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 …]
Dtest_suite_psa_crypto_se_driver_hal.function732 PSA_ASSERT( psa_key_derivation_setup( &derivation_operation,
750 PSA_ASSERT( psa_key_derivation_setup( &derivation_operation, alg ) );
/mbedtls-3.4.0/programs/psa/
Dkey_ladder_demo.c295 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/
Dpsa_exercise_key.c437 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/
Dcrypto.h3281 psa_status_t psa_key_derivation_setup(
/mbedtls-3.4.0/library/
Dssl_tls13_keys.c183 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()
Dssl_tls.c5790 status = psa_key_derivation_setup( derivation, alg ); in setup_psa_key_derivation()
6241 status = psa_key_derivation_setup( &derivation, alg ); in ssl_compute_master()
Dpsa_crypto.c5190 psa_status_t psa_key_derivation_setup( psa_key_derivation_operation_t *operation, in psa_key_derivation_setup() function
/mbedtls-3.4.0/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);
/mbedtls-3.4.0/docs/proposed/
Dpsa-driver-interface.md309 * `"key_derivation_setup"`: called by `psa_key_derivation_setup()`.