Lines Matching refs:exported

845     const uint8_t *exported, size_t exported_length)  in mbedtls_test_psa_exported_key_sanity_check()  argument
855 uint8_t *p = (uint8_t *) exported; in mbedtls_test_psa_exported_key_sanity_check()
856 const uint8_t *end = exported + exported_length; in mbedtls_test_psa_exported_key_sanity_check()
918 uint8_t *p = (uint8_t *) exported; in mbedtls_test_psa_exported_key_sanity_check()
919 const uint8_t *end = exported + exported_length; in mbedtls_test_psa_exported_key_sanity_check()
969 TEST_EQUAL(exported[0], 4); in mbedtls_test_psa_exported_key_sanity_check()
978 (void) exported; in mbedtls_test_psa_exported_key_sanity_check()
990 if (exported[i] & m) { in mbedtls_test_psa_exported_key_sanity_check()
1010 uint8_t *exported = NULL; in exercise_export_key() local
1026 TEST_CALLOC(exported, exported_size); in exercise_export_key()
1028 status = psa_export_key(key, exported, exported_size, &exported_length); in exercise_export_key()
1042 exported, exported_length); in exercise_export_key()
1051 mbedtls_free(exported); in exercise_export_key()
1060 uint8_t *exported = NULL; in exercise_export_public_key() local
1076 TEST_CALLOC(exported, exported_size); in exercise_export_public_key()
1078 status = psa_export_public_key(key, exported, in exercise_export_public_key()
1094 TEST_CALLOC(exported, exported_size); in exercise_export_public_key()
1096 status = psa_export_public_key(key, exported, in exercise_export_public_key()
1106 exported, exported_length); in exercise_export_public_key()
1115 mbedtls_free(exported); in exercise_export_public_key()