Home
last modified time | relevance | path

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

/xnu-12377.1.9/EXTERNAL_HEADERS/corecrypto/
H A Dcccmac.h23 struct cccmac_ctx { struct
33 typedef struct cccmac_ctx* cccmac_ctx_t; argument
35 #define cccmac_hdr_size sizeof(struct cccmac_ctx)
43 #define cccmac_mode_decl(_mode_, _name_) cc_ctx_decl_vla(struct cccmac_ctx, cccmac_ctx_size(_mode_)…