Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcbc_mac.h50 uint64_t cryptDataLength, cryptDataCount; member
H A Dcbc_mac.c91 uint64_t dataLength = ctx->cryptDataLength; in AES_CBC_MAC_Reinit()
230 KASSERT((length + ctx->cryptDataCount) <= ctx->cryptDataLength, in AES_CBC_MAC_Update()
H A Dcryptosoft.c671 ctx.aes_cbc_mac_ctx.cryptDataLength = 0; in swcr_ccm_cbc_mac()
744 ctx.aes_cbc_mac_ctx.cryptDataLength = crp->crp_payload_length; in swcr_ccm()