Searched refs:in (Results 1 - 25 of 421) sorted by relevance

1234567891011>>

/netgear-R7800-V1.0.2.28/target/linux/adm8668/base-files/sbin/
H A Dhotplug.failsafe2 case "$1" in
/netgear-R7800-V1.0.2.28/target/linux/brcm47xx/base-files/sbin/
H A Dhotplug.failsafe2 case "$1" in
/netgear-R7800-V1.0.2.28/package/base-files/files/etc/hotplug.d/ieee1394/
H A D10-ieee13945 case "$ACTION" in
/netgear-R7800-V1.0.2.28/package/base-files/files/etc/hotplug.d/usb/
H A D10-usb5 case "$ACTION" in
/netgear-R7800-V1.0.2.28/tools/scons/files/
H A Dpywrap.sh3 case "${0##*/}" in
8 for bin in python python2 python2.7 python2.6 python2.5 python2.4; do
9 case "$($bin -V 2>&1)" in
/netgear-R7800-V1.0.2.28/target/linux/adm8668/base-files/lib/upgrade/
H A Dplatform.sh5 case "$(get_magic_word "$1")" in
/netgear-R7800-V1.0.2.28/target/linux/brcm47xx/base-files/lib/upgrade/
H A Dplatform.sh6 case "$(get_magic_word "$1")" in
/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/base-files/lib/upgrade/
H A Dplatform.sh4 case "$(get_magic_word "$1")" in
/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_yaffs1.c38 yaffs_obj_t *in; local
107 /* For each chunk in each block that needs scanning....*/
126 /* An unassigned chunk in the block
132 /* We're looking at the first chunk in the block so the block is unused */
157 in = yaffs_find_or_create_by_number(dev,
165 if (!in)
168 if (in) {
169 if (!yaffs_put_chunk_in_file(in, tags.chunk_id, chunk, 1))
176 if (in &&
177 in
[all...]
/netgear-R7800-V1.0.2.28/package/base-files/files/sbin/
H A Dcfgapply7 case "$1" in
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/cesa/
H A DmvMD5.c23 modify this File in accordance with the terms and conditions of the General
25 available along with the File in the license.txt file or by writing to the Free
38 Redistribution and use in source and binary forms, with or without modification,
44 * Redistributions in binary form must reproduce the above copyright
45 notice, this list of conditions and the following disclaimer in the
68 static void mvMD5Transform(MV_U32 buf[4], MV_U32 const in[MV_MD5_MAC_LEN]);
122 t = (t >> 3) & 0x3f; /* Bytes already in shsInfo->data */
128 unsigned char *p = (unsigned char *) ctx->in + t;
137 mvByteReverse(ctx->in, MV_MD5_MAC_LEN);
138 mvMD5Transform(ctx->buf, (MV_U32 *) ctx->in);
223 mvMD5Transform(MV_U32 buf[4], MV_U32 const in[MV_MD5_MAC_LEN]) argument
[all...]
/netgear-R7800-V1.0.2.28/target/linux/adm8668/base-files/etc/
H A Ddiag.sh10 case "$1" in
/netgear-R7800-V1.0.2.28/target/linux/cns21xx/base-files/lib/
H A Dcns21xx.sh12 case "$hardware" in
/netgear-R7800-V1.0.2.28/target/linux/cns3xxx/base-files/lib/
H A Dcns3xxx.sh12 case "$machine" in
/netgear-R7800-V1.0.2.28/target/linux/rb532/base-files/etc/
H A Ddiag.sh11 case "$1" in
/netgear-R7800-V1.0.2.28/target/linux/rdc/base-files/etc/
H A Ddiag.sh11 case "$1" in
/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Dmd5.c18 ** Digest Algorithm" in all material mentioning or referencing this **
23 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all **
31 ** These notices must be retained in any copies of any part of this **
46 ** The message digest is now in mdContext->digest[0...15] **
120 in the message whose digest is being computed.
127 UINT4 in[16]; local
142 mdContext->in[mdi++] = *inBuf++;
147 in[i] = (((UINT4)mdContext->in[ii+3]) << 24) |
148 (((UINT4)mdContext->in[i
164 UINT4 in[16]; local
[all...]
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmd5.c18 ** Digest Algorithm" in all material mentioning or referencing this **
23 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all **
31 ** These notices must be retained in any copies of any part of this **
46 ** The message digest is now in mdContext->digest[0...15] **
120 in the message whose digest is being computed.
127 UINT4 in[16]; local
142 mdContext->in[mdi++] = *inBuf++;
147 in[i] = (((UINT4)mdContext->in[ii+3]) << 24) |
148 (((UINT4)mdContext->in[i
164 UINT4 in[16]; local
[all...]
/netgear-R7800-V1.0.2.28/package/sbsaved/files/
H A Dpersistence.sh4 # values into a save file in redis-cli command format. the save file can
22 for key in $(redis-cli hkeys ${hash}); do
31 for item in $(redis-cli lrange ${key} 0 -1); do
39 for item in $(redis-cli smembers ${key}); do
47 for member in $(redis-cli zrange ${key} 0 -1); do
61 # of redis-cli DUMP results in error when given to redis-cli RESTORE.
64 # results in this error:
67 for key in ${PERSIST_KEYS}; do
68 for subkey in $(redis-cli keys ${key}); do
71 case $t in
[all...]
/netgear-R7800-V1.0.2.28/target/linux/adm5120/base-files/lib/
H A Dadm5120.sh14 case "$board_name" in
21 case "$board_name" in
/netgear-R7800-V1.0.2.28/target/linux/cns21xx/base-files/etc/uci-defaults/
H A Dleds11 case "$board" in
/netgear-R7800-V1.0.2.28/target/linux/ipq806x/base-files/etc/uci-defaults/
H A Dbuttons11 case "$board" in
/netgear-R7800-V1.0.2.28/target/linux/kirkwood/base-files/etc/uci-defaults/
H A Dleds11 case "$hardware" in
/netgear-R7800-V1.0.2.28/target/linux/ppc40x/base-files/lib/upgrade/
H A Dplatform.sh16 case "$board" in
33 case "$board" in
/netgear-R7800-V1.0.2.28/package/guest_dhcp/files/etc/hotplug.d/iface/
H A D35-guest_dhcp13 case "$ACTION" in

Completed in 289 milliseconds

1234567891011>>