OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssh_hmac_ctx
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
hmac.h
26
struct
ssh_hmac_ctx
;
27
struct
ssh_hmac_ctx
*ssh_hmac_start(int alg);
30
int ssh_hmac_init(struct
ssh_hmac_ctx
*ctx, const void *key, size_t klen)
32
int ssh_hmac_update(struct
ssh_hmac_ctx
*ctx, const void *m, size_t mlen)
34
int ssh_hmac_update_buffer(struct
ssh_hmac_ctx
*ctx, const struct sshbuf *b);
35
int ssh_hmac_final(struct
ssh_hmac_ctx
*ctx, u_char *d, size_t dlen)
37
void ssh_hmac_free(struct
ssh_hmac_ctx
*ctx);
mac.h
41
struct
ssh_hmac_ctx
*hmac_ctx;
hmac.c
28
struct
ssh_hmac_ctx
{
struct
43
struct
ssh_hmac_ctx
*
46
struct
ssh_hmac_ctx
*ret;
65
ssh_hmac_init(struct
ssh_hmac_ctx
*ctx, const void *key, size_t klen)
94
ssh_hmac_update(struct
ssh_hmac_ctx
*ctx, const void *m, size_t mlen)
100
ssh_hmac_update_buffer(struct
ssh_hmac_ctx
*ctx, const struct sshbuf *b)
106
ssh_hmac_final(struct
ssh_hmac_ctx
*ctx, u_char *d, size_t dlen)
123
ssh_hmac_free(struct
ssh_hmac_ctx
*ctx)
143
struct
ssh_hmac_ctx
*ctx;
hostfile.c
120
struct
ssh_hmac_ctx
*ctx;
Completed in 107 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026