Searched refs:ONE (Results 1 – 10 of 10) sorted by relevance
/openssl/crypto/rc4/asm/ |
H A D | rc4-c64xplus.pl | 54 [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 …]
|
/openssl/crypto/ |
H A D | mem_sec.c | 312 #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()
|
/openssl/crypto/chacha/asm/ |
H A D | chacha-armv8.pl | 848 my $ONE = "v7.4s"; 897 eor $ONE,$ONE,$ONE 905 ld1 {$ONE}[0],[@x[0]] 920 add @K[4],@K[3],$ONE 921 add @K[5],@K[4],$ONE 922 add @K[6],@K[5],$ONE 923 shl $ONE,$ONE,#2 // 1 -> 4 963 add $D4,$D0,$ONE // +4 965 add $D5,$D1,$ONE // +4 1164 add $D4,$D4,$ONE // +4 [all …]
|
/openssl/crypto/ec/ |
H A D | ecp_nistz256.c | 133 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() 1073 p.p.Z[0] = ONE[0] & infty; in ecp_nistz256_points_mul() 1074 p.p.Z[1] = ONE[1] & infty; in ecp_nistz256_points_mul() [all …]
|
H A D | ecp_sm2p256.c | 64 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()
|
/openssl/crypto/ec/curve448/ |
H A D | curve448.c | 123 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()
|
H A D | field.h | 79 static const gf ZERO = {{{0}}}, ONE = {{{1}}}; variable
|
H A D | f_generic.c | 203 return gf_eq(L0, ONE); in gf_isr()
|
/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-x86_64.pl | 2560 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
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 321 changed that file, and provided that you do at least ONE of the following: 339 form, provided that you do at least ONE of the following:
|
Completed in 41 milliseconds