Home
last modified time | relevance | path

Searched refs:ONE (Results 1 – 9 of 9) sorted by relevance

/crypto/rc4/asm/
A Drc4-c64xplus.pl54 [B0] MVK 1,$ONE
59 ADD4 $ONE,$XX,$XX
69 || ADD4 $ONE,$XX,$XX
88 SUB4 $XX,$ONE,$XX
102 MVK 0x00000404,$ONE
104 MVKH 0x04040000,$ONE
107 MVK 0x00000404,$ONE
109 MVKH 0x04040000,$ONE
126 || ADD4 $ONE,A0,A0
132 MVK 1,$ONE
[all …]
/crypto/chacha/asm/
A Dchacha-armv8.pl852 my $ONE = "v7.4s";
902 eor $ONE,$ONE,$ONE
910 ld1 {$ONE}[0],[@x[0]]
925 add @K[4],@K[3],$ONE
926 add @K[5],@K[4],$ONE
927 add @K[6],@K[5],$ONE
928 shl $ONE,$ONE,#2 // 1 -> 4
968 add $D4,$D0,$ONE // +4
970 add $D5,$D1,$ONE // +4
1169 add $D4,$D4,$ONE // +4
[all …]
/crypto/
A Dmem_sec.c312 #define ONE ((size_t)1) macro
314 # define TESTBIT(t, b) (t[(b) >> 3] & (ONE << ((b) & 7)))
315 # define SETBIT(t, b) (t[(b) >> 3] |= (ONE << ((b) & 7)))
316 # define CLEARBIT(t, b) (t[(b) >> 3] &= (0xFF & ~(ONE << ((b) & 7))))
365 bit = (ONE << list) + ((ptr - sh.arena) / (sh.arena_size >> list)); in sh_testbit()
376 bit = (ONE << list) + ((ptr - sh.arena) / (sh.arena_size >> list)); in sh_clearbit()
388 bit = (ONE << list) + ((ptr - sh.arena) / (sh.arena_size >> list)); in sh_setbit()
623 bit = (ONE << list) + (ptr - sh.arena) / (sh.arena_size >> list); in sh_find_my_buddy()
627 chunk = sh.arena + ((bit & ((ONE << list) - 1)) * (sh.arena_size >> list)); in sh_find_my_buddy()
747 return sh.arena_size / (ONE << list); in sh_actual_size()
/crypto/ec/
A Decp_nistz256.c133 static const BN_ULONG ONE[P256_LIMBS] = { variable
219 res = a[0] ^ ONE[0]; in is_one()
220 res |= a[1] ^ ONE[1]; in is_one()
221 res |= a[2] ^ ONE[2]; in is_one()
222 res |= a[3] ^ ONE[3]; in is_one()
224 res |= a[4] ^ ONE[4]; in is_one()
225 res |= a[5] ^ ONE[5]; in is_one()
226 res |= a[6] ^ ONE[6]; in is_one()
1072 p.p.Z[0] = ONE[0] & infty; in ecp_nistz256_points_mul()
1073 p.p.Z[1] = ONE[1] & infty; in ecp_nistz256_points_mul()
[all …]
A Decp_sm2p256.c64 ALIGN32 static const BN_ULONG ONE[P256_LIMBS] = {1, 0, 0, 0}; variable
128 #define is_one(a) is_equal(a, ONE)
638 r->Z_is_one = is_equal(bn_get_words(r->Z), ONE) & 1; in ecp_sm2p256_points_mul()
/crypto/ec/curve448/
A Dcurve448.c123 gf_copy(e->z, ONE); in niels_to_pt()
345 gf_sub(p->z, ONE, p->x); /* num = 1-y^2 */ in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
347 gf_sub(p->t, ONE, p->t); /* denom = 1-dy^2 or 1-d + dy^2 */ in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
354 gf_copy(p->z, ONE); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio()
397 gf_copy(x2, ONE); in ossl_x448_int()
400 gf_copy(z3, ONE); in ossl_x448_int()
A Dfield.h79 static const gf ZERO = {{{0}}}, ONE = {{{1}}}; variable
A Df_generic.c203 return gf_eq(L0, ONE); in gf_isr()
/crypto/ec/asm/
A Decp_nistz256-x86_64.pl2560 my ($ONE,$INDEX,$Ra,$Rb,$Rc,$Rd,$Re,$Rf)=map("%xmm$_",(0..7));
2620 movdqa .LOne(%rip), $ONE
2630 movdqa $ONE, $M0
2637 paddd $ONE, $M0
2748 movdqa $M0, $ONE
2754 paddd $ONE, $M0

Completed in 30 milliseconds