Home
last modified time | relevance | path

Searched refs:cmp (Results 1 – 25 of 91) sorted by relevance

1234

/openssl/crypto/
H A Dx86cpuid.pl92 &cmp ("edi",4);
108 &cmp ("ebp",0);
119 &cmp ("esi",0);
134 &cmp ("edi",7);
148 &cmp ("eax",6);
150 &cmp ("eax",2);
295 &cmp ("ecx",7);
297 &cmp ("ecx",0);
320 &cmp ("ecx",0);
333 &cmp ("ecx",0);
[all …]
H A Dbsearch.c14 int size, int (*cmp) (const void *, const void *), in ossl_bsearch()
28 c = (*cmp) (key, p); in ossl_bsearch()
39 while (i > 0 && (*cmp) (key, &(base_[(i - 1) * size])) == 0) in ossl_bsearch()
H A Dsparccpuid.S55 cmp %o0,0x99
149 cmp %i7,%o7
182 cmp %o2,0x99
204 cmp %i2,-1
217 cmp %o2,%o3
298 cmp %o0,%o1
366 cmp %o1,14
373 cmp %o1,0
416 cmp %o1,0
437 cmp %o1,0
[all …]
H A Dia64cpuid.S44 { .mib; cmp.ne p6,p0=r2,r3
145 { .mib; cmp.eq p6,p0=0,r33 // len==0
149 cmp.leu p6,p0=15,r33 // len>=15
154 cmp.ltu p6,p7=1,r33 } // len>1
160 { .mib; cmp.eq p6,p0=0,r2
171 { .mib; cmp.ltu p6,p0=8,r2 // ((len+8)&~7)>8
174 { .mbb; cmp.eq p6,p7=r0,r33
186 cmp.eq p6,p0=0,r34 // len==0?
211 { .mib; cmp.ne p6,p0=0,r8
289 { .mmi; cmp.ne p6,p0=r10,r11;; // diff!=lastdiff
/openssl/test/
H A Dparams_api_test.c150 if (!TEST_mem_eq(buf, sz, cmp, sz)) in test_param_type_extra()
155 if (!TEST_mem_eq(buf, sz, cmp, sz)) in test_param_type_extra()
160 if (!TEST_mem_eq(buf, sz, cmp, sz)) in test_param_type_extra()
218 le_copy(cmp, sizeof(in), &in, sizeof(in)); in test_param_int()
248 le_copy(cmp, sizeof(in), &in, sizeof(in)); in test_param_long()
277 le_copy(cmp, sizeof(in), &in, sizeof(in)); in test_param_uint()
307 le_copy(cmp, sizeof(in), &in, sizeof(in)); in test_param_ulong()
337 le_copy(cmp, sizeof(in), &in, sizeof(in)); in test_param_int32()
367 le_copy(cmp, sizeof(in), &in, sizeof(in)); in test_param_uint32()
397 le_copy(cmp, sizeof(in), &in, sizeof(in)); in test_param_int64()
[all …]
/openssl/include/openssl/
H A Dobjects.h78 int (*cmp) (const void *, const void *));
81 int (*cmp) (const void *, const void *),
89 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
90 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
149 # define OBJ_bsearch(type1,key,type2,base,num,cmp) \ argument
152 ((void)CHECKED_PTR_OF(type1,cmp##_type_1), \
153 (void)CHECKED_PTR_OF(type2,cmp##_type_2), \
154 cmp##_BSEARCH_CMP_FN)))
159 ((void)CHECKED_PTR_OF(type1,cmp##_type_1), \
160 (void)type_2=CHECKED_PTR_OF(type2,cmp##_type_2), \
[all …]
H A Dstack.h34 OPENSSL_STACK *OPENSSL_sk_new(OPENSSL_sk_compfunc cmp);
55 OPENSSL_sk_compfunc cmp);
/openssl/crypto/bn/asm/
H A Dia64.S947 cmp.ltu p6,p0=r25,r24
952 cmp.ltu p6,p0=r26,r25
957 cmp.ltu p6,p0=r27,r26
964 cmp.ltu p6,p0=r28,r27
970 cmp.ltu p6,p0=r29,r28
976 cmp.ltu p6,p0=r30,r29
985 cmp.ltu p6,p0=r31,r30
1027 cmp.ltu p6,p0=r25,r24
1032 cmp.ltu p6,p0=r26,r25
1037 cmp.ltu p6,p0=r27,r26
[all …]
H A Dx86-mont.pl70 &cmp ("edi",4);
200 &cmp ($j,$num);
289 &cmp ($i,$num);
335 &cmp ($j,$num);
370 &cmp ($j,$num);
407 &cmp ($j,$num);
458 &cmp ($j,$_num);
506 &cmp ($j,$num);
524 &cmp ($j,$num);
537 &cmp ($j,$num);
[all …]
H A Dvia-mont.pl126 &cmp ("ecx",8);
128 &cmp ("ecx",1024);
/openssl/engines/asm/
H A De_padlock-x86.pl93 &cmp ("edx",0xC0000001);
154 &cmp ($ctx,&DWP(0,"eax"));
224 &cmp ($len,$chunk);
238 &cmp ($len,$chunk);
241 &cmp ("ebp","esp");
272 &cmp ($out,$chunk);
309 &cmp ($len,$chunk);
331 &cmp ($len,$chunk);
336 &cmp ("esp","ebp");
352 &cmp ("esp","ebp");
[all …]
/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S149 cmp.eq p9,p0=1,r29
150 cmp.eq p10,p0=2,r29 }
152 cmp.eq p12,p0=4,r29
153 cmp.eq p13,p0=5,r29 }
155 cmp.eq p15,p0=7,r29
192 cmp.ltu p6,p0=h0,i0
238 cmp.ltu p7,p0=h1,r28
244 cmp.ltu p6,p7=h1,r23
258 cmp.ltu p6,p0=h0,r22
302 cmp.ltu p6,p7=r20,r16
[all …]
/openssl/fuzz/
H A Dbuild.info17 IF[{- !$disabled{"cmp"} -}]
18 PROGRAMS{noinst}=cmp
61 SOURCE[cmp]=cmp.c driver.c fuzz_rand.c
62 INCLUDE[cmp]=../include {- $ex_inc -}
63 DEPEND[cmp]=../libcrypto {- $ex_lib -}
152 IF[{- !$disabled{"cmp"} -}]
153 PROGRAMS{noinst}=cmp-test
197 SOURCE[cmp-test]=cmp.c test-corpus.c fuzz_rand.c
198 INCLUDE[cmp-test]=../include
199 DEPEND[cmp-test]=../libcrypto.a
/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c660 int cmp; in decoder_cache_entry_cmp() local
665 cmp = nullstrcmp(a->keytype, b->keytype, 1); in decoder_cache_entry_cmp()
666 if (cmp != 0) in decoder_cache_entry_cmp()
667 return cmp; in decoder_cache_entry_cmp()
669 cmp = nullstrcmp(a->input_type, b->input_type, 1); in decoder_cache_entry_cmp()
670 if (cmp != 0) in decoder_cache_entry_cmp()
671 return cmp; in decoder_cache_entry_cmp()
674 if (cmp != 0) in decoder_cache_entry_cmp()
675 return cmp; in decoder_cache_entry_cmp()
677 cmp = nullstrcmp(a->propquery, b->propquery, 0); in decoder_cache_entry_cmp()
[all …]
/openssl/crypto/rc4/asm/
H A Drc4-586.pl175 &cmp ($ty,0); # safety net
189 &cmp (&DWP(256,$dat),-1);
224 &cmp ($inp,&DWP(-4,$dat));
241 &cmp ($inp,&wparam(1)); # compare to input+len
254 &cmp ($inp,&wparam(2)); # compare to input+(len/4)*4-4
260 &cmp ($inp,&wparam(1)); # compare to input+len
276 &cmp ($inp,&wparam(1)); # compare to input+len
297 &cmp ($inp,&wparam(1));
/openssl/crypto/rc5/asm/
H A Drc5-586.pl79 &cmp($r, $i+1);
86 &cmp($r, 12);
88 &cmp($r, 8);
/openssl/ssl/
H A Dpqueue.c62 int cmp = memcmp(next->priority, item->priority, 8); in pqueue_insert() local
63 if (cmp > 0) { /* next > item */ in pqueue_insert()
74 else if (cmp == 0) /* duplicates not allowed */ in pqueue_insert()
/openssl/ssl/record/methods/
H A Ddtls_meth.c42 int cmp; in dtls_record_replay_check() local
46 cmp = satsub64be(seq, bitmap->max_seq_num); in dtls_record_replay_check()
47 if (cmp > 0) { in dtls_record_replay_check()
51 shift = -cmp; in dtls_record_replay_check()
64 int cmp; in dtls_record_bitmap_update() local
68 cmp = satsub64be(seq, bitmap->max_seq_num); in dtls_record_bitmap_update()
69 if (cmp > 0) { in dtls_record_bitmap_update()
70 shift = cmp; in dtls_record_bitmap_update()
77 shift = -cmp; in dtls_record_bitmap_update()
/openssl/crypto/sha/asm/
H A Dsha256-586.pl231 &cmp ("ecx",1<<28|1<<30);
242 &cmp ("eax",$unroll_after);
294 &cmp ("esi",0xc19bf174);
304 &cmp ("esi",0xc67178f2);
337 &cmp ("edi",&DWP(8,"esp")); # are we done yet?
520 &cmp ("edi",&DWP(96+8,"esp")); # are we done yet?
647 &cmp ($end,$inp);
930 &cmp (&DWP(16*$j,$K256),0x00010203);
984 &cmp ("edx",1<<8|1<<3);
1096 &cmp (&DWP(16*$j,$K256),0x00010203);
[all …]
H A Dsha512-586.pl335 &cmp ("ecx",1<<24|1<<9);
459 &cmp ("edi",&DWP(8*10+8,"esp")); # are we done yet?
511 &cmp ("edi","eax");
683 &cmp ("edi","eax") # are we done yet?
719 &cmp (&LB("edx"),0x94);
807 &cmp (&LB("edx"),0x17);
829 &cmp ("edi",&DWP(8,"esp")); # are we done yet?
/openssl/crypto/aes/asm/
H A Daes-586.pl2050 &cmp ($s2,0);
2150 &cmp ($s3,0);
2374 &cmp ($s3,0);
2378 &cmp ($s2,16);
2408 &cmp ($s2,16);
2452 &cmp ($s2,16);
2695 &cmp ("ecx",128);
2697 &cmp ("ecx",192);
2772 &cmp ("ecx",7);
2826 &cmp ("ecx",6);
[all …]
H A Daesni-x86.pl153 &cmp ($rounds,11);
443 &cmp ($len,0x60);
492 &cmp ($len,0x20);
497 &cmp ($len,0x40);
543 &cmp ($len,0x60);
592 &cmp ($len,0x20);
885 &cmp ($len,1);
933 &cmp ($len,6);
1016 &cmp ($len,2);
1025 &cmp ($len,4);
[all …]
/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl263 &cmp ($key,$__end);
438 &cmp ($key,$__end);
577 &cmp ($Tbl,128);
582 &cmp ($Tbl,192);
639 &cmp ($idx,128);
752 &cmp ("ebx",256);
754 &cmp ("ebx",192);
756 &cmp ("ebx",128);
832 &cmp ($s2,0);
887 &cmp ($key,0);
[all …]
/openssl/test/recipes/80-test_cmp_http_data/Mock/
H A Dserver.cnf1 [cmp] # mock server configuration
/openssl/crypto/des/asm/
H A Ddes-586.pl66 &cmp("ecx",&swtmp(1));
103 &cmp("ecx",&swtmp(1));
175 &cmp("ebx","0");

Completed in 52 milliseconds

1234