Searched refs:MAX_BATCH_SIG_SIZE (Results 1 – 1 of 1) sorted by relevance
226 #ifndef MAX_BATCH_SIG_SIZE227 #define MAX_BATCH_SIG_SIZE 20 macro521 ec_key_pair keypairs[MAX_BATCH_SIG_SIZE]; in ec_import_export_test()522 const ec_pub_key *pubkeys[MAX_BATCH_SIG_SIZE]; in ec_import_export_test()523 u8 msg[MAX_BATCH_SIG_SIZE * MAX_MSG_LEN]; in ec_import_export_test()524 const u8 *messages[MAX_BATCH_SIG_SIZE]; in ec_import_export_test()525 u32 messages_len[MAX_BATCH_SIG_SIZE]; in ec_import_export_test()526 u8 sig[MAX_BATCH_SIG_SIZE * EC_MAX_SIGLEN]; in ec_import_export_test()527 const u8 *signatures[MAX_BATCH_SIG_SIZE]; in ec_import_export_test()528 u8 signatures_len[MAX_BATCH_SIG_SIZE]; in ec_import_export_test()[all …]