Home
last modified time | relevance | path

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

/trunk/main/sal/qa/rtl/cipher/
H A Drtl_cipher.cxx72 rtl_cipher_destroy(aCipher); in TEST_F()
83 rtl_cipher_destroy(aCipher); in TEST_F()
94 rtl_cipher_destroy(aCipher); in TEST_F()
129 rtl_cipher_destroy(aCipher); in TEST_F()
135 rtl_cipher_destroy(aCipher); in TEST_F()
141 rtl_cipher_destroy(aCipher); in TEST_F()
346 rtl_cipher_destroy(aCipher); in TEST_F()
430 rtl_cipher_destroy(aCipher); in test_encode()
502 rtl_cipher_destroy(aCipher); in TEST_F()
531 rtl_cipher_destroy(aCipher); in TEST_F()
[all …]
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1415 rtlCipher aCipher = rtl_cipher_createARCFOUR( rtl_Cipher_ModeStream ); in computeODictionaryValue() local
1416 if( aDigest && aCipher) in computeODictionaryValue()
1445 rtl_cipher_initARCFOUR( aCipher, rtl_Cipher_DirectionEncode, in computeODictionaryValue()
1477 if( aCipher ) in computeODictionaryValue()
1478 rtl_cipher_destroyARCFOUR( aCipher ); in computeODictionaryValue()
1499 rtlCipher aCipher = rtl_cipher_createARCFOUR( rtl_Cipher_ModeStream ); in computeUDictionaryValue() local
1500 if( aDigest && aCipher ) in computeUDictionaryValue()
1513 rtl_cipher_initARCFOUR( aCipher, rtl_Cipher_DirectionEncode, in computeUDictionaryValue()
1537 rtl_cipher_initARCFOUR( aCipher, rtl_Cipher_DirectionEncode, in computeUDictionaryValue()
1566 if( aCipher ) in computeUDictionaryValue()
[all …]
/trunk/main/oox/inc/oox/helper/
H A Dopenssl_wrapper.hxx120 …void initialize( const EVP_CIPHER *aCipher, const unsigned char *key, const unsigned char *iv, int… in initialize() argument
122 if( 1 != EVP_CipherInit_ex( cipher_ctx, aCipher, NULL, key, iv, enc ) ) in initialize()
124 cipher = aCipher; in initialize()

Completed in 34 milliseconds