Home
last modified time | relevance | path

Searched refs:mbedtls_psa_platform_get_builtin_key (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/src/drivers/
Dplatform_builtin_keys.c59 psa_status_t mbedtls_psa_platform_get_builtin_key( in mbedtls_psa_platform_get_builtin_key() function
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h560 psa_status_t mbedtls_psa_platform_get_builtin_key(
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_slot_management.c304 status = mbedtls_psa_platform_get_builtin_key( in psa_load_builtin_key_into_slot()
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h38 #define mbedtls_psa_platform_get_builtin_key(arg0_key_id, arg1_lifetime, arg2_slot_number) \ macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c36 …psa_status_t status = (mbedtls_psa_platform_get_builtin_key)(arg0_key_id, arg1_lifetime, arg2_slot… in mbedtls_test_wrap_mbedtls_psa_platform_get_builtin_key()