Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dhmac.c65 ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen) in ssh_hmac_init() function
149 if (ssh_hmac_init(ctx, key, klen) < 0 || in hmac_test()
Dmac.c146 ssh_hmac_init(mac->hmac_ctx, mac->key, mac->key_len) < 0) in mac_init()
181 if (ssh_hmac_init(mac->hmac_ctx, NULL, 0) < 0 || in mac_compute()
Dhmac.h30 int ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen)
Dhostfile.c138 ssh_hmac_init(ctx, salt, len) < 0 || in host_hash()
/netbsd/src/crypto/external/bsd/openssh/lib/
Dssh.expsym408 ssh_hmac_init