Home
last modified time | relevance | path

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

/xnu-8020.140.41/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h18 cc_aligned_struct(16) ccecb_ctx;
60 cc_aligned_struct(16) cccbc_ctx;
61 cc_aligned_struct(16) cccbc_iv;
73 cc_aligned_struct(16) cccfb_ctx;
85 cc_aligned_struct(16) cccfb8_ctx;
97 cc_aligned_struct(16) ccctr_ctx;
111 cc_aligned_struct(16) ccofb_ctx;
123 cc_aligned_struct(16) ccxts_ctx;
124 cc_aligned_struct(16) ccxts_tweak;
161 cc_aligned_struct(16) ccgcm_ctx;
[all …]
H A Dccmode_siv_hmac.h31 cc_aligned_struct(16) ccsiv_hmac_ctx;
H A Dccmode_siv.h27 cc_aligned_struct(16) ccsiv_ctx;
H A Dcc.h74 #define cc_aligned_struct(_alignment_) \ macro