Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_ipsec.c190 find_match_cipher_algo(const char *cipher_keyword) in find_match_cipher_algo() function
304 cipher_algo = find_match_cipher_algo(uparams.cipher_algo); in testsuite_setup()
722 cipher_algo = find_match_cipher_algo(uparams.cipher_algo); in fill_ipsec_param()
/dpdk/examples/ipsec-secgw/
H A Dsa.c252 find_match_cipher_algo(const char *cipher_keyword) in find_match_cipher_algo() function
455 algo = find_match_cipher_algo(tokens[ti]); in parse_sa_tokens()