Searched refs:in_key (Results 1 - 13 of 13) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/crypto/
H A Daes.c381 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
387 const __le32 *key = (const __le32 *)in_key;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/crypto/
H A Daes_s390.c44 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
70 memcpy(sctx->key, in_key, key_len);
139 static int ecb_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
159 return aes_set_key(tfm, in_key, key_len);
228 static int cbc_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
248 return aes_set_key(tfm, in_key, key_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/crypto/
H A Daes.c230 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
234 const __le32 *key = (const __le32 *)in_key;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Daes.c251 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
255 const __le32 *key = (const __le32 *)in_key;
H A Danubis.c463 static int anubis_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
467 const __be32 *key = (const __be32 *)in_key;
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 Dcamellia.c1677 camellia_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
1681 const unsigned char *key = (const unsigned char *)in_key;
H A Dcast6.c384 static int cast6_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
399 memcpy (p_key, in_key, key_len);
H A Dkhazad.c757 static int khazad_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
761 const __be32 *key = (const __be32 *)in_key;
H A Dtea.c48 static int tea_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
52 const __le32 *key = (const __le32 *)in_key;
121 static int xtea_setkey(struct crypto_tfm *tfm, const u8 *in_key, argument
125 const __le32 *key = (const __le32 *)in_key;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/crypto/
H A Dpadlock-aes.c320 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, argument
324 const __le32 *key = (const __le32 *)in_key;

Completed in 139 milliseconds