Apache2
apr_crypto_digest_sign_t Struct Reference

#include <apr_crypto.h>

Data Fields

unsigned char * s
 
apr_size_t slen
 
apr_crypto_block_key_digest_e digest
 

Detailed Description

Structure used to create a signature.

Implementations must use apr_crypto_digest_rec_make() to allocate this structure.

Field Documentation

◆ digest

apr_crypto_block_key_digest_e apr_crypto_digest_sign_t::digest

The digest algorithm

◆ s

unsigned char* apr_crypto_digest_sign_t::s

The message digest

◆ slen

apr_size_t apr_crypto_digest_sign_t::slen

The length of the message digest


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