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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Dcryptocop.h150 cryptocop_cipher_mode cipher_mode; member in struct:cryptocop_transform_init
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-crypt.c111 char *cipher_mode; member in struct:crypt_config
1033 kzfree(cc->cipher_mode);
1065 cc->cipher_mode = kstrdup(tmp, GFP_KERNEL);
1066 if (!cc->cipher_mode)
1079 kfree(cc->cipher_mode);
1080 cc->cipher_mode = kstrdup("cbc-plain", GFP_KERNEL);
1309 if (cc->cipher_mode)
1310 DMEMIT("%s-%s ", cc->cipher, cc->cipher_mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dcryptocop.c871 switch (tctx->init.cipher_mode) {
879 DEBUG_API(printk("cryptocop_setup_dma_list: cipher_ctx, bad cipher mode==%d\n", tctx->init.cipher_mode));
964 if ((cipher_ctx.tctx->init.cipher_mode == cryptocop_cipher_mode_cbc) && (cipher_ctx.tcfg->flags & CRYPTOCOP_EXPLICIT_IV)) {
1496 if (tinit->cipher_mode != cryptocop_cipher_mode_ecb && tinit->cipher_mode != cryptocop_cipher_mode_cbc) return -EINVAL;
2613 if (tc->init.cipher_mode == cryptocop_cipher_mode_cbc){
3021 ti_cipher.cipher_mode = sop.cmode;
3027 DEBUG(printk("cryptocop_ioctl_create_session: setting CBC mode %d\n", ti_cipher.cipher_mode));

Completed in 78 milliseconds