Searched refs:in_key (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Daes.h35 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,
37 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Darc4.c27 static int arc4_set_key(void *ctx_arg, const u8 *in_key, unsigned int key_len, u32 *flags) argument
41 j = (j + in_key[k] + a) & 0xff;
H A Daes.c274 aes_set_key(void *ctx_arg, const u8 *in_key, unsigned int key_len, u32 *flags) argument
286 E_KEY[0] = u32_in (in_key);
287 E_KEY[1] = u32_in (in_key + 4);
288 E_KEY[2] = u32_in (in_key + 8);
289 E_KEY[3] = u32_in (in_key + 12);
299 E_KEY[4] = u32_in (in_key + 16);
300 t = E_KEY[5] = u32_in (in_key + 20);
306 E_KEY[4] = u32_in (in_key + 16);
307 E_KEY[5] = u32_in (in_key + 20);
308 E_KEY[6] = u32_in (in_key
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Darc4.c27 static int arc4_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
42 j = (j + in_key[k] + a) & 0xff;
H A Dtea.c47 static int tea_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
51 const __le32 *key = (const __le32 *)in_key;
120 static int xtea_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
124 const __le32 *key = (const __le32 *)in_key;
H A Dcast6.c385 static int cast6_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
400 memcpy(p_key, in_key, key_len);
H A Dseed.c331 static int seed_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
336 const __be32 *key = (const __be32 *)in_key;
H A Daes_generic.c1205 * @in_key: The supplied key.
1216 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key, argument
1219 const __le32 *key = (const __le32 *)in_key;
1274 * @in_key: The input key.
1282 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
1289 ret = crypto_aes_expand_key(ctx, in_key, key_len);
H A Danubis.c462 static int anubis_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
466 const __be32 *key = (const __be32 *)in_key;
H A Dkhazad.c756 static int khazad_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
760 const __be32 *key = (const __be32 *)in_key;
H A Dcamellia.c1004 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
1008 const unsigned char *key = (const unsigned char *)in_key;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Daes_s390.c75 static int setkey_fallback_cip(struct crypto_tfm *tfm, const u8 *in_key, argument
85 ret = crypto_cipher_setkey(sctx->fallback.cip, in_key, key_len);
94 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
109 memcpy(sctx->key, in_key, key_len);
113 return setkey_fallback_cip(tfm, in_key, key_len);
267 static int ecb_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
276 return setkey_fallback_blk(tfm, in_key, key_len);
294 return aes_set_key(tfm, in_key, key_len);
396 static int cbc_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
405 return setkey_fallback_blk(tfm, in_key, key_le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-properties.c361 - otherwise, if in_key is true, after the whitespace and possibly the
363 - otherwise, if in_key is false, after the end of the logical line. */
366 read_escaped_string (bool in_key) argument
389 if (in_key && (c == '=' || c == ':'
418 if (in_key)
H A Dwrite-properties.c127 write_escaped_string (ostream_t stream, const char *str, bool in_key) argument
138 if (uc == 0x0020 && (first || in_key))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto.h106 int in_key; /**< Index into the \c key2.keys array for member in struct:key_direction_state
H A Dcrypto.c811 init_key_ctx (&ctx->decrypt, &key2.keys[kds.in_key], &kt, OPENVPN_OP_DECRYPT,
1203 kds->in_key = 1;
1208 kds->in_key = 0;
1213 kds->in_key = 0;
H A Dinit.c2048 init_key_ctx (&c->c1.ks.static_key.decrypt, &key2.keys[kds.in_key],
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Daesni-intel_glue.c48 asmlinkage int aesni_set_key(struct crypto_aes_ctx *ctx, const u8 *in_key,
76 const u8 *in_key, unsigned int key_len)
89 err = crypto_aes_expand_key(ctx, in_key, key_len);
92 err = aesni_set_key(ctx, in_key, key_len);
99 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
102 return aes_set_key_common(tfm, crypto_tfm_ctx(tfm), in_key, key_len);
75 aes_set_key_common(struct crypto_tfm *tfm, void *raw_ctx, const u8 *in_key, unsigned int key_len) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-aes.c103 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
107 const __le32 *key = (const __le32 *)in_key;
146 if (crypto_aes_expand_key(&gen_aes, in_key, key_len)) {

Completed in 110 milliseconds