Home
last modified time | relevance | path

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

/xnu-8792.61.2/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h20 cc_aligned_struct(16) ccecb_ctx;
63 cc_aligned_struct(16) cccbc_ctx;
64 cc_aligned_struct(16) cccbc_iv;
76 cc_aligned_struct(16) cccfb_ctx;
88 cc_aligned_struct(16) cccfb8_ctx;
100 cc_aligned_struct(16) ccctr_ctx;
114 cc_aligned_struct(16) ccofb_ctx;
126 cc_aligned_struct(16) ccxts_ctx;
127 cc_aligned_struct(16) ccxts_tweak;
165 cc_aligned_struct(16) ccgcm_ctx;
[all …]
H A Dccmode_siv_hmac.h29 cc_aligned_struct(16) ccsiv_hmac_ctx;
H A Dccmode_siv.h27 cc_aligned_struct(16) ccsiv_ctx;
H A Dcc.h97 #define cc_aligned_struct(_alignment_) \ macro