Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_rsa.c53 static const struct test_rsa_item test_rsa_tbl[] = { variable
970 for (j = 0; j < ARRAY_SIZE(test_rsa_tbl); j++) { in test_rsa()
971 if (!test_rsa_tbl[j].do_test) { in test_rsa()
978 data_size = test_rsa_tbl[j].data_size ? : (rsa_key_nbits[i] / 8); in test_rsa()
979 res = test_rsa_tbl[j].do_test(test_rsa_tbl[j].padding, in test_rsa()
980 test_rsa_tbl[j].padding_name, in test_rsa()