Public Attributes | List of all members
ecdsa_method_st Struct Reference

#include <ec_key.h>

Public Attributes

void * app_data
 
struct openssl_method_common_st common
 
int(* finish )(EC_KEY *key)
 
int flags
 
size_t(* group_order_size )(const EC_KEY *key)
 
int(* init )(EC_KEY *key)
 
int(* sign )(const uint8_t *digest, size_t digest_len, uint8_t *sig, unsigned int *sig_len, EC_KEY *eckey)
 

Detailed Description

Definition at line 271 of file ec_key.h.

Member Data Documentation

◆ app_data

void* ecdsa_method_st::app_data

Definition at line 274 of file ec_key.h.

◆ common

struct openssl_method_common_st ecdsa_method_st::common

Definition at line 272 of file ec_key.h.

◆ finish

int(* ecdsa_method_st::finish) (EC_KEY *key)

Definition at line 277 of file ec_key.h.

◆ flags

int ecdsa_method_st::flags

Definition at line 288 of file ec_key.h.

◆ group_order_size

size_t(* ecdsa_method_st::group_order_size) (const EC_KEY *key)

Definition at line 282 of file ec_key.h.

◆ init

int(* ecdsa_method_st::init) (EC_KEY *key)

Definition at line 276 of file ec_key.h.

◆ sign

int(* ecdsa_method_st::sign) (const uint8_t *digest, size_t digest_len, uint8_t *sig, unsigned int *sig_len, EC_KEY *eckey)

Definition at line 285 of file ec_key.h.


The documentation for this struct was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:42