Searched refs:key2 (Results 26 - 50 of 61) sorted by relevance

123

/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dspeed.c173 static DES_cblock key2 = local
188 DES_set_key_unchecked(&key2, &sch2);
H A Ddes_opts.c421 static DES_cblock key2 = local
445 DES_set_key_unchecked(&key2, &sch2);
H A Ddes_old.h430 _ossl_old_des_cblock *key2,
440 _ossl_old_des_cblock *key2);
/freebsd-11-stable/contrib/unbound/util/storage/
H A Dslabhash.c197 int test_slabhash_compfunc(void* key1, void* key2) argument
200 struct slabhash_testkey* k2 = (struct slabhash_testkey*)key2;
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_aes.c102 const AES_KEY *key1, const AES_KEY *key2,
147 const AES_KEY *key2, const unsigned char iv[16]);
150 const AES_KEY *key2, const unsigned char iv[16]);
159 const AES_KEY *key1, const AES_KEY *key2,
162 const AES_KEY *key1, const AES_KEY *key2,
226 const AES_KEY *key1, const AES_KEY *key2,
232 const AES_KEY *key1, const AES_KEY *key2,
405 xctx->xts.key2 = &xctx->ks2;
538 const AES_KEY *key2, const unsigned char *ivec);
541 const AES_KEY *key2, cons
[all...]
/freebsd-11-stable/sys/netinet/
H A Dsctp_auth.c347 * returns: 1 if key1 > key2
348 * -1 if key1 < key2
349 * 0 if key1 = key2
352 sctp_compare_key(sctp_key_t *key1, sctp_key_t *key2) argument
362 key2len = sctp_get_keylen(key2);
376 key_2 = key2->key;
403 sctp_compute_hashkey(sctp_key_t *key1, sctp_key_t *key2, sctp_key_t *shared) argument
409 keylen = sctp_get_keylen(key1) + sctp_get_keylen(key2) +
427 if (sctp_compare_key(key1, key2) <= 0) {
428 /* key is shared + key1 + key2 */
[all...]
H A Dsctp_auth.h133 sctp_compute_hashkey(sctp_key_t *key1, sctp_key_t *key2,
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpcrypto.c93 uint8_t key1[SNMP_EXTENDED_KEY_SIZ], key2[SNMP_EXTENDED_KEY_SIZ]; local
111 key2[i] = extkey[i] ^ opad;
120 EVP_DigestUpdate(&ctx, key2, SNMP_EXTENDED_KEY_SIZ) != 1 ||
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dmodes_lcl.h131 void *key1, *key2; member in struct:xts128_context
H A Dxts128.c84 (*ctx->block2) (tweak.c, tweak.c, ctx->key2);
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Daddrtree.c314 cmpbit(const addrkey_t *key1, const addrkey_t *key2, addrlen_t n) argument
316 addrkey_t c = key1[n/KEYWIDTH] ^ key2[n/KEYWIDTH];
518 const addrkey_t *key2, addrlen_t n) {
519 return cmpbit(key1, key2, n);
517 unittest_wrapper_addrtree_cmpbit(const addrkey_t *key1, const addrkey_t *key2, addrlen_t n) argument
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_map.c651 uint64_t key1, key2; local
665 key2 = cl_qmap_key(p_item2);
666 if (key1 < key2) {
669 } else if (key1 > key2) {
920 uint64_t key1, key2; local
939 key2 = cl_map_key(itor2);
940 if (key1 < key2) {
949 } else if (key1 > key2) {
/freebsd-11-stable/tools/tools/ath/athregs/
H A Ddumpregs.c687 u_int32_t key0, key1, key2, key3, key4; local
708 key2 = OS_REG_READ(ah, AR_KEYTABLE_KEY2(entry));
725 , (key2 >> 0) & 0xff
726 , (key2 >> 8) & 0xff
727 , (key2 >> 16) & 0xff
728 , (key2 >> 24) & 0xff
/freebsd-11-stable/contrib/dialog/
H A Dchecklist.c193 int i, j, key2, found, x, y, cur_x, cur_y; local
570 if ((key2 = dlg_ok_buttoncode(key)) >= 0) {
571 result = key2;
H A Dtreeview.c197 int i, j, key2, found, x, y, cur_y, box_x, box_y; local
544 if ((key2 = dlg_ok_buttoncode(key)) >= 0) {
545 result = key2;
H A Dbuildlist.c458 int i, j, k, key2, found, x, y, cur_x, cur_y; local
991 if ((key2 = dlg_ok_buttoncode(key)) >= 0) {
992 result = key2;
/freebsd-11-stable/contrib/unbound/services/cache/
H A Dinfra.c79 infra_compfunc(void* key1, void* key2) argument
82 struct infra_key* k2 = (struct infra_key*)key2;
121 rate_compfunc(void* key1, void* key2) argument
124 struct rate_key* k2 = (struct rate_key*)key2;
802 int ip_rate_compfunc(void* key1, void* key2) argument
805 struct ip_rate_key* k2 = (struct ip_rate_key*)key2;
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dst.c84 static inline int st_strcmp(void *key1, void *key2) argument
86 return strcmp((const char *)key1, (const char *)key2);
/freebsd-11-stable/lib/libnv/tests/
H A Dnv_tests.cc628 const char *key1, *key2; local
638 key2 = "key2";
639 ATF_REQUIRE_EQ(keylen, strlen(key2));
640 nvlist_add_number(nvl, key2, 10);
646 * Mangle the packed nvlist by replacing key1 with key2, creating a
651 memcpy(keypos, key2, keylen);
792 otherkey2 = "key2";
846 otherkey2 = "key2";
896 otherkey2 = "key2";
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c796 WORD key2 = (LOWORD((*((const LONG *) el2)))) & 0x7fff; local
798 return ((key1 < key2) ? -1 : ((key1 == key2) ? 0 : 1));
805 WORD key2 = HIWORD((*((const LONG *) el2))); local
807 return ((key1 < key2) ? -1 : ((key1 == key2) ? 0 : 1));
/freebsd-11-stable/crypto/openssl/crypto/aes/
H A Daes_ige.c210 const AES_KEY *key2, const unsigned char *ivec,
208 AES_bi_ige_encrypt(const unsigned char *in, unsigned char *out, size_t length, const AES_KEY *key, const AES_KEY *key2, const unsigned char *ivec, const int enc) argument
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dblowfish.c665 char key2[] = "abcdefghijklmnopqrstuvwxyz";
685 blf_key(&c, (u_int8_t *) key2, strlen(key2));
/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.c98 pending_cmp(const void* key1, const void* key2) argument
101 struct pending *p2 = (struct pending*)key2;
111 serviced_cmp(const void* key1, const void* key2) argument
114 struct serviced_query* q2 = (struct serviced_query*)key2;
142 reuse_cmp_addrportssl(const void* key1, const void* key2) argument
145 struct reuse_tcp* r2 = (struct reuse_tcp*)key2;
161 reuse_cmp(const void* key1, const void* key2) argument
164 r = reuse_cmp_addrportssl(key1, key2);
169 if(key1 < key2) return -1;
170 if(key1 > key2) retur
174 reuse_id_cmp(const void* key1, const void* key2) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c983 int len2, const void *key2)
988 if (svn_utf__normcmp(key1, len1, key2, len2,
981 collate_ucs_nfd(void *baton, int len1, const void *key1, int len2, const void *key2) argument
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-s390x.pl1572 # size_t len, const AES_KEY *key1, const AES_KEY *key2,
1580 my $key2="%r6"; # $i2
1766 llgf %r0,240($key2)
1783 la %r1,0($key2) # $key2 is not needed anymore
1839 la $key,0($key2)
1941 # size_t len, const AES_KEY *key1, const AES_KEY *key2,
1969 llgf %r0,240($key2)
1986 la %r1,0($key2) # $key2 i
[all...]

Completed in 338 milliseconds

123