Searched refs:d_td (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_cryptodev.c | 10289 d_td->key.len, in test_docsis_proto_uplink() 10290 d_td->iv.len) == 0) in test_docsis_proto_uplink() 10304 d_td->ciphertext.len); in test_docsis_proto_uplink() 10306 memcpy(ciphertext, d_td->ciphertext.data, d_td->ciphertext.len); in test_docsis_proto_uplink() 10372 rte_memcpy(iv_ptr, d_td->iv.data, d_td->iv.len); in test_docsis_proto_uplink() 10405 d_td->plaintext.len); in test_docsis_proto_uplink() 10474 d_td->key.len, in test_docsis_proto_downlink() 10489 d_td->plaintext.len); in test_docsis_proto_downlink() 10491 memcpy(plaintext, d_td->plaintext.data, d_td->plaintext.len); in test_docsis_proto_downlink() 10556 rte_memcpy(iv_ptr, d_td->iv.data, d_td->iv.len); in test_docsis_proto_downlink() [all …]
|