Searched refs:key2 (Results 1 - 25 of 61) sorted by path

123

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c128 hash_remove_cb(void *key1, void *key2, void *arg) argument
131 return (hash->h_cmp(key1, 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/contrib/dialog/
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;
H A Dcalendar.c432 int key2; local
567 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) {
568 result = key2;
604 key2 = -1;
606 if ((key2 = dlg_ok_buttoncode(key - M_EVENT)) >= 0) {
607 result = key2;
612 key2 = 1;
619 if (key2 < 0)
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 Drangebox.c212 int key = 0, key2, fkey; local
318 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) {
319 result = key2;
H A Dtimebox.c179 int key = 0, key2, fkey; local
291 if ((key2 = dlg_char_to_button(key, buttons)) >= 0) {
292 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;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmacrotab.c323 struct macro_key *key2 = (struct macro_key *) untyped_key2;
325 return key_compare (key1, key2->name, key2->start_file, key2->start_line);
320 struct macro_key *key2 = (struct macro_key *) untyped_key2; local
/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/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/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/crypto/heimdal/lib/hx509/
H A DMakefile.am363 data/key2.der \
H A DMakefile.in694 data/key2.der \
/freebsd-11-stable/crypto/openssh/
H A Dhmac.c176 u_char *key2 = "Jefe"; local
191 hmac_test(key2, strlen(key2), data2, strlen(data2), dig2, sizeof(dig2));
/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/crypto/openssl/apps/
H A Dspeed.c477 static DES_cblock key2 = local
1294 DES_set_key_unchecked(&key2, &sch2);
/freebsd-11-stable/crypto/openssl/crypto/aes/
H A Daes.h134 const AES_KEY *key2, const unsigned char *ivec,
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/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...]
H A Daesni-x86_64.pl1728 # const AES_KEY *key1, const AES_KEY *key2
1734 my ($key2,$ivp,$len_)=("%r8","%r9","%r9");
1763 mov 240(%r8),$rounds # key2->rounds
1767 &aesni_generate1("enc",$key2,$rounds,$inout0);
2241 mov 240($key2),$rounds # key2->rounds
2245 &aesni_generate1("enc",$key2,$rounds,$inout0);
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddes.h239 void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2);
248 int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2,
H A Ddes_old.c291 _ossl_old_des_cblock *key2,
294 return DES_read_2passwords(key1, key2, prompt, verify);
325 _ossl_old_des_cblock *key2)
327 DES_string_to_2keys(str, key1, key2);
290 _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1, _ossl_old_des_cblock *key2, const char *prompt, int verify) argument
324 _ossl_old_des_string_to_2keys(char *str, _ossl_old_des_cblock *key1, _ossl_old_des_cblock *key2) argument
H A Ddes_old.h430 _ossl_old_des_cblock *key2,
440 _ossl_old_des_cblock *key2);
H A Ddes_opts.c421 static DES_cblock key2 = local
445 DES_set_key_unchecked(&key2, &sch2);

Completed in 484 milliseconds

123