Lines Matching refs:ASYM_TEST_MSG_LEN
35 #define ASYM_TEST_MSG_LEN 256 macro
339 snprintf(test_msg, ASYM_TEST_MSG_LEN, in test_cryptodev_asym_op()
364 snprintf(test_msg, ASYM_TEST_MSG_LEN, in test_cryptodev_asym_op()
384 snprintf(test_msg, ASYM_TEST_MSG_LEN, in test_cryptodev_asym_op()
446 snprintf(test_msg, ASYM_TEST_MSG_LEN, in test_cryptodev_asym_op()
458 snprintf(test_msg, ASYM_TEST_MSG_LEN, in test_cryptodev_asym_op()
475 snprintf(test_msg, ASYM_TEST_MSG_LEN, in test_cryptodev_asym_op()
486 snprintf(test_msg, ASYM_TEST_MSG_LEN, in test_cryptodev_asym_op()
494 snprintf(test_msg, ASYM_TEST_MSG_LEN, in test_cryptodev_asym_op()
502 snprintf(test_msg, ASYM_TEST_MSG_LEN, "PASS"); in test_cryptodev_asym_op()
504 snprintf(test_msg, ASYM_TEST_MSG_LEN, "SESSIONLESS PASS"); in test_cryptodev_asym_op()
522 char test_msg[ASYM_TEST_MSG_LEN + 1]; in test_one_case()