Home
last modified time | relevance | path

Searched refs:cccmac_cbc_size (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/EXTERNAL_HEADERS/corecrypto/
H A Dcccmac.h38 #define cccmac_cbc_size(_mode_) ((_mode_)->size) macro
40 #define cccmac_ctx_size(_mode_) (cccmac_hdr_size + cccmac_iv_size(_mode_) + cccmac_cbc_size(_mode_))
51 …mac_mode_iv(_mode_, HC) (cccbc_iv *)(cccmac_mode_ctx_start(_mode_, HC)+cccmac_cbc_size(_mode_))