Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_digestmd5.c201 typedef struct coder_context_t { struct
208 } coder_context_t; argument
216 coder_context_t dec_ctx; /* decode context */
217 coder_context_t enc_ctx; /* encode context */
1218 encode_buffer(coder_context_t *ctx, const void *in, size_t inlen, in encode_buffer()
1288 decode_buffer(coder_context_t *ctx, void *in, size_t inlen, in decode_buffer()