Searched refs:key2 (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/libsyscall/mach/servers/
H A Dkey_defs.h66 #define KEY_EQUAL(key1, key2) \
67 ((key1.key_longs[0] == key2.key_longs[0]) \
68 && (key1.key_longs[1] == key2.key_longs[1]) \
69 && (key1.key_longs[2] == key2.key_longs[2]) \
70 && (key1.key_longs[3] == key2.key_longs[3]))
/xnu-2422.115.4/libkern/crypto/
H A Dcorecrypto_aesxts.c44 const uint8_t *key2, int tweaklen __unused, // both keys are the same size for xts
64 enc->init(enc, xts->enc, keylen, key1, key2);
65 dec->init(dec, xts->dec, keylen, key1, key2);
41 xts_start(uint32_t cipher __unused, const uint8_t *IV __unused, const uint8_t *key1, int keylen, const uint8_t *key2, int tweaklen __unused, uint32_t num_rounds __unused, uint32_t options __unused, symmetric_xts *xts) argument
/xnu-2422.115.4/libkern/kxld/
H A Dkxld_dict.h58 typedef u_int (*kxld_dict_cmp)(const void *key1, const void *key2);
150 u_int kxld_dict_string_cmp(const void *key1, const void *key2)
152 u_int kxld_dict_uint32_cmp(const void *key1, const void *key2)
154 u_int kxld_dict_kxldaddr_cmp(const void *key1, const void *key2)
H A Dkxld_dict.c449 kxld_dict_string_cmp(const void *key1, const void *key2) argument
451 return streq(key1, key2);
455 kxld_dict_uint32_cmp(const void *key1, const void *key2) argument
458 const uint32_t *b = key2;
464 kxld_dict_kxldaddr_cmp(const void *key1, const void *key2) argument
467 const kxld_addr_t *b = key2;
/xnu-2422.115.4/libkern/libkern/crypto/
H A Daesxts.h59 const uint8_t *key2, int tweaklen, // both keys are the same size for xts
/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_subr.c3790 mptcp_hmac_sha1(mptcp_key_t key1, mptcp_key_t key2, argument
3803 key_ipad[1] = key2;
3806 key_opad[1] = key2;

Completed in 28 milliseconds