Searched refs:p64 (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl89 vpmull.p64 $Xl,$H,$H
91 vpmull2.p64 $Xh,$H,$H
92 vpmull.p64 $Xm,$t0,$t0
98 vpmull.p64 $t2,$Xl,$xC2 @ 1st phase
105 vpmull.p64 $Xl,$Xl,$xC2
138 vpmull.p64 $Xl,$H,$IN @ H.lo��Xi.lo
140 vpmull2.p64 $Xh,$H,$IN @ H.hi��Xi.hi
141 vpmull.p64 $Xm,$Hhl,$t1 @ (H.lo+H.hi)��(Xi.lo+Xi.hi)
147 vpmull.p64 $t2,$Xl,$xC2 @ 1st phase of reduction
154 vpmull.p64
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghashv8-armx.pl89 vpmull.p64 $Xl,$H,$H
91 vpmull2.p64 $Xh,$H,$H
92 vpmull.p64 $Xm,$t0,$t0
98 vpmull.p64 $t2,$Xl,$xC2 @ 1st phase
105 vpmull.p64 $Xl,$Xl,$xC2
138 vpmull.p64 $Xl,$H,$IN @ H.lo��Xi.lo
140 vpmull2.p64 $Xh,$H,$IN @ H.hi��Xi.hi
141 vpmull.p64 $Xm,$Hhl,$t1 @ (H.lo+H.hi)��(Xi.lo+Xi.hi)
147 vpmull.p64 $t2,$Xl,$xC2 @ 1st phase of reduction
154 vpmull.p64
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ipmi/
H A Dipmi_devintf.c695 static long get_compat_ipmi_msg(struct ipmi_msg *p64, argument
701 __get_user(p64->netfn, &p32->netfn) ||
702 __get_user(p64->cmd, &p32->cmd) ||
703 __get_user(p64->data_len, &p32->data_len) ||
706 p64->data = compat_ptr(tmp);
710 static long put_compat_ipmi_msg(struct ipmi_msg *p64, argument
714 __put_user(p64->netfn, &p32->netfn) ||
715 __put_user(p64->cmd, &p32->cmd) ||
716 __put_user(p64->data_len, &p32->data_len))
721 static long get_compat_ipmi_req(struct ipmi_req *p64, argument
737 get_compat_ipmi_req_settime(struct ipmi_req_settime *p64, struct compat_ipmi_req_settime __user *p32) argument
748 get_compat_ipmi_recv(struct ipmi_recv *p64, struct compat_ipmi_recv __user *p32) argument
764 put_compat_ipmi_recv(struct ipmi_recv *p64, struct compat_ipmi_recv __user *p32) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dcompat.c133 static inline int __get_compat_ipc64_perm(struct ipc64_perm *p64, argument
138 err = __get_user(p64->uid, &up64->uid);
139 err |= __get_user(p64->gid, &up64->gid);
140 err |= __get_user(p64->mode, &up64->mode);
155 static inline int __put_compat_ipc64_perm(struct ipc64_perm *p64, argument
160 err = __put_user(p64->key, &up64->key);
161 err |= __put_user(p64->uid, &up64->uid);
162 err |= __put_user(p64->gid, &up64->gid);
163 err |= __put_user(p64->cuid, &up64->cuid);
164 err |= __put_user(p64
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-helper.c543 uint64_t *p64; local
627 p64 = (uint64_t *) cvmx_phys_to_ptr(pkt_buffer.s.addr);
628 p64[0] = 0xffffffffffff0000ull;
629 p64[1] = 0x08004510ull;
630 p64[2] = ((uint64_t) (size - 14) << 48) | 0x5ae740004000ull;
631 p64[3] = 0x3a5fc0a81073c0a8ull;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Darmv4cpuid.S121 .byte 0x00,0x0e,0xa0,0xf2 @ vmull.p64 q0,d0,d0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Darmv4cpuid.S121 .byte 0x00,0x0e,0xa0,0xf2 @ vmull.p64 q0,d0,d0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dvmac.c40 const u64 p64 = UINT64_C(0xfffffffffffffeff); /* 2^64 - 257 prime */ variable
347 /* compute (p1+k1)%p64 and (p2+k2)%p64 */
353 /* compute (p1+k1)*(p2+k2)%p64 */
362 rl += (0 - (rl > p64-1)) & 257;
526 } while (ctx->__vmac_ctx.l3key[i] >= p64
527 || ctx->__vmac_ctx.l3key[i+1] >= p64);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dvmac.cpp19 static const word64 p64 = W64LIT(0xfffffffffffffeff); /* 2^64 - 257 prime */ variable
85 } while ((l3Key[i*2+0] >= p64) || (l3Key[i*2+1] >= p64));
760 /* compute (p1+k1)%p64 and (p2+k2)%p64 */
766 /* compute (p1+k1)*(p2+k2)%p64 */
775 rl += (0 - (rl > p64-1)) & 257;

Completed in 188 milliseconds