Searched defs:BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
| /xnu-10002.1.13/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cchmac.h | 25 #define cchmac_ctx_size(STATE_SIZE, BLOCK_SIZE) (cc_pad_align(ccdigest_ctx_size(STATE_SIZE, BLOCK_S… argument 28 #define cchmac_ctx_n(STATE_SIZE, BLOCK_SIZE) ccn_nof_size(cchmac_ctx_size((STATE_SIZE), (BLOCK_SIZ… argument 30 #define cchmac_ctx_decl(STATE_SIZE, BLOCK_SIZE, _name_) cc_ctx_decl_vla(struct cchmac_ctx, cchmac_c… argument 31 #define cchmac_ctx_clear(STATE_SIZE, BLOCK_SIZE, _name_) cc_clear(cchmac_ctx_size(STATE_SIZE, BLOCK… argument
|
| /xnu-10002.1.13/tests/ |
| H A D | prng.c | 9 #define BLOCK_SIZE ((size_t)16) macro
|
| /xnu-10002.1.13/libkern/os/ |
| H A D | log_mem.c | 34 #define BLOCK_SIZE(level) (1 << (level)) macro
|
| /xnu-10002.1.13/osfmk/vm/ |
| H A D | lz4.c | 413 const size_t BLOCK_SIZE = 0x7ffff000; in lz4raw_encode_buffer() local
|
| /xnu-10002.1.13/tools/lldbmacros/ |
| H A D | log.py | 106 BLOCK_SIZE = 64 variable in LogBlocks
|