| /openbsd-src/lib/libcrypto/des/ |
| H A D | str2key.c | |
| /openbsd-src/gnu/usr.bin/perl/t/benchmark/ |
| H A D | gh7094-speed-up-keys-on-empty-hash.t | 61 my ($res, $key1, $key2, $name) = @_; 62 $name ||= "Speed difference between $key1 and $key2 is less than 25%"; 63 my %iters_per_second = map { $_ => iters_per_second( $res->{ $_ }) } ($key1, $key2); 65 my $ratio = abs(1 - $iters_per_second{ $key1 } / ($iters_per_second{ $key2 } || 1 )); 68 diag( sprintf "%20s: %12.2f/s\n", $key2, $iters_per_second{ $key2 } );
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
| H A D | try_catch.cc | 34 long key2; member in gnu_obj_1 38 gnu_obj_1(antiquities a, long l): test(true), key1(5), key2(l), value(a) {} in gnu_obj_1() 81 if (obj.key2 != 4589) in main() 107 if (obj.key2 != 4589) in main() 116 if (obj.key2 != 4589) in main()
|
| H A D | m-data.cc | 12 long key2; member in gnu_obj_1 17 gnu_obj_1(antiquities a, long l): test(true), key1(5), key2(l), value(a) {} in gnu_obj_1()
|
| H A D | m-static.cc | 12 static long key2; member in gnu_obj_1 22 long gnu_obj_1::key2 = 77; member in gnu_obj_1
|
| /openbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | busop.awk | 30 function generate_code(text, lines, key2, value2) { 40 for(k in key2) 41 gsub(key2[k], value2[key2[k]], out);
|
| /openbsd-src/sbin/unwind/libunbound/util/data/ |
| H A D | packed_rrset.c | 98 struct ub_packed_rrset_key* key2 = (struct ub_packed_rrset_key*)k2; in ub_rrset_compare() local 100 if(key1 == key2) in ub_rrset_compare() 102 if(key1->rk.type != key2->rk.type) { in ub_rrset_compare() 103 if(key1->rk.type < key2->rk.type) in ub_rrset_compare() 107 if(key1->rk.dname_len != key2->rk.dname_len) { in ub_rrset_compare() 108 if(key1->rk.dname_len < key2->rk.dname_len) in ub_rrset_compare() 112 if((c=query_dname_compare(key1->rk.dname, key2->rk.dname)) != 0) in ub_rrset_compare() 114 if(key1->rk.rrset_class != key2->rk.rrset_class) { in ub_rrset_compare() 115 if(key1->rk.rrset_class < key2->rk.rrset_class) in ub_rrset_compare() 119 if(key1->rk.flags != key2->rk.flags) { in ub_rrset_compare() [all …]
|
| /openbsd-src/usr.sbin/unbound/util/data/ |
| H A D | packed_rrset.c | 98 struct ub_packed_rrset_key* key2 = (struct ub_packed_rrset_key*)k2; in ub_rrset_compare() local 100 if(key1 == key2) in ub_rrset_compare() 102 if(key1->rk.type != key2->rk.type) { in ub_rrset_compare() 103 if(key1->rk.type < key2->rk.type) in ub_rrset_compare() 107 if(key1->rk.dname_len != key2->rk.dname_len) { in ub_rrset_compare() 108 if(key1->rk.dname_len < key2->rk.dname_len) in ub_rrset_compare() 112 if((c=query_dname_compare(key1->rk.dname, key2->rk.dname)) != 0) in ub_rrset_compare() 114 if(key1->rk.rrset_class != key2->rk.rrset_class) { in ub_rrset_compare() 115 if(key1->rk.rrset_class < key2->rk.rrset_class) in ub_rrset_compare() 119 if(key1->rk.flags != key2->rk.flags) { in ub_rrset_compare() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/lib/Tie/ |
| H A D | SubstrHash.t | 53 my $key2 = "abcdefg$key1"; 54 $test{$key2} = ( "abcdefgh" x 10 ) . "$key1"; 59 my $key2 = "abcdefg$key1"; 60 ok( $test{$key2} );
|
| /openbsd-src/regress/lib/libcrypto/ige/ |
| H A D | igetest.c | 181 AES_KEY key2; in main() local 297 AES_set_encrypt_key(rkey2, 8*sizeof rkey2, &key2); in main() 304 AES_set_decrypt_key(rkey2, 8*sizeof rkey2, &key2); in main() 321 AES_set_encrypt_key(rkey2, 8*sizeof rkey2, &key2); in main() 328 AES_set_decrypt_key(rkey2, 8*sizeof rkey2, &key2); in main() 345 AES_set_encrypt_key(rkey2, 8*sizeof rkey2, &key2); in main() 352 AES_set_decrypt_key(rkey2, 8*sizeof rkey2, &key2); in main()
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | aassign.t | 363 is (substr($h{key2}, 0, 7), "abcdefx", 'NOSTEAL f18 empty $h{key2}'); 366 is ($h{key2}, "val", 'NOSTEAL split empty $h{key2}'); 368 %h = qw(key1 foo key2 bar key3 baz); 371 is (substr($h{key2}, 0, 7), "abcdefx", 'NOSTEAL f18 non-empty $h{key2}'); 372 %h = qw(key1 foo key2 bar key3 baz); 375 is ($h{key2}, "val", 'NOSTEAL split non-empty $h{key2}'); 380 is (substr($h{key2}, 0, 4), "defx", 'NOSTEAL PADTMP empty $h{key2}'); 382 %h = qw(key1 foo key2 bar key3 baz); 385 is (substr($h{key2}, 0, 4), "defx", 'NOSTEAL PADTMP non-empty $h{key2}');
|
| /openbsd-src/gnu/usr.bin/perl/cpan/DB_File/ |
| H A D | DB_File.xs | 578 btree_compare(DB * db, const DBT *key1, const DBT *key2, size_t* locp) in btree_compare() argument 580 btree_compare(db, key1, key2, locp) in btree_compare() 583 const DBT * key2 ; 591 btree_compare(DB * db, const DBT *key1, const DBT *key2) 593 btree_compare(db, key1, key2) 596 const DBT * key2 ; 602 btree_compare(const DBT *key1, const DBT *key2) 604 btree_compare(key1, key2) 606 const DBT * key2 ; 635 data2 = (char *) key2 684 btree_prefix(DB * db,const DBT * key1,const DBT * key2) btree_prefix() argument [all...] |
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
| H A D | record.c | 93 CatKeyRec key2; in r_comparecatkeys() local 97 r_unpackcatkey(pkey2, &key2); in r_comparecatkeys() 99 diff = key1.ckrParID - key2.ckrParID; in r_comparecatkeys() 103 return d_relstring(key1.ckrCName, key2.ckrCName); in r_comparecatkeys() 113 ExtKeyRec key2; in r_compareextkeys() local 117 r_unpackextkey(pkey2, &key2); in r_compareextkeys() 119 diff = key1.xkrFNum - key2.xkrFNum; in r_compareextkeys() 124 (unsigned char) key2.xkrFkType; in r_compareextkeys() 128 return key1.xkrFABN - key2.xkrFABN; in r_compareextkeys()
|
| /openbsd-src/sys/netinet6/ |
| H A D | in6_pcb.c | 643 const struct in6_addr *key1, *key2; in in6_pcblookup() 649 key2 = &zeroin6_addr; in in6_pcblookup_listen() 658 key1 = key2 = &divert->addr.v6; in in6_pcblookup_listen() 674 key2 = laddr; in in6_pcblookup_listen() 684 if (inp == NULL && ! IN6_ARE_ADDR_EQUAL(key1, key2)) { in in6_pcblookup_listen() 686 &zeroin6_addr, 0, key2, lport); in in6_pcblookup_listen() 688 &zeroin6_addr, 0, key2, lport); in in6_pcblookup_listen() 651 const struct in6_addr *key1, *key2; in6_pcblookup_listen() local
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | hmac.c | 174 u_char *key2 = "Jefe"; in main() local 189 hmac_test(key2, strlen(key2), data2, strlen(data2), dig2, sizeof(dig2)); in main()
|
| /openbsd-src/sys/lib/libsa/ |
| H A D | aes_xts.c | 43 rijndael_encrypt(&ctx->key2, ctx->tweak, ctx->tweak); in aes_xts_reinit() 93 rijndael_set_key(&ctx->key2, key + (len / 2), len * 4); in aes_xts_setkey()
|
| H A D | aes_xts.h | 29 rijndael_ctx key2; member
|
| /openbsd-src/usr.sbin/unbound/services/ |
| H A D | outside_network.h | 842 int pending_cmp(const void* key1, const void* key2); 845 int serviced_cmp(const void* key1, const void* key2); 848 int reuse_cmp(const void* key1, const void* key2); 851 int reuse_id_cmp(const void* key1, const void* key2);
|
| /openbsd-src/sbin/unwind/libunbound/services/ |
| H A D | outside_network.h | 842 int pending_cmp(const void* key1, const void* key2); 845 int serviced_cmp(const void* key1, const void* key2); 848 int reuse_cmp(const void* key1, const void* key2); 851 int reuse_id_cmp(const void* key1, const void* key2);
|
| /openbsd-src/sbin/unwind/libunbound/services/cache/ |
| H A D | infra.h | 461 int infra_compfunc(void* key1, void* key2); 473 int rate_compfunc(void* key1, void* key2); 485 int ip_rate_compfunc(void* key1, void* key2);
|
| /openbsd-src/usr.sbin/unbound/services/cache/ |
| H A D | infra.h | 461 int infra_compfunc(void* key1, void* key2); 473 int rate_compfunc(void* key1, void* key2); 485 int ip_rate_compfunc(void* key1, void* key2);
|
| /openbsd-src/gnu/usr.bin/perl/dist/Storable/t/ |
| H A D | compat06.t | 68 $h->{key2} = 'val2'; 114 is($y->ref->{key2}, 'val2');
|
| /openbsd-src/usr.bin/skeyinit/ |
| H A D | skeyinit.c | 411 char passwd[SKEY_MAX_PW_LEN+2], key2[SKEY_BINKEY_SIZE]; in normal_mode() local 455 nn = keycrunch(key2, seed, passwd); in normal_mode() 460 if (memcmp(key, key2, sizeof(key2)) == 0) in normal_mode()
|
| /openbsd-src/lib/libkeynote/ |
| H A D | signature.c | 558 kn_keycompare(void *key1, void *key2, int algorithm) in kn_keycompare() argument 564 if (key1 == NULL || key2 == NULL) in kn_keycompare() 570 if (!strcmp(key1, key2)) in kn_keycompare() 577 p2 = (DSA *) key2; in kn_keycompare() 588 p4 = (RSA *) key2; in kn_keycompare() 597 p4 = (RSA *) key2; in kn_keycompare() 614 bn2 = (struct keynote_binary *) key2; in kn_keycompare()
|
| /openbsd-src/lib/libcrypto/evp/ |
| H A D | e_aes.c | 94 size_t length, const AES_KEY *key1, const AES_KEY *key2, 131 size_t len, const AES_KEY *key1, const AES_KEY *key2, 134 size_t len, const AES_KEY *key1, const AES_KEY *key2, 144 const AES_KEY *key1, const AES_KEY *key2, const unsigned char iv[16]); 146 const AES_KEY *key1, const AES_KEY *key2, const unsigned char iv[16]); 188 size_t length, const AES_KEY *key1, const AES_KEY *key2, 192 size_t length, const AES_KEY *key1, const AES_KEY *key2, 328 xctx->xts.key2 = &xctx->ks2; in aesni_xts_init_key() 1791 * key1 and key2 are used as an indicator both key and IV in aes_xts_ctrl() 1795 xctx->xts.key2 in aes_xts_ctrl() [all...] |