OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mac_setup
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
mac.h
46
int
mac_setup
(struct sshmac *, char *);
mac.c
116
mac_setup
(struct sshmac *mac, char *name)
function
246
if (
mac_setup
(NULL, p) < 0) {
kex.c
825
if (
mac_setup
(mac, name) < 0) {
packet.c
2496
if ((r =
mac_setup
(mac, mac->name)) != 0)
/src/crypto/external/apache2/openssl/dist/apps/
speed.c
775
static int
mac_setup
(const char *name,
function
2814
if (
mac_setup
("HMAC", &mac, params, loopargs, loopargs_len) < 1)
2961
if (
mac_setup
("GMAC", &mac, params, loopargs, loopargs_len) < 1)
3221
if (
mac_setup
("CMAC", &mac, params, loopargs, loopargs_len) < 1)
3242
if (
mac_setup
("KMAC-128", &mac, params, loopargs, loopargs_len) < 1)
3263
if (
mac_setup
("KMAC-256", &mac, params, loopargs, loopargs_len) < 1)
Completed in 36 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026