Lines Matching defs:blockcipher_test_data
52 struct blockcipher_test_data { struct
53 enum rte_crypto_cipher_algorithm crypto_algo;
55 struct {
58 } cipher_key;
60 struct {
63 } iv;
65 struct {
68 } plaintext;
70 struct {
73 } ciphertext;
75 enum rte_crypto_auth_algorithm auth_algo;
77 struct {
80 } auth_key;
82 struct {
86 } digest;
88 unsigned int cipher_offset;
89 unsigned int auth_offset;