Home
last modified time | relevance | path

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

/external/openssh/
Ddigest.h45 size_t ssh_digest_blocksize(struct ssh_digest_ctx *ctx);
Ddigest-openssl.c108 ssh_digest_blocksize(struct ssh_digest_ctx *ctx) in ssh_digest_blocksize() function
Ddigest-libc.c156 ssh_digest_blocksize(struct ssh_digest_ctx *ctx) in ssh_digest_blocksize() function
Dhmac.c56 ret->buf_len = ssh_digest_blocksize(ret->ictx); in ssh_hmac_start()