Searched refs:cipher (Results 1 – 9 of 9) sorted by relevance
217 rtlCipher cipher; in main() local221 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 …]
28 - * Internal Nss Block cipher CTX39 CK_MECHANISM_TYPE cipher;347 - xmlSecAssert2(ctx->cipher != 0, -1);510 + * Block cipher transform update527 - 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 …]
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 final3011 + switch( ctx->cipher ) {3706 + /* Set the block cipher mechanism */3709 + ctx->cipher = CKM_DES3_KEY_GEN;3715 + ctx->cipher = CKM_AES_KEY_GEN;[all …]
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 the74 /** finalizes cipher and disposes context.
68 whether an encryption or decryption cipher should be created73 optional parameters that could be used to initialize the cipher,
32 /** The constant set contains identifiers of supported cipher-creation
73 $(SLO)$/cipher.obj \107 $(OBJ)$/cipher.obj \
29 …The first cipher following immediately on a white space is interpreted as start of the version num…
81 rtl/cipher ; rtl_cipher
Completed in 51 milliseconds