Home
last modified time | relevance | path

Searched refs:psa_key_derivation_setup (Results 1 - 9 of 9) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h50 #define psa_key_derivation_setup \ macro
51 PSA_FUNCTION_NAME(psa_key_derivation_setup)
/third_party/mbedtls/programs/psa/
H A Dkey_ladder_demo.c280 PSA_CHECK(psa_key_derivation_setup(&operation, KDF_ALG)); in derive_key_ladder()
322 PSA_CHECK(psa_key_derivation_setup(&operation, KDF_ALG)); in derive_wrapping_key()
/third_party/mbedtls/include/psa/
H A Dcrypto.h3227 * -# Call psa_key_derivation_setup() to select the algorithm.
3248 * If an error occurs at any step after a call to psa_key_derivation_setup(),
3277 psa_status_t psa_key_derivation_setup(
3359 * psa_key_derivation_setup() and must not
3403 * psa_key_derivation_setup() and must not
3448 * psa_key_derivation_setup() and must not
3511 * psa_key_derivation_setup() with a
3970 * for another operation by calling psa_key_derivation_setup() again.
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c494 PSA_ASSERT(psa_key_derivation_setup(operation, alg)); in mbedtls_test_psa_setup_key_derivation_wrap()
781 PSA_ASSERT(psa_key_derivation_setup(&operation, alg)); in exercise_key_agreement_key()
H A Dpsa_test_wrappers.c881 /* Wrapper for psa_key_derivation_setup */
886 psa_status_t status = (psa_key_derivation_setup)(arg0_operation, arg1_alg); in mbedtls_test_wrap_psa_key_derivation_setup()
/third_party/mbedtls/library/
H A Dssl_tls13_keys.c181 status = psa_key_derivation_setup(&operation, PSA_ALG_HKDF_EXPAND(hash_alg)); in mbedtls_ssl_tls13_hkdf_expand_label()
383 status = psa_key_derivation_setup(&operation, in mbedtls_ssl_tls13_evolve_secret()
H A Dssl_tls.c6691 status = psa_key_derivation_setup(derivation, alg); in setup_psa_key_derivation()
7147 status = psa_key_derivation_setup(&derivation, alg); in ssl_compute_master()
H A Dpsa_crypto.c6677 psa_status_t psa_key_derivation_setup(psa_key_derivation_operation_t *operation, in psa_key_derivation_setup() function
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h504 #define psa_key_derivation_setup(arg0_operation, arg1_alg) \ macro

Completed in 35 milliseconds