Home
last modified time | relevance | path

Searched refs:mac_options (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dmac.c30 const OPTIONS mac_options[] = { variable
93 prog = opt_init(argc, argv, mac_options); in mac_main()
102 opt_help(mac_options); in mac_main()
H A Dprogs.h93 extern const OPTIONS mac_options[];
H A Dprogs.c62 {FT_general, "mac", mac_main, mac_options, NULL, NULL},