Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmac.h44 char *mac_alg_list(char);
H A Dmac.c84 mac_alg_list(char sep) in mac_alg_list() function
H A Dssh_namespace.h402 #define mac_alg_list Fssh_mac_alg_list macro
H A Dssh.c826 cp = mac_alg_list('\n'); in main()
H A Dservconf.c219 all_mac = mac_alg_list(','); in assemble_algorithms()
H A Dreadconf.c2856 all_mac = mac_alg_list(','); in fill_default_options()
/freebsd/crypto/openssh/regress/unittests/kex/
H A Dtest_proposal.c99 macs = mac_alg_list(','); in kex_proposal_populate_tests()