Apache2
|
Functions | |
apr_status_t | ap_hook_crypto_key (request_rec *r, apr_crypto_block_key_type_t *cipher, apr_crypto_block_key_mode_t *mode, int pad, const apr_crypto_key_rec_t **rec) |
apr_status_t | ap_hook_crypto_iv (request_rec *r, apr_crypto_block_key_type_t *cipher, const unsigned char **iv) |
Variables | |
module AP_MODULE_DECLARE_DATA | crypto_module |
apr_status_t ap_hook_crypto_iv | ( | request_rec * | r, |
apr_crypto_block_key_type_t * | cipher, | ||
const unsigned char ** | iv | ||
) |
Hook to provide an initialization vector (IV).
r | The request |
size | The block size of the expected IV. |
iv | A pointer to where the iv will be returned |
apr_status_t ap_hook_crypto_key | ( | request_rec * | r, |
apr_crypto_block_key_type_t * | cipher, | ||
apr_crypto_block_key_mode_t * | mode, | ||
int | pad, | ||
const apr_crypto_key_rec_t ** | rec | ||
) |
Hook to provide a key.
r | The request |
cipher | The cipher to use with this key |
rec | Pointer to the key record from which to derive the key |
|
extern |
The name of the module.