Home | History | Annotate | Download | only in evp

Lines Matching refs:flags

173 		ctx->flags = 0;
174 if(ctx->cipher->flags & EVP_CIPH_CTRL_INIT)
222 if(key || (ctx->cipher->flags & EVP_CIPH_ALWAYS_CALL_INIT)) {
360 if (ctx->flags & EVP_CIPH_NO_PADDING)
395 if (ctx->flags & EVP_CIPH_NO_PADDING)
445 if (ctx->flags & EVP_CIPH_NO_PADDING)
520 if(c->cipher->flags & EVP_CIPH_CUSTOM_KEY_LENGTH)
523 if((keylen > 0) && (c->cipher->flags & EVP_CIPH_VARIABLE_LENGTH))
534 if (pad) ctx->flags &= ~EVP_CIPH_NO_PADDING;
535 else ctx->flags |= EVP_CIPH_NO_PADDING;
562 if (ctx->cipher->flags & EVP_CIPH_RAND_KEY)
599 if (in->cipher->flags & EVP_CIPH_CUSTOM_COPY)