Lines Matching refs:exported_size
1011 size_t exported_size = 0; in exercise_export_key() local
1023 exported_size = PSA_EXPORT_KEY_OUTPUT_SIZE( in exercise_export_key()
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()
1061 size_t exported_size = 0; in exercise_export_public_key() local
1073 exported_size = PSA_EXPORT_KEY_OUTPUT_SIZE( in exercise_export_public_key()
1076 TEST_CALLOC(exported, exported_size); in exercise_export_public_key()
1079 exported_size, &exported_length); in exercise_export_public_key()
1092 exported_size = PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE(public_type, in exercise_export_public_key()
1094 TEST_CALLOC(exported, exported_size); in exercise_export_public_key()
1097 exported_size, &exported_length); in exercise_export_public_key()