Apache2
apr_crypto_block_key_type_t Struct Reference

#include <apr_crypto.h>

Data Fields

apr_crypto_block_key_type_e type
 
int keysize
 
int blocksize
 
int ivsize
 

Detailed Description

Structure returned by the crypto_get_block_key_types() function.

Field Documentation

◆ blocksize

int apr_crypto_block_key_type_t::blocksize

The block size used with this crypto operation

◆ ivsize

int apr_crypto_block_key_type_t::ivsize

The initialisation vector size used with this crypto operation

◆ keysize

int apr_crypto_block_key_type_t::keysize

The key size used with this crypto operation

◆ type

apr_crypto_block_key_type_e apr_crypto_block_key_type_t::type

The cipher used with this crypto operation.


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