Searched refs:cipher_mode (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dfipsdrv.c1052 int cipher_algo, int cipher_mode,
1065 err = gcry_cipher_open (&hd, cipher_algo, cipher_mode, 0);
1068 cipher_algo, cipher_mode, gpg_strerror (err));
1137 run_cipher_mct_loop (int encrypt_mode, int cipher_algo, int cipher_mode,
1153 err = gcry_cipher_open (&hd, cipher_algo, cipher_mode, 0);
1156 cipher_algo, cipher_mode, gpg_strerror (err));
1199 if (encrypt_mode && (cipher_mode == GCRY_CIPHER_MODE_CFB
1200 || cipher_mode == GCRY_CIPHER_MODE_CBC))
1202 else if (cipher_mode == GCRY_CIPHER_MODE_OFB)
1204 else if (!encrypt_mode && cipher_mode
1050 run_encrypt_decrypt(int encrypt_mode, int cipher_algo, int cipher_mode, const void *iv_buffer, size_t iv_buflen, const void *key_buffer, size_t key_buflen, const void *data, size_t datalen, FILE *fp) argument
1136 run_cipher_mct_loop(int encrypt_mode, int cipher_algo, int cipher_mode, const void *iv_buffer, size_t iv_buflen, const void *key_buffer, size_t key_buflen, const void *data, size_t datalen, int iterations) argument
2238 int cipher_algo, cipher_mode; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dcryptocop.h150 cryptocop_cipher_mode cipher_mode; member in struct:cryptocop_transform_init
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c860 switch (tctx->init.cipher_mode) {
868 DEBUG_API(printk("cryptocop_setup_dma_list: cipher_ctx, bad cipher mode==%d\n", tctx->init.cipher_mode));
953 if ((cipher_ctx.tctx->init.cipher_mode == cryptocop_cipher_mode_cbc) && (cipher_ctx.tcfg->flags & CRYPTOCOP_EXPLICIT_IV)) {
1485 if (tinit->cipher_mode != cryptocop_cipher_mode_ecb && tinit->cipher_mode != cryptocop_cipher_mode_cbc) return -EINVAL;
2610 if (tc->init.cipher_mode == cryptocop_cipher_mode_cbc){
3018 ti_cipher.cipher_mode = sop.cmode;
3024 DEBUG(printk("cryptocop_ioctl_create_session: setting CBC mode %d\n", ti_cipher.cipher_mode));

Completed in 70 milliseconds