Home
last modified time | relevance | path

Searched refs:aes_ctx (Results 1 – 1 of 1) sorted by relevance

/trunk/main/oox/source/core/
H A Dencryption.cxx257 EVP_CIPHER_CTX *aes_ctx; in checkEncryptionData() local
258 aes_ctx = EVP_CIPHER_CTX_new(); in checkEncryptionData()
259 if ( aes_ctx == NULL ) in checkEncryptionData()
268 EVP_CIPHER_CTX_free( aes_ctx ); in checkEncryptionData()
270 aes_ctx = EVP_CIPHER_CTX_new(); in checkEncryptionData()
271 if ( aes_ctx == NULL ) in checkEncryptionData()
279 EVP_CIPHER_CTX_free( aes_ctx ); in checkEncryptionData()
295 EVP_CIPHER_CTX *aes_ctx; in decryptStream() local
296 aes_ctx = EVP_CIPHER_CTX_new(); in decryptStream()
297 if ( aes_ctx == NULL ) in decryptStream()
[all …]

Completed in 17 milliseconds