Searched refs:h4 (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dhci_h4.c68 struct h4_struct *h4; local
72 h4 = kzalloc(sizeof(*h4), GFP_ATOMIC);
73 if (!h4)
76 skb_queue_head_init(&h4->txq);
78 hu->priv = h4;
85 struct h4_struct *h4 = hu->priv; local
89 skb_queue_purge(&h4->txq);
97 struct h4_struct *h4 = hu->priv; local
103 skb_queue_purge(&h4
116 struct h4_struct *h4 = hu->priv; local
127 h4_check_data_len(struct h4_struct *h4, int len) argument
162 struct h4_struct *h4 = hu->priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Drmd.h27 u32 h0,h1,h2,h3,h4; member in struct:__anon2384
H A Dsha256.c49 u32 h0,h1,h2,h3,h4,h5,h6,h7; member in struct:__anon2390
65 hd->h4 = 0x510e527f;
84 hd->h4 = 0xffc00b31;
173 e = hd->h4;
253 hd->h4 += e;
H A Dsha512.c58 u64 h0, h1, h2, h3, h4, h5, h6, h7; member in struct:__anon2391
73 hd->h4 = U64_C(0x510e527fade682d1);
91 hd->h4 = U64_C(0x67332667ffc00b31);
189 e = hd->h4;
296 hd->h4 += e;
H A Dsha1.c59 u32 h0,h1,h2,h3,h4; member in struct:__anon2389
76 hd->h4 = 0xc3d2e1f0;
139 e = hd->h4;
228 hd->h4 += e;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drmd.h27 u32 h0,h1,h2,h3,h4; member in struct:__anon6838
H A Dsha256.c49 u32 h0,h1,h2,h3,h4,h5,h6,h7; member in struct:__anon6844
65 hd->h4 = 0x510e527f;
84 hd->h4 = 0xffc00b31;
173 e = hd->h4;
253 hd->h4 += e;
H A Dsha512.c58 u64 h0, h1, h2, h3, h4, h5, h6, h7; member in struct:__anon6845
73 hd->h4 = U64_C(0x510e527fade682d1);
91 hd->h4 = U64_C(0x67332667ffc00b31);
189 e = hd->h4;
296 hd->h4 += e;
H A Dsha1.c59 u32 h0,h1,h2,h3,h4; member in struct:__anon6843
76 hd->h4 = 0xc3d2e1f0;
139 e = hd->h4;
228 hd->h4 += e;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Derrqueue.h35 struct inet_skb_parm h4; member in union:sock_exterr_skb::__anon17382
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dskipjack.cpp76 #define h4(tab, w) h(tab, w, 6, 7, 8, 9) macro
160 h4(tab, w4); w1 ^= w4 ^ 30;
165 h4(tab, w1); w2 ^= w1 ^ 25;
172 w1 ^= w2 ^ 20; h4(tab, w2);
179 h4(tab, w3); w4 ^= w3 ^ 15;
184 h4(tab, w4); w1 ^= w4 ^ 10;
191 w4 ^= w1 ^ 5; h4(tab, w1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-ia64.pl33 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
41 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9");
186 add $h4=$h4,$d };; // wrap up
257 { .mmi; ld4 $h4=[ctx],-16
270 mov $E=$h4 };;
297 { .mib; st4 [ctx]=$h4,-16
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl33 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
41 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9");
186 add $h4=$h4,$d };; // wrap up
257 { .mmi; ld4 $h4=[ctx],-16
270 mov $E=$h4 };;
297 { .mib; st4 [ctx]=$h4,-16
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha_locl.h82 ll=(c)->h4; HOST_l2c(ll,(s)); \
154 c->h4=INIT_DATA_h4;
248 E=c->h4;
342 c->h4=(c->h4+C)&0xffffffffL;
350 E=c->h4;
373 E=c->h4;
469 c->h4=(c->h4+C)&0xffffffffL;
477 E=c->h4;
[all...]
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/
H A Dsha_locl.h76 ll=(c)->h4; (void)HOST_l2c(ll,(s)); \
136 c->h4 = INIT_DATA_h4;
227 E = c->h4;
399 c->h4 = (c->h4 + C) & 0xffffffffL;
408 E = c->h4;
457 E = c->h4;
485 c->h4 = (c->h4 + E) & 0xffffffffL;
494 E = c->h4;
[all...]
H A Dsha.h101 SHA_LONG h0, h1, h2, h3, h4; member in struct:SHAstate_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/
H A Dsha_locl.h76 ll=(c)->h4; (void)HOST_l2c(ll,(s)); \
136 c->h4 = INIT_DATA_h4;
227 E = c->h4;
399 c->h4 = (c->h4 + C) & 0xffffffffL;
408 E = c->h4;
457 E = c->h4;
485 c->h4 = (c->h4 + E) & 0xffffffffL;
494 E = c->h4;
[all...]
H A Dsha.h101 SHA_LONG h0, h1, h2, h3, h4; member in struct:SHAstate_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha1-ia64.pl41 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
49 ($h0,$h1,$h2,$h3,$h4) = ("loc6","loc7","loc8","loc9","loc10");
202 add $h4=$h4,$d };; // wrap up
275 { .mmi; ld4 $h4=[ctx],-16
288 mov $E=$h4 };;
388 { .mib; st4 [ctx]=$h4,-16
430 { .mmi; ld4 $h4=[ctx],-16
443 mov $E=$h4 };;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmotionpixels.c56 int h4 = (avctx->height + 3) & ~3; local
61 mp->changes_map = av_mallocz(avctx->width * h4);
64 mp->hpt = av_mallocz(h4 * w4 / 16 * sizeof(YuvPixel));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmotionpixels.c70 int h4 = (avctx->height + 3) & ~3; local
80 mp->changes_map = av_mallocz_array(avctx->width, h4);
83 mp->hpt = av_mallocz_array(h4 / 4, w4 / 4 * sizeof(YuvPixel));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dhmac256.c90 u32 h0, h1, h2, h3, h4, h5, h6, h7; member in struct:hmac256_context
183 e = hd->h4;
216 hd->h4 += e;
316 hd->h4 = 0x510e527f;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dhmac256.c90 u32 h0, h1, h2, h3, h4, h5, h6, h7; member in struct:hmac256_context
183 e = hd->h4;
216 hd->h4 += e;
316 hd->h4 = 0x510e527f;

Completed in 153 milliseconds

12