Deep‐copy RSA‐PSS algorithm parameters.

Synopsis

Declared in <openssl/rsa.h>

RSA_PSS_PARAMS*
RSA_PSS_PARAMS_dup(RSA_PSS_PARAMS const* a);

Return Value

Newly allocated copy, or NULL on error; free with RSA_PSS_PARAMS_free.

Parameters

Name

Description

a

Parameters to duplicate.

Created with MrDocs