Searched refs:iv (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/session/
H A Dmod_session_crypto.c134 const unsigned char *iv = NULL; local
178 res = apr_crypto_block_encrypt_init(&block, &iv, key, &blockSize, r->pool);
201 /* prepend the salt and the iv to the result */
204 memcpy(combined + sizeof(apr_uuid_t), iv, ivSize);
301 /* bypass the iv at the start of the decoded block */
/httpd/modules/ssl/
H A Dssl_engine_kernel.c2103 unsigned char *iv,
2127 RAND_pseudo_bytes(iv, EVP_MAX_IV_LENGTH);
2129 ticket_key->aes_key, iv);
2150 ticket_key->aes_key, iv);
2101 ssl_callback_SessionTicket(SSL *ssl, unsigned char *keyname, unsigned char *iv, EVP_CIPHER_CTX *cipher_ctx, HMAC_CTX *hctx, int mode) argument

Completed in 1220 milliseconds