| 
    Apache Portable Runtime
    
   | 
 
#include <apr_crypto.h>
Data Fields | |
| unsigned char * | s | 
| apr_size_t | slen | 
| apr_crypto_block_key_digest_e | digest | 
Structure used to create a signature.
Implementations must use apr_crypto_digest_rec_make() to allocate this structure.
| apr_crypto_block_key_digest_e apr_crypto_digest_sign_t::digest | 
The digest algorithm
| unsigned char* apr_crypto_digest_sign_t::s | 
The message digest
| apr_size_t apr_crypto_digest_sign_t::slen | 
The length of the message digest