Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_throughput.c328 static struct test_cipher_item_tp test_item_tbl[] = { in test_cipher_tp() local
398 for (h = 0; h < ARRAY_SIZE(test_item_tbl); h++) { in test_cipher_tp()
399 for (j = 0; j < ARRAY_SIZE(test_item_tbl[h].modes); j++) { in test_cipher_tp()
400 if (test_item_tbl[h].modes[j] == DATA_BUTT) in test_cipher_tp()
403 for (k = 0; k < ARRAY_SIZE(test_item_tbl[h].op); k++) { in test_cipher_tp()
404 algo = test_item_tbl[h].algo; in test_cipher_tp()
405 key_len = test_item_tbl[h].key_len; in test_cipher_tp()
406 mode = test_item_tbl[h].modes[j]; in test_cipher_tp()
407 operation = test_item_tbl[h].op[k]; in test_cipher_tp()
423 for (h = 0; h < ARRAY_SIZE(test_item_tbl); h++) { in test_cipher_tp()
[all …]
H A Dtest_otp_key_crypto.c59 static struct test_otp_key_item test_item_tbl[] = { variable
436 for (j = 0; j < ARRAY_SIZE(test_item_tbl); j++) { in test_otp_key_fd()
437 res = test_otp_key_item_fd(key_id, &test_item_tbl[j]); in test_otp_key_fd()
457 for (j = 0; j < ARRAY_SIZE(test_item_tbl); j++) { in test_otp_key_virt()
458 res = test_otp_key_item_virt(key_id, &test_item_tbl[j]); in test_otp_key_virt()
H A Dtest_cipher.c26 static struct test_cipher_item test_item_tbl[] = { variable
385 for (i = 0; i < ARRAY_SIZE(test_item_tbl); i++) { in test_cipher()
386 res = test_cipher_item_virt(&test_item_tbl[i], verbose); in test_cipher()
390 res = test_cipher_item_fd(&test_item_tbl[i], verbose); in test_cipher()
H A Dtest_ae.c26 static struct test_ae_item test_item_tbl[] = { variable
484 for (i = 0; i < ARRAY_SIZE(test_item_tbl); i++) { in test_ae()
485 res = test_ae_item_virt(&test_item_tbl[i], verbose); in test_ae()
489 res = test_ae_item_fd(&test_item_tbl[i], verbose); in test_ae()