webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Variables
p_ec_asn1.c File Reference
#include <openssl/evp.h>
#include <openssl/bn.h>
#include <openssl/bytestring.h>
#include <openssl/ec.h>
#include <openssl/ec_key.h>
#include <openssl/ecdsa.h>
#include <openssl/err.h>
#include "internal.h"

Variables

const EVP_PKEY_ASN1_METHOD ec_asn1_meth
 

Variable Documentation

◆ ec_asn1_meth

const EVP_PKEY_ASN1_METHOD ec_asn1_meth
Initial value:
= {
{0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01}, 7,
eckey_pub_decode,
eckey_pub_encode,
eckey_pub_cmp,
eckey_priv_decode,
eckey_priv_encode,
eckey_opaque,
0 ,
int_ec_size,
ec_bits,
ec_missing_parameters,
ec_copy_parameters,
ec_cmp_parameters,
int_ec_free,
}
#define EVP_PKEY_EC
Definition: evp.h:169