Searched refs:cbcmac (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h155 void (*cbcmac)(ccccm_ctx *ctx, ccccm_nonce *nonce_ctx, size_t nbytes, const void *in); // could just be ccm with NULL out member in struct:ccmode_ccm
H A Dccmode.h466 mode->cbcmac(ctx, nonce_ctx, nbytes, in);
498 mode->cbcmac(ctx, nonce_ctx, adata_len, adata);
H A Dccmode_factory.h449 uint32_t b_i_len; /* length of cbcmac data in B_i */
462 .cbcmac = ccmode_ccm_cbcmac, \
476 .cbcmac = ccmode_ccm_cbcmac, \

Completed in 27 milliseconds