Searched refs:ct (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/libkern/crypto/ |
| H A D | corecrypto_aesxts.c | 75 uint8_t *ct, in xts_encrypt() argument 91 xtsenc->xts(xts->enc, tweak, ptlen / 16, pt, ct); in xts_encrypt() 96 xts_decrypt(const uint8_t *ct, unsigned long ptlen, in xts_decrypt() argument 113 xtsdec->xts(xts->dec, tweak, ptlen / 16, ct, pt); in xts_decrypt()
|
| /xnu-11215/libkern/coretrust/ |
| H A D | coretrust.c | 12 coretrust_interface_register(const coretrust_t *ct) in coretrust_interface_register() argument 17 coretrust = ct; in coretrust_interface_register()
|
| /xnu-11215/osfmk/kperf/ |
| H A D | callstack.c | 953 mach_msg_type_number_t ct = *start_idx; local 1004 if (ct >= max_idx) { 1005 *start_idx = ct; 1039 *start_idx = ct; 1065 if (ct >= max_idx) { 1079 if (ct >= max_idx) { 1080 *start_idx = ct; 1121 *start_idx = ct; 1159 if (ct >= max_idx) { 1160 *start_idx = ct; [all …]
|
| /xnu-11215/libkern/libkern/crypto/ |
| H A D | aesxts.h | 65 uint8_t *ct, 69 int xts_decrypt(const uint8_t *ct, unsigned long ptlen,
|
| /xnu-11215/libkern/libkern/coretrust/ |
| H A D | coretrust.h | 187 coretrust_interface_register(const coretrust_t *ct);
|
| /xnu-11215/osfmk/kern/ |
| H A D | coalition.c | 1926 int ct = coal->type; in coalition_remove_active() local 1931 cid, coal_type_str(ct), rc, ac, do_notify ? " NOTIFY" : " "); in coalition_remove_active() 1999 uint32_t ct = coal->type; in coalition_adopt_task_internal() local 2010 task_pid(task), cid, coal_type_str(ct), rc, kr); in coalition_adopt_task_internal() 2035 int ct = coal->type; in coalition_remove_task_internal() local 2042 cid, coal_type_str(ct), rc, ac, kr); in coalition_remove_task_internal()
|
| /xnu-11215/osfmk/i386/ |
| H A D | mp.c | 2090 cpu_t ct; in ml_interrupt_prewarm() local 2119 ct = mp_cpus_call(cpu_to_cpumask(master_cpu), SYNC, _cpu_warm_setup, &cwd); in ml_interrupt_prewarm() 2120 if (ct == 0) { in ml_interrupt_prewarm()
|
| /xnu-11215/bsd/net/ |
| H A D | pf.c | 6603 u_int16_t ct; in pf_pptp_handler() local 6749 ct = ntohs(cm.ctrl.type); in pf_pptp_handler() 6751 switch (ct) { in pf_pptp_handler()
|