Home
last modified time | relevance | path

Searched defs:macalg (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dmac.c48 struct macalg { struct
58 static const struct macalg macs[] = { argument
106 mac_setup_by_alg(struct sshmac *mac, const struct macalg *macalg) in mac_setup_by_alg()
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_mutl.c93 const X509_ALGOR *macalg; in pkcs12_gen_mac() local
245 X509_ALGOR *macalg; in PKCS12_setup_mac() local
/freebsd/crypto/openssl/apps/
H A Dpkcs12.c173 char *passin = NULL, *passout = NULL, *macalg = NULL; in pkcs12_main() local