Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/
HDhmac.c66 ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen) in ssh_hmac_init() function
150 if (ssh_hmac_init(ctx, key, klen) < 0 || in hmac_test()
HDhmac.h29 int ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen)
HDmac.c147 ssh_hmac_init(mac->hmac_ctx, mac->key, mac->key_len) < 0) in mac_init()
182 if (ssh_hmac_init(mac->hmac_ctx, NULL, 0) < 0 || in mac_compute()
HDhostfile.c137 ssh_hmac_init(ctx, salt, len) < 0 || in host_hash()
HDssh_namespace.h646 #define ssh_hmac_init Fssh_ssh_hmac_init macro