Searched defs:supported_auth_algo (Results 1 – 3 of 3) sorted by relevance
85 struct supported_auth_algo { struct86 const char *keyword;87 enum rte_crypto_auth_algorithm algo;88 uint16_t digest_len;89 uint16_t key_len;113 const struct supported_auth_algo auth_algo[] = { argument
122 struct supported_auth_algo { struct140 const struct supported_auth_algo auth_algos[] = { argument
45 struct supported_auth_algo { struct46 const char *keyword;47 enum rte_crypto_auth_algorithm algo;48 uint16_t digest_len;49 uint16_t key_len;50 uint8_t key_not_req;