Lines Matching defs:enc
50 const OSSL_PARAM params[], int enc)
57 ctx->enc = enc;
133 || ctx->enc)
210 || !ctx->enc
247 if (sz == 0 || ctx->enc) {
409 if (!ctx->enc || !gcm_iv_generate(ctx, 0))
431 if (!ctx->enc && ctx->taglen == UNINITIALISED_SIZET)
466 if (!dat->enc) {
493 if (ctx->enc
528 if (ctx->enc && ++ctx->tls_enc_records == 0) {
537 if (ctx->enc) {
550 tag = ctx->enc ? out + len : (unsigned char *)in + len;
553 if (!ctx->enc)
557 if (ctx->enc)