Searched refs:cipher (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sal/workben/ |
H A D | t_cipher.c | 217 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 …]
|
/aoo42x/main/libxmlsec/ |
H A D | xmlsec1-nssmangleciphers.patch | 28 - * 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 D | xmlsec1-customkeymanage.patch | 2174 + 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 …]
|
/aoo42x/main/oox/source/core/ |
H A D | encryption.cxx | 802 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 …]
|
/aoo42x/main/offapi/com/sun/star/xml/crypto/ |
H A D | XCipherContext.idl | 43 /** 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 D | XCipherContextSupplier.idl | 68 whether an encryption or decryption cipher should be created 73 optional parameters that could be used to initialize the cipher,
|
H A D | CipherID.idl | 32 /** The constant set contains identifiers of supported cipher-creation
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | openssl_wrapper.hxx | 124 cipher = aCipher; in initialize() 155 const EVP_CIPHER* cipher; member in oox::OpenSSLCipher
|
/aoo42x/main/sal/rtl/source/ |
H A D | makefile.mk | 73 $(SLO)$/cipher.obj \ 107 $(OBJ)$/cipher.obj \
|
/aoo42x/main/autodoc/source/exes/adc_uni/ |
H A D | spec-SinceTag_Handling.txt | 29 …The first cipher following immediately on a white space is interpreted as start of the version num…
|
/aoo42x/main/sal/qa/ |
H A D | libs2test.txt | 81 rtl/cipher ; rtl_cipher
|
/aoo42x/main/sal/prj/ |
H A D | build.lst | 27 sa sal\qa\rtl\cipher nmake - all sa_qa_rtl_cipher sa_util sa_cpprt.u NULL
|
Completed in 64 milliseconds