Home
last modified time | relevance | path

Searched refs:psa_key_derivation_input_bytes (Results 1 – 8 of 8) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.c295 PSA_CHECK( psa_key_derivation_input_bytes( in derive_key_ladder()
301 PSA_CHECK( psa_key_derivation_input_bytes( in derive_key_ladder()
338 PSA_CHECK( psa_key_derivation_input_bytes( in derive_wrapping_key()
344 PSA_CHECK( psa_key_derivation_input_bytes( in derive_wrapping_key()
/openthread-2.7.6/third_party/mbedtls/repo/include/psa/
Dcrypto.h3256 psa_status_t psa_key_derivation_input_bytes(
/openthread-2.7.6/third_party/mbedtls/repo/docs/
Dgetting_started.md564 1. Provide an optional salt with `psa_key_derivation_input_bytes()`.
565 1. Provide info with `psa_key_derivation_input_bytes()`.
631 status = psa_key_derivation_input_bytes(&operation,
645 status = psa_key_derivation_input_bytes(&operation,
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto.function626 PSA_ASSERT( psa_key_derivation_input_bytes( operation,
632 PSA_ASSERT( psa_key_derivation_input_bytes( operation,
640 PSA_ASSERT( psa_key_derivation_input_bytes( operation,
646 PSA_ASSERT( psa_key_derivation_input_bytes( operation,
2250 PSA_ASSERT( psa_key_derivation_input_bytes(
4841 TEST_EQUAL( psa_key_derivation_input_bytes(
5016 PSA_ASSERT( psa_key_derivation_input_bytes(
5443 PSA_ASSERT( psa_key_derivation_input_bytes( &operation,
5505 PSA_ASSERT( psa_key_derivation_input_bytes( &operation,
5807 PSA_ASSERT( psa_key_derivation_input_bytes(
Dtest_suite_psa_crypto_se_driver_hal.function727 PSA_ASSERT( psa_key_derivation_input_bytes( &derivation_operation,
744 PSA_ASSERT( psa_key_derivation_input_bytes(
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dssl_tls.c463 status = psa_key_derivation_input_bytes( derivation, in setup_psa_key_derivation()
471 status = psa_key_derivation_input_bytes( in setup_psa_key_derivation()
483 status = psa_key_derivation_input_bytes( derivation, in setup_psa_key_derivation()
Dpsa_crypto.c6060 psa_status_t psa_key_derivation_input_bytes( in psa_key_derivation_input_bytes() function
/openthread-2.7.6/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md307 * `"key_derivation_input_bytes"`: called by `psa_key_derivation_input_bytes()` and `psa_key_derivat…