Searched refs:ccm_mac_input_buf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dccm.c238 /* ccm_mac_input_buf is not used for encryption */
239 macp = (uint8_t *)ctx->ccm_mac_input_buf;
386 tmp = (uint8_t *)ctx->ccm_mac_input_buf;
421 bcopy(data + pt_part, ctx->ccm_mac_input_buf, mac_len);
571 if (bcmp(ctx->ccm_mac_input_buf, ccm_mac_p, ctx->ccm_mac_len)) {
H A Dmodes.h168 uint64_t ccm_mac_input_buf[2]; member in struct:ccm_ctx

Completed in 45 milliseconds