OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:limbs
(Results
1 - 6
of
6
) sorted by null
/external/boringssl/src/ssl/test/runner/curve25519/
mont25519_amd64.go
85
// unpack sets r = x where r consists of 5, 51-bit
limbs
in little-endian
131
// 51-bit
limbs
in x.
/external/bison/lib/
vasnprintf.c
336
mp_limb_t *
limbs
; /* Bits in little-endian order, allocated with malloc(). */
member in struct:__anon7203
353
p1 = src1.
limbs
;
355
p2 = src2.
limbs
;
360
p1 = src2.
limbs
;
362
p2 = src1.
limbs
;
369
dest->
limbs
= (mp_limb_t *) malloc (1);
402
dest->
limbs
= dp;
404
return dest->
limbs
;
468
const mp_limb_t *a_ptr = a.
limbs
;
470
const mp_limb_t *b_ptr = b.
limbs
;
[
all
...]
/prebuilts/go/darwin-x86/src/crypto/elliptic/
p224.go
134
// Using 28-bit
limbs
means that there's only 4 bits of headroom, which is less
190
// p224ZeroModP31 is 0 mod p where bit 31 is set in all
limbs
so that we can
205
// LargeFieldElement also represents an element of the field. The
limbs
are
206
// still spaced 28-bits apart and in little-endian order. So the
limbs
are at
214
// p224ZeroModP63 is 0 mod p where bit 63 is set in all
limbs
. See the section
445
// First we build a mask from the top four
limbs
, which must all be
462
// Now we test whether the bottom three
limbs
are non-zero.
p256.go
368
// So we eliminate
limbs
from right to left. Since the bottom 29 bits of p
370
// We can do that for 8 further
limbs
and then right shift to eliminate the
[
all
...]
/prebuilts/go/linux-x86/src/crypto/elliptic/
p224.go
134
// Using 28-bit
limbs
means that there's only 4 bits of headroom, which is less
190
// p224ZeroModP31 is 0 mod p where bit 31 is set in all
limbs
so that we can
205
// LargeFieldElement also represents an element of the field. The
limbs
are
206
// still spaced 28-bits apart and in little-endian order. So the
limbs
are at
214
// p224ZeroModP63 is 0 mod p where bit 63 is set in all
limbs
. See the section
445
// First we build a mask from the top four
limbs
, which must all be
462
// Now we test whether the bottom three
limbs
are non-zero.
p256.go
368
// So we eliminate
limbs
from right to left. Since the bottom 29 bits of p
370
// We can do that for 8 further
limbs
and then right shift to eliminate the
[
all
...]
Completed in 343 milliseconds