Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_digestmd5.c206 cipher_context_t *cph_ctx; /* cipher context */ member
1227 padlen = get_padlen(ctx->cph_ctx, inlen); in encode_buffer()
1247 if (ctx->cph_ctx != NULL) { in encode_buffer()
1248 if ((tmplen = cipher_update(ctx->cph_ctx, p + 4, in encode_buffer()
1298 padlen = get_padlen(ctx->cph_ctx, 1); in decode_buffer()
1311 if (ctx->cph_ctx != NULL) { in decode_buffer()
1313 if ((tmplen = cipher_update(ctx->cph_ctx, p + 4, len - 6)) == -1) { in decode_buffer()
1323 blksize = ctx->cph_ctx ? ctx->cph_ctx->blksize : 0; in decode_buffer()
1927 cipher_context_destroy(ms->dec_ctx.cph_ctx); in saslc__mech_digestmd5_destroy()
1928 cipher_context_destroy(ms->enc_ctx.cph_ctx); in saslc__mech_digestmd5_destroy()
[all …]