#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/ec.h>
#include <openssl/x509v3.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "gost_params.h"
#include "gost_lcl.h"
#include "e_gost_err.h"
Go to the source code of this file.
Functions | |
int | register_pmeth_gost (int id, EVP_PKEY_METHOD **pmeth, int flags) |
int register_pmeth_gost | ( | int | id, |
EVP_PKEY_METHOD ** | pmeth, | ||
int | flags | ||
) |
Definition at line 576 of file gost_pmeth.c.