Home
last modified time | relevance | path

Searched refs:psa_key_derivation_output_bytes (Results 1 – 11 of 11) sorted by relevance

/mbedtls/tests/include/spe/
A Dcrypto_spe.h32 #define psa_key_derivation_output_bytes \ macro
33 PSA_FUNCTION_NAME(psa_key_derivation_output_bytes)
/mbedtls/tests/src/
A Dpsa_exercise_key.c609 psa_status_t status = psa_key_derivation_output_bytes(&operation, in exercise_key_derivation_key()
832 PSA_ASSERT(psa_key_derivation_output_bytes(&operation, in exercise_key_agreement_key()
A Dpsa_test_wrappers.c843 …psa_status_t status = (psa_key_derivation_output_bytes)(arg0_operation, arg1_output, arg2_output_l… in mbedtls_test_wrap_psa_key_derivation_output_bytes()
/mbedtls/include/psa/
A Dcrypto.h3607 psa_status_t psa_key_derivation_output_bytes(
/mbedtls/library/
A Dssl_tls13_keys.c205 status = psa_key_derivation_output_bytes(&operation, in mbedtls_ssl_tls13_hkdf_expand_label()
407 status = psa_key_derivation_output_bytes(&operation, in mbedtls_ssl_tls13_evolve_secret()
A Dpsa_crypto.c6008 psa_status_t psa_key_derivation_output_bytes( in psa_key_derivation_output_bytes() function
6197 if ((status = psa_key_derivation_output_bytes(operation, *data, m_bytes)) != 0) { in psa_generate_derived_ecc_key_weierstrass_helper()
6280 status = psa_key_derivation_output_bytes(operation, *data, output_length); in psa_generate_derived_ecc_key_montgomery_helper()
6369 status = psa_key_derivation_output_bytes(operation, data, bytes); in psa_generate_derived_key_internal()
A Dssl_tls.c6797 status = psa_key_derivation_output_bytes(&derivation, dstbuf, dlen); in tls_prf_generic()
7120 status = psa_key_derivation_output_bytes(&derivation, in ssl_compute_master()
7166 status = psa_key_derivation_output_bytes(&derivation, in ssl_compute_master()
/mbedtls/tests/suites/
A Dtest_suite_psa_crypto.function8911 psa_key_derivation_output_bytes(&operation,
9006 TEST_ASSERT(psa_key_derivation_output_bytes(&operation,
9015 TEST_ASSERT(psa_key_derivation_output_bytes(&operation,
9229 status = psa_key_derivation_output_bytes(&operation,
9311 PSA_ASSERT(psa_key_derivation_output_bytes(&operation,
9488 PSA_ASSERT(psa_key_derivation_output_bytes(&operation,
9886 PSA_ASSERT(psa_key_derivation_output_bytes(&operation,
9890 PSA_ASSERT(psa_key_derivation_output_bytes(&operation,
9892 TEST_EQUAL(psa_key_derivation_output_bytes(&operation, output, 1),
9978 PSA_ASSERT(psa_key_derivation_output_bytes(&operation,
[all …]
/mbedtls/tests/include/test/
A Dpsa_test_wrappers.h476 #define psa_key_derivation_output_bytes(arg0_operation, arg1_output, arg2_output_length) \ macro
/mbedtls/docs/proposed/
A Dpsa-driver-interface.md478 …tion driver's output entry point when the application calls `psa_key_derivation_output_bytes()`, `…
486 …1. Otherwise proceed as for `psa_key_derivation_output_bytes()`, then import the resulting key mat…
494 …1. Otherwise, proceed as for `psa_key_derivation_output_bytes()`, and compare the resulting output…
496 * For a call to `psa_key_derivation_output_bytes()`:
529 …bytes which contains the raw key stream, i.e. the data that `psa_key_derivation_output_bytes()` wo…
/mbedtls/docs/
A Dpsa-transition.md606 4. Call [`psa_key_derivation_output_bytes`](https://mbed-tls.readthedocs.io/projects/api/en/develop…
619 5. Call [`psa_key_derivation_output_bytes`](https://mbed-tls.readthedocs.io/projects/api/en/develop…
621 …_derivation_1gac041714e34a94742e8ee006ac7dfea5a) instead of `psa_key_derivation_output_bytes`. (No…

Completed in 71 milliseconds