Test whether a RAND implementation is known under the given name.

Synopsis

Declared in <openssl/evp.h>

int
EVP_RAND_is_a(
    EVP_RAND const* rand,
    char const* name);

Return Value

1 if name is an alias for rand, or 0 otherwise.

Parameters

Name

Description

rand

RAND method to query.

name

Algorithm name to match (for example "CTR‐DRBG").

Created with MrDocs