Set behaviour flags on a custom EVP_MD method (deprecated).

Synopsis

Declared in <openssl/evp.h>

[[deprecated]]
int
EVP_MD_meth_set_flags(
    EVP_MD* md,
    unsigned long flags);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

md

Digest method to update.

flags

EVP_MD_FLAG_* bits controlling copying and oneshot behaviour.

Created with MrDocs