Searched refs:H (Results 1 – 7 of 7) sorted by relevance
| /xnu-10063.101.15/tools/ |
| H A D | entropy_health_test_bounds.py | 28 H = 1 variable 33 P = INV2 ** H 63 return 1 + ceil(Fraction(A, H)) 128 print('Estimated min-entropy:', H)
|
| /xnu-10063.101.15/osfmk/corecrypto/ |
| H A D | ccmode_gcm_internal.h | 57 unsigned char H[16]; /* multiplier */ member 86 #define CCMODE_GCM_KEY_H(K) (_CCMODE_GCM_KEY(K)->H)
|
| H A D | ccaes_vng_gcm.h | 69 extern void gcm_init(void *Htable, void *H) __asm__("_gcm_init");
|
| /xnu-10063.101.15/bsd/nfs/ |
| H A D | nfsm_subs.h | 414 #define nfsm_chain_dissect_init(E, NMC, H) \ argument 416 if (!(H)) { \ 420 (NMC)->nmc_mcur = (NMC)->nmc_mhead = (H); \ 421 (NMC)->nmc_ptr = mbuf_data(H); \ 422 (NMC)->nmc_left = mbuf_len(H); \
|
| /xnu-10063.101.15/iokit/IOKit/ |
| H A D | IOReportTypes.h | 166 #define IOREPORT_MAKEID(A, B, C, D, E, F, G, H) \ argument 169 | __IOR_lshiftchr(G, 1) | __IOR_lshiftchr(H, 0))
|
| /xnu-10063.101.15/iokit/DriverKit/ |
| H A D | IOReportTypes.h | 166 #define IOREPORT_MAKEID(A, B, C, D, E, F, G, H) \ argument 169 | __IOR_lshiftchr(G, 1) | __IOR_lshiftchr(H, 0))
|
| /xnu-10063.101.15/tools/tests/perf_index/ |
| H A D | md5.c | 19 #define H(x, y, z) (x^y^z) macro 31 a = (a + H(b,c,d) + M + t); a = CC_ROLc(a, s) + b;
|