Home
last modified time | relevance | path

Searched refs:key1 (Results 26 – 50 of 79) sorted by relevance

1234

/freebsd/contrib/unbound/services/cache/
H A Dinfra.h461 int infra_compfunc(void* key1, void* key2);
473 int rate_compfunc(void* key1, void* key2);
485 int ip_rate_compfunc(void* key1, void* key2);
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-s390x.pl1655 la %r1,0($key1) # restore $key1
1682 la %r1,0($key1) # restore pointer to $key1
1844 l %r0,240($key1)
1845 la %r1,0($key1) # $key1 is not needed anymore
1928 la $key,0($key1)
1978 la $key,0($key1)
2047 l %r0,240($key1)
2048 la %r1,0($key1) # $key1 is not needed anymore
2170 la $key,0($key1)
2229 la $key,0($key1)
[all …]
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts_hw.c33 xctx->xts.key1 = &xctx->ks1; \
96 dctx->xts.key1 = &dctx->ks1.ks; in cipher_hw_aes_xts_copyctx()
H A Dcipher_aes_xts.h22 const AES_KEY *key1, const AES_KEY *key2,
/freebsd/sys/netinet/
H A Dsctp_auth.c348 sctp_compare_key(sctp_key_t *key1, sctp_key_t *key2) in sctp_compare_key() argument
357 key1len = sctp_get_keylen(key1); in sctp_compare_key()
371 key_1 = key1->key; in sctp_compare_key()
399 sctp_compute_hashkey(sctp_key_t *key1, sctp_key_t *key2, sctp_key_t *shared) in sctp_compute_hashkey() argument
405 keylen = sctp_get_keylen(key1) + sctp_get_keylen(key2) + in sctp_compute_hashkey()
423 if (sctp_compare_key(key1, key2) <= 0) { in sctp_compute_hashkey()
429 if (sctp_get_keylen(key1)) { in sctp_compute_hashkey()
430 memcpy(key_ptr, key1->key, key1->keylen); in sctp_compute_hashkey()
431 key_ptr += key1->keylen; in sctp_compute_hashkey()
446 if (sctp_get_keylen(key1)) { in sctp_compute_hashkey()
[all …]
/freebsd/contrib/libucl/tests/basic/
H A D9.inc1 key1 = value
H A D12.in1 key1: 12 ,
H A D12.res1 key1 = 12;
H A D19-append.inc3 key1 = value2
H A D19-merge.inc3 key1 = value2;
H A D19-rewrite.inc3 key1 = value2;
H A Dload.res2 key1 = " 123\n 321\\n \n";
H A D18.res22 key1 = "newval";
H A D18.in29 key1 = "newval"
/freebsd/sys/contrib/dev/athk/
H A Dkey.c134 u32 key0, key1, key2, key3, key4; in ath_hw_set_keycache_entry() local
185 key1 = get_unaligned_le16(k->kv_val + 4); in ath_hw_set_keycache_entry()
209 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), ~key1); in ath_hw_set_keycache_entry()
312 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ath_hw_set_keycache_entry()
320 REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), key1); in ath_hw_set_keycache_entry()
/freebsd/contrib/libucl/tests/
H A Dstreamline.res1 key1 = "test string";
H A Dgenerate.res2 key1 = "test string";
/freebsd/contrib/unbound/edns-subnet/
H A Daddrtree.c316 cmpbit(const addrkey_t *key1, const addrkey_t *key2, addrlen_t n) in cmpbit() argument
318 addrkey_t c = key1[n/KEYWIDTH] ^ key2[n/KEYWIDTH]; in cmpbit()
522 int unittest_wrapper_addrtree_cmpbit(const addrkey_t *key1, in unittest_wrapper_addrtree_cmpbit() argument
524 return cmpbit(key1, key2, n); in unittest_wrapper_addrtree_cmpbit()
/freebsd/contrib/bsnmp/lib/
H A Dsnmpcrypto.c92 uint8_t key1[SNMP_EXTENDED_KEY_SIZ], key2[SNMP_EXTENDED_KEY_SIZ]; in snmp_pdu_calc_digest() local
114 key1[i] = extkey[i] ^ ipad; in snmp_pdu_calc_digest()
118 if (EVP_DigestUpdate(ctx, key1, SNMP_EXTENDED_KEY_SIZ) != 1 || in snmp_pdu_calc_digest()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c128 hash_remove_cb(void *key1, void *key2, void *arg) in hash_remove_cb() argument
131 return (hash->h_cmp(key1, key2)); in hash_remove_cb()
/freebsd/sys/netpfil/ipfw/
H A Ddn_heap.c141 heap_insert(struct dn_heap *h, uint64_t key1, void *p) in heap_insert() argument
147 son = key1; in heap_insert()
155 h->p[son].key = key1; in heap_insert()
H A Ddn_heap.h102 int heap_insert(struct dn_heap *h, uint64_t key1, void *p);
/freebsd/sys/opencrypto/
H A Dxform_enc.h114 rijndael_ctx key1; member
/freebsd/crypto/openssl/test/
H A Drsa_test.c48 static int key1(RSA *key, unsigned char *c) in key1() function
222 clen = key1(*key, ctext); in rsa_setkey()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c712 WORD key1 = (LOWORD((*((const LONG *) el1)))) & 0x7fff; in rkeycompare() local
715 return ((key1 < key2) ? -1 : ((key1 == key2) ? 0 : 1)); in rkeycompare()
721 WORD key1 = HIWORD((*((const LONG *) el1))); in keycompare() local
724 return ((key1 < key2) ? -1 : ((key1 == key2) ? 0 : 1)); in keycompare()

1234