Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_digestmd5.c205 void *buf_ctx; /* buffer context */ member
1394 rval = saslc__buffer_fetch(ms->enc_ctx.buf_ctx, in, inlen, &buf, &buflen); in saslc__mech_digestmd5_encode()
1438 rval = saslc__buffer32_fetch(ms->dec_ctx.buf_ctx, in, inlen, &buf, &buflen); in saslc__mech_digestmd5_decode()
1924 saslc__buffer32_destroy(ms->dec_ctx.buf_ctx); in saslc__mech_digestmd5_destroy()
1925 saslc__buffer_destroy(ms->enc_ctx.buf_ctx); in saslc__mech_digestmd5_destroy()
2153 ms->dec_ctx.buf_ctx = saslc__buffer32_create(sess, ms->rdata.maxbuf); in init_coder_context()
2159 ms->enc_ctx.buf_ctx = saslc__buffer_create(sess, in init_coder_context()
2162 if (ms->dec_ctx.buf_ctx == NULL || ms->enc_ctx.buf_ctx == NULL) { in init_coder_context()