Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/tests/src/drivers/
H A Dplatform_builtin_keys.c59 psa_status_t mbedtls_psa_platform_get_builtin_key( in mbedtls_psa_platform_get_builtin_key() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/drivers/
H A Dplatform_builtin_keys.c59 psa_status_t mbedtls_psa_platform_get_builtin_key( in mbedtls_psa_platform_get_builtin_key() function
/aosp_15_r20/external/mbedtls/library/
H A Dpsa_crypto_slot_management.c269 status = mbedtls_psa_platform_get_builtin_key( in psa_load_builtin_key_into_slot()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/psa/
H A Dcrypto_extra.h560 psa_status_t mbedtls_psa_platform_get_builtin_key(
/aosp_15_r20/external/mbedtls/include/psa/
H A Dcrypto_extra.h749 psa_status_t mbedtls_psa_platform_get_builtin_key(
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_crypto_slot_management.c304 status = mbedtls_psa_platform_get_builtin_key( in psa_load_builtin_key_into_slot()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/test/
H A Dpsa_test_wrappers.h38 #define mbedtls_psa_platform_get_builtin_key(arg0_key_id, arg1_lifetime, arg2_slot_number) \ macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/
H A 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()