Searched refs:cword (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-aes.c39 struct cword { struct
51 * and cword aligned on 16 Bytes boundaries and
62 struct cword encrypt;
63 struct cword decrypt;
64 } cword; member in struct:aes_ctx
68 static DEFINE_PER_CPU(struct cword *, paes_last_cword);
130 memset(&ctx->cword, 0, sizeof(ctx->cword));
132 ctx->cword.decrypt.encdec = 1;
133 ctx->cword
166 padlock_reset_key(struct cword *cword) argument
178 padlock_store_cword(struct cword *cword) argument
206 ecb_crypt_copy(const u8 *in, u8 *out, u32 *key, struct cword *cword, int count) argument
220 cbc_crypt_copy(const u8 *in, u8 *out, u32 *key, u8 *iv, struct cword *cword, int count) argument
234 ecb_crypt(const u8 *in, u8 *out, u32 *key, struct cword *cword, int count) argument
248 cbc_crypt(const u8 *in, u8 *out, u32 *key, u8 *iv, struct cword *cword, int count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_padlock.c282 } cword; /* Control word */ local
802 cdata->cword.b.encdec = 0;
804 cdata->cword.b.encdec = (ctx->encrypt == 0);
805 cdata->cword.b.rounds = 10 + (key_len - 128) / 32;
806 cdata->cword.b.ksize = (key_len - 128) / 64;
814 cdata->cword.b.keygen = 0;
838 cdata->cword.b.keygen = 1;
1106 if (cdata->cword.b.encdec) {
1107 cdata->cword.b.encdec = 0;
1110 cdata->cword
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_padlock.c282 } cword; /* Control word */ local
802 cdata->cword.b.encdec = 0;
804 cdata->cword.b.encdec = (ctx->encrypt == 0);
805 cdata->cword.b.rounds = 10 + (key_len - 128) / 32;
806 cdata->cword.b.ksize = (key_len - 128) / 64;
814 cdata->cword.b.keygen = 0;
838 cdata->cword.b.keygen = 1;
1106 if (cdata->cword.b.encdec) {
1107 cdata->cword.b.encdec = 0;
1110 cdata->cword
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_padlock.c268 } cword; /* Control word */ member in struct:padlock_cipher_data
790 cdata->cword.b.encdec = 0;
792 cdata->cword.b.encdec = (ctx->encrypt == 0);
793 cdata->cword.b.rounds = 10 + (key_len - 128) / 32;
794 cdata->cword.b.ksize = (key_len - 128) / 64;
801 cdata->cword.b.keygen = 0;
822 cdata->cword.b.keygen = 1;
1077 if (cdata->cword.b.encdec) {
1078 cdata->cword.b.encdec=0;
1081 cdata->cword
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Drijndael.c656 unsigned int cword[4] __attribute__ ((aligned (16)));
661 cword[0] = (ctx->rounds & 15); /* (The mask is just a safeguard.) */
662 cword[1] = 0;
663 cword[2] = 0;
664 cword[3] = 0;
666 cword[0] |= 0x00000200;
678 : "S" (a), "D" (b), "d" (cword), "r" (ctx->padlockkey)
652 unsigned int cword[4] __attribute__ ((aligned (16))); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drijndael.c656 unsigned int cword[4] __attribute__ ((aligned (16)));
661 cword[0] = (ctx->rounds & 15); /* (The mask is just a safeguard.) */
662 cword[1] = 0;
663 cword[2] = 0;
664 cword[3] = 0;
666 cword[0] |= 0x00000200;
678 : "S" (a), "D" (b), "d" (cword), "r" (ctx->padlockkey)
652 unsigned int cword[4] __attribute__ ((aligned (16))); local

Completed in 104 milliseconds