Searched defs:supported_aead_algo (Results 1 – 2 of 2) sorted by relevance
93 struct supported_aead_algo { struct94 const char *keyword;95 enum rte_crypto_aead_algorithm algo;96 uint16_t iv_len;97 uint16_t block_size;98 uint16_t digest_len;122 const struct supported_aead_algo aead_algo[] = { argument
53 struct supported_aead_algo { struct54 const char *keyword;55 enum rte_crypto_aead_algorithm algo;56 uint16_t iv_len;57 uint16_t block_size;58 uint16_t digest_len;59 uint16_t key_len;60 uint8_t aad_len;