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

/httpd/modules/session/
H A Dmod_session_crypto.c129 unsigned char *encrypt = NULL; local
142 /* don't attempt to encrypt an empty string, trying to do so causes a segfault */
154 /* encrypt using the first passphrase in the list */
185 /* encrypt the given string */
186 res = apr_crypto_block_encrypt(&encrypt, &encryptlen, (unsigned char *)in,
193 res = apr_crypto_block_encrypt_finish(encrypt + encryptlen, &tlen, block);
205 memcpy(combined + sizeof(apr_uuid_t) + ivSize, encrypt, encryptlen);
255 /* encrypt using the first passphrase in the list */
356 "encrypt session failed");
614 "The passphrase(s) used to encrypt th
[all...]

Completed in 1030 milliseconds