Compare the domain parameters of two keys for equality.
Synopsis
Declared in <openssl/evp.h>
int
EVP_PKEY_parameters_eq(
EVP_PKEY const* a,
EVP_PKEY const* b);
Return Value
1 if parameters match, 0 if they differ, or a negative value on error.
Parameters
Name |
Description |
a |
First key. |
b |
Second key. |
Created with MrDocs