Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dspeed.c514 static char *evp_mac_ciphername = "aes-128-cbc"; variable
1643 evp_mac_ciphername = opt_arg(); in speed_main()
2514 size_t len = sizeof("cmac()") + strlen(evp_mac_ciphername); in speed_main()
2519 if (mac == NULL || evp_mac_ciphername == NULL) in speed_main()
2521 if (!opt_cipher(evp_mac_ciphername, &cipher)) in speed_main()
2531 BIO_snprintf(evp_cmac_name, len, "cmac(%s)", evp_mac_ciphername); in speed_main()
2535 evp_mac_ciphername, 0); in speed_main()