webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <openssl/x509.h>
#include <stdio.h>
#include <time.h>
#include <sys/types.h>
#include <openssl/bn.h>
#include <openssl/buf.h>
#include <openssl/digest.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/mem.h>
#include <openssl/obj.h>
#include "internal.h"
Functions | |
int | ASN1_item_verify (const ASN1_ITEM *it, X509_ALGOR *a, ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey) |
int ASN1_item_verify | ( | const ASN1_ITEM * | it, |
X509_ALGOR * | a, | ||
ASN1_BIT_STRING * | signature, | ||
void * | asn, | ||
EVP_PKEY * | pkey | ||
) |