Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_throughput.c1013 uint8_t *data_plain = NULL, *data_enc = NULL, *data_dec = NULL; in test_rsa_item_tp() local
1036 data_dec = malloc(nbytes); in test_rsa_item_tp()
1037 if (!data_dec) { in test_rsa_item_tp()
1070 data_enc, out_len, data_dec, &out_len); in test_rsa_item_tp()
1078 if (nbytes != out_len || memcmp(data_dec, data_plain, nbytes)) { in test_rsa_item_tp()
1080 test_dump_hex("result", data_dec, out_len); in test_rsa_item_tp()
1106 if (data_dec) in test_rsa_item_tp()
1107 free(data_dec); in test_rsa_item_tp()