Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c8535 d_td->key.len, in test_docsis_proto_uplink()
8536 d_td->iv.len) == 0) in test_docsis_proto_uplink()
8550 d_td->ciphertext.len); in test_docsis_proto_uplink()
8552 memcpy(ciphertext, d_td->ciphertext.data, d_td->ciphertext.len); in test_docsis_proto_uplink()
8619 rte_memcpy(iv_ptr, d_td->iv.data, d_td->iv.len); in test_docsis_proto_uplink()
8653 d_td->plaintext.len); in test_docsis_proto_uplink()
8711 d_td->key.len, in test_docsis_proto_downlink()
8726 d_td->plaintext.len); in test_docsis_proto_downlink()
8728 memcpy(plaintext, d_td->plaintext.data, d_td->plaintext.len); in test_docsis_proto_downlink()
8794 rte_memcpy(iv_ptr, d_td->iv.data, d_td->iv.len); in test_docsis_proto_downlink()
[all …]