Home
last modified time | relevance | path

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

/xnu-10002.81.5/EXTERNAL_HEADERS/corecrypto/
H A Dcccmac.h39 #define cccmac_cbc_size(_mode_) ((_mode_)->size) macro
41 #define cccmac_ctx_size(_mode_) (cccmac_hdr_size + cccmac_iv_size(_mode_) + cccmac_cbc_size(_mode_))
52 …mac_mode_iv(_mode_, HC) (cccbc_iv *)(cccmac_mode_ctx_start(_mode_, HC)+cccmac_cbc_size(_mode_))