Home
last modified time | relevance | path

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

/xnu-12377.41.6/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h19 cc_aligned_struct(16) ccecb_ctx;
62 cc_aligned_struct(16) cccbc_ctx;
63 cc_aligned_struct(16) cccbc_iv;
79 cc_aligned_struct(16) cccfb_ctx;
91 cc_aligned_struct(16) cccfb8_ctx;
103 cc_aligned_struct(16) ccctr_ctx;
117 cc_aligned_struct(16) ccofb_ctx;
129 cc_aligned_struct(16) ccxts_ctx;
130 cc_aligned_struct(16) ccxts_tweak;
168 cc_aligned_struct(16) ccgcm_ctx;
[all …]
H A Dcc.h99 #define cc_aligned_struct(_alignment_) \ macro