Home
last modified time | relevance | path

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

/trunk/main/sal/workben/
H A Dt_cipher.c217 rtlCipher cipher; in main() local
221 OSL_ASSERT(cipher != 0); in main()
222 if (cipher != 0) in main()
245 rtl_cipher_destroy (cipher); in main()
250 OSL_ASSERT(cipher != 0); in main()
251 if (cipher != 0) in main()
279 rtl_cipher_destroy (cipher); in main()
284 OSL_ASSERT(cipher != 0); in main()
285 if (cipher != 0) in main()
318 OSL_ASSERT(cipher != 0); in main()
[all …]
/trunk/main/libxmlsec/
H A Dxmlsec1-nssmangleciphers.patch28 - * Internal Nss Block cipher CTX
39 CK_MECHANISM_TYPE cipher;
347 - xmlSecAssert2(ctx->cipher != 0, -1);
510 + * Block cipher transform update
527 - xmlSecAssert2(ctx->cipher != 0, -1);
638 - xmlSecAssert2(ctx->cipher != 0, -1);
851 - ctx->cipher = CKM_DES3_CBC;
859 - ctx->cipher = CKM_AES_CBC;
863 - ctx->cipher = CKM_AES_CBC;
867 - ctx->cipher = CKM_AES_CBC;
[all …]
H A Dxmlsec1-customkeymanage.patch2174 + CK_MECHANISM_TYPE cipher ;
2251 + context->cipher = CKM_DES3_CBC ;
2259 + context->cipher = CKM_AES_CBC ;
2264 + context->cipher = CKM_AES_CBC ;
2269 + context->cipher = CKM_AES_CBC ;
2948 + * Block cipher transform final
3011 + switch( ctx->cipher ) {
3706 + /* Set the block cipher mechanism */
3709 + ctx->cipher = CKM_DES3_KEY_GEN;
3715 + ctx->cipher = CKM_AES_KEY_GEN;
[all …]
/trunk/main/oox/source/core/
H A Dencryption.cxx802 OpenSSLCipher cipher; in decryptAll() local
803 cipher.initialize( cipherAlgorithm, key, iv, 0 ); in decryptAll()
804 cipher.setPadding( 0 ); in decryptAll()
809 cipher.update( encryptedData, encryptedDataLength, &decryptedData[ 0 ], &decryptedDataLength ); in decryptAll()
811 cipher.final( &decryptedData[ decryptedDataLength ], &finalDataLength ); in decryptAll()
870 … passwordKeyEncryptor.encryptedKeyValue, cipher, passwordKeyEncryptor.keyBits, in verifyPassword()
915 OpenSSLCipher cipher; in decryptStream() local
932 cipher.initialize( cipherAlgorithm, &encryptionKey[ 0 ], &iv[ 0 ], 0 ); in decryptStream()
933 cipher.setPadding( 0 ); in decryptStream()
938 cipher.update( inputBuffer, bytesIn, &outputBuffer[ 0 ], &bytesOut ); in decryptStream()
[all …]
/trunk/main/offapi/com/sun/star/xml/crypto/
H A DXCipherContext.idl43 /** This interface allows to encrypt/decrypt data using the cipher context.
54 /** encrypts/decrypts the data using the cipher.
56 Please have in mind, the cipher object state might depend from the
74 /** finalizes cipher and disposes context.
H A DXCipherContextSupplier.idl68 whether an encryption or decryption cipher should be created
73 optional parameters that could be used to initialize the cipher,
H A DCipherID.idl32 /** The constant set contains identifiers of supported cipher-creation
/trunk/main/oox/inc/oox/helper/
H A Dopenssl_wrapper.hxx124 cipher = aCipher; in initialize()
155 const EVP_CIPHER* cipher; member in oox::OpenSSLCipher
/trunk/main/sal/rtl/source/
H A Dmakefile.mk73 $(SLO)$/cipher.obj \
107 $(OBJ)$/cipher.obj \
/trunk/main/autodoc/source/exes/adc_uni/
H A Dspec-SinceTag_Handling.txt29 …The first cipher following immediately on a white space is interpreted as start of the version num…
/trunk/main/sal/qa/
H A Dlibs2test.txt81 rtl/cipher ; rtl_cipher
/trunk/main/sal/prj/
H A Dbuild.lst27 sa sal\qa\rtl\cipher nmake - all sa_qa_rtl_cipher sa_util sa_cpprt.u NULL

Completed in 73 milliseconds