#include <stdio.h>#include "cryptlib.h"#include <openssl/evp.h>#include <openssl/objects.h>#include <openssl/x509.h>Go to the source code of this file.
Functions | |
| int | EVP_VerifyFinal (EVP_MD_CTX *ctx, const unsigned char *sigbuf, unsigned int siglen, EVP_PKEY *pkey) |
| int EVP_VerifyFinal | ( | EVP_MD_CTX * | ctx, |
| const unsigned char * | sigbuf, | ||
| unsigned int | siglen, | ||
| EVP_PKEY * | pkey | ||
| ) |
Definition at line 65 of file p_verify.c.
1.8.2