Searched refs:psa_key_derivation_setup (Results 1 - 9 of 9) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 50 #define psa_key_derivation_setup \ macro 51 PSA_FUNCTION_NAME(psa_key_derivation_setup)
|
/third_party/mbedtls/programs/psa/ |
H A D | key_ladder_demo.c | 280 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 D | crypto.h | 3227 * -# 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 D | psa_exercise_key.c | 494 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 D | psa_test_wrappers.c | 881 /* 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 D | ssl_tls13_keys.c | 181 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 D | ssl_tls.c | 6691 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 D | psa_crypto.c | 6677 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 D | psa_test_wrappers.h | 504 #define psa_key_derivation_setup(arg0_operation, arg1_alg) \ macro
|
Completed in 35 milliseconds