OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Variables
hm_ameth.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
#include "asn1_locl.h"

Go to the source code of this file.

Macros

#define HMAC_TEST_PRIVATE_KEY_FORMAT
 

Variables

const EVP_PKEY_ASN1_METHOD hmac_asn1_meth
 

Macro Definition Documentation

#define HMAC_TEST_PRIVATE_KEY_FORMAT

Definition at line 63 of file hm_ameth.c.

Variable Documentation

const EVP_PKEY_ASN1_METHOD hmac_asn1_meth
Initial value:
=
{
0,
"HMAC",
"OpenSSL HMAC method",
0,0,0,0,
0,0,0,
hmac_size,
0,
0,0,0,0,0,0,0,
hmac_key_free,
hmac_pkey_ctrl,
old_hmac_decode,
old_hmac_encode
}

Definition at line 141 of file hm_ameth.c.