Lines Matching refs:encrypt
129 unsigned char *encrypt = NULL;
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 the session. First will be used for encryption, all phrases will be accepted for decryption"),
616 "File containing passphrase(s) used to encrypt the session, one per line. First will be used for encryption, all phrases will be accepted for decryption"),