Searched refs:alloc_mac_algorithm_name (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/openssl/openssl/apps/ |
| D | mac.c | 55 static char *alloc_mac_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in alloc_mac_algorithm_name() function 122 cipher = alloc_mac_algorithm_name(&opts, "cipher", opt_arg()); in mac_main() 128 digest = alloc_mac_algorithm_name(&opts, "digest", opt_arg()); in mac_main()
|
| /third_party/openssl/apps/ |
| D | mac.c | 55 static char *alloc_mac_algorithm_name(STACK_OF(OPENSSL_STRING) **optp, in alloc_mac_algorithm_name() function 122 cipher = alloc_mac_algorithm_name(&opts, "cipher", opt_arg()); in mac_main() 128 digest = alloc_mac_algorithm_name(&opts, "digest", opt_arg()); in mac_main()
|