Home
last modified time | relevance | path

Searched refs:data_enc (Results 1 – 2 of 2) 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
1029 data_enc = malloc(nbytes); in test_rsa_item_tp()
1030 if (!data_enc) { in test_rsa_item_tp()
1052 memset(data_enc, 0x00, nbytes); in test_rsa_item_tp()
1060 data_plain, nbytes, data_enc, &out_len); in test_rsa_item_tp()
1070 data_enc, out_len, data_dec, &out_len); in test_rsa_item_tp()
1103 if (data_enc) in test_rsa_item_tp()
1104 free(data_enc); in test_rsa_item_tp()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dpem.h201 int data_enc; /* is the data encrypted */ member