Home
last modified time | relevance | path

Searched refs:ssh_digest_blocksize (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Ddigest.h46 size_t ssh_digest_blocksize(struct ssh_digest_ctx *ctx);
H A Ddigest-openssl.c94 ssh_digest_blocksize(struct ssh_digest_ctx *ctx) in ssh_digest_blocksize() function
H A Ddigest-libc.c148 ssh_digest_blocksize(struct ssh_digest_ctx *ctx) in ssh_digest_blocksize() function
H A Dhmac.c55 ret->buf_len = ssh_digest_blocksize(ret->ictx); in ssh_hmac_start()