Home
last modified time | relevance | path

Searched defs:BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.1.13/EXTERNAL_HEADERS/corecrypto/
H A Dcchmac.h25 #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 Dprng.c9 #define BLOCK_SIZE ((size_t)16) macro
/xnu-10002.1.13/libkern/os/
H A Dlog_mem.c34 #define BLOCK_SIZE(level) (1 << (level)) macro
/xnu-10002.1.13/osfmk/vm/
H A Dlz4.c413 const size_t BLOCK_SIZE = 0x7ffff000; in lz4raw_encode_buffer() local
/xnu-10002.1.13/tools/lldbmacros/
H A Dlog.py106 BLOCK_SIZE = 64 variable in LogBlocks