Increment the reference count on a fetched asymmetric cipher algorithm.
Synopsis
Declared in <openssl/evp.h>
int
EVP_ASYM_CIPHER_up_ref(EVP_ASYM_CIPHER* cipher);
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
cipher |
Algorithm object whose reference count is increased. |
Created with MrDocs