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

/xnu-2422.115.4/libkern/libkern/crypto/
H A Daesxts.h65 uint8_t *ct,
69 int xts_decrypt(const uint8_t *ct, unsigned long ptlen,
/xnu-2422.115.4/libkern/crypto/
H A Dcorecrypto_aesxts.c71 uint8_t *ct,
81 xtsenc->xts(xts->enc, tweak, ptlen/16, pt, ct);
86 int xts_decrypt(const uint8_t *ct, unsigned long ptlen, argument
97 xtsdec->xts(xts->dec, tweak, ptlen/16, ct, pt);
70 xts_encrypt(const uint8_t *pt, unsigned long ptlen, uint8_t *ct, const uint8_t *iv, symmetric_xts *xts) argument
/xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dccrc4.h38 const void *ct; member in struct:ccrc4_vector
/xnu-2422.115.4/osfmk/chud/i386/
H A Dchud_thread_i386.c233 mach_msg_type_number_t ct = *start_idx; local
236 if(ct >= max_idx)
239 frames[ct++] = chudxnu_vm_unslide(currPC, supervisor);
250 if(ct >= max_idx) {
251 *start_idx = ct;
282 frames[ct++] = chudxnu_vm_unslide(currPC, supervisor);
292 *start_idx = ct;
311 mach_msg_type_number_t ct = *start_idx; local
317 frames[ct++] = chudxnu_vm_unslide(currPC, supervisor);
329 if(ct >
381 mach_msg_type_number_t ct = *start_idx; local
[all...]
/xnu-2422.115.4/osfmk/i386/
H A Dmp.c1800 cpu_t ct; local
1829 ct = mp_cpus_call(cpu_to_cpumask(master_cpu), SYNC, _cpu_warm_setup, &cwd);
1830 if (ct == 0) {
/xnu-2422.115.4/bsd/net/
H A Dpf.c5508 u_int16_t ct; local
5619 ct = ntohs(cm.ctrl.type);
5621 switch (ct) {

Completed in 52 milliseconds