Home
last modified time | relevance | path

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

/xnu-10002.1.13/EXTERNAL_HEADERS/corecrypto/
H A Dccmode.h29 #define ccecb_ctx_decl(_size_, _name_) cc_ctx_decl_vla(ccecb_ctx, _size_, _name_) in CC_PTRCHECK_CAPABLE_HEADER()
69 #define cccbc_ctx_decl(_size_, _name_) cc_ctx_decl_vla(cccbc_ctx, _size_, _name_)
74 #define cccbc_iv_decl(_size_, _name_) cc_ctx_decl_vla(cccbc_iv, _size_, _name_)
136 #define cccfb_ctx_decl(_size_, _name_) cc_ctx_decl_vla(cccfb_ctx, _size_, _name_)
181 #define cccfb8_ctx_decl(_size_, _name_) cc_ctx_decl_vla(cccfb8_ctx, _size_, _name_)
226 #define ccctr_ctx_decl(_size_, _name_) cc_ctx_decl_vla(ccctr_ctx, _size_, _name_)
275 #define ccofb_ctx_decl(_size_, _name_) cc_ctx_decl_vla(ccofb_ctx, _size_, _name_)
320 #define ccxts_ctx_decl(_size_, _name_) cc_ctx_decl_vla(ccxts_ctx, _size_, _name_)
325 #define ccxts_tweak_decl(_size_, _name_) cc_ctx_decl_vla(ccxts_tweak, _size_, _name_)
438 #define ccgcm_ctx_decl(_size_, _name_) cc_ctx_decl_vla(ccgcm_ctx, _size_, _name_)
[all …]
H A Dccrsa.h83 #define ccrsa_full_ctx_decl(_nbytes_, _name_) cc_ctx_decl_vla(struct ccrsa_full_ctx, ccrsa_full_c…
85 #define ccrsa_pub_ctx_decl(_nbytes_, _name_) cc_ctx_decl_vla(struct ccrsa_pub_ctx, ccrsa_pub_ctx…
89 #define ccrsa_full_ctx_decl_nbits(_nbits_, _name_) cc_ctx_decl_vla(struct ccrsa_full_ctx, ccrsa_f…
91 #define ccrsa_pub_ctx_decl_nbits(_nbits_, _name_) cc_ctx_decl_vla(struct ccrsa_pub_ctx, ccrsa_pu…
95 #define ccrsa_full_ctx_decl_n(_nunits_, _name_) cc_ctx_decl_vla(struct ccrsa_full_ctx, ccrsa_full…
97 #define ccrsa_pub_ctx_decl_n(_nunits_, _name_) cc_ctx_decl_vla(struct ccrsa_pub_ctx, ccrsa_pub_c…
H A Dccmode_siv_hmac.h48 #define ccsiv_hmac_ctx_decl(_size_, _name_) cc_ctx_decl_vla(ccsiv_hmac_ctx, _size_, _name_)
H A Dcccmac.h44 #define cccmac_mode_decl(_mode_, _name_) cc_ctx_decl_vla(struct cccmac_ctx, cccmac_ctx_size(_mode_)…
H A Dcchmac.h30 #define cchmac_ctx_decl(STATE_SIZE, BLOCK_SIZE, _name_) cc_ctx_decl_vla(struct cchmac_ctx, cchmac_c…
H A Dccdigest.h59 #define ccdigest_di_decl(_di_, _name_) cc_ctx_decl_vla(struct ccdigest_ctx, ccdigest_di_size(_di_)…
H A Dccmode_siv.h42 #define ccsiv_ctx_decl(_size_, _name_) cc_ctx_decl_vla(ccsiv_ctx, _size_, _name_)
H A Dcc.h168 #define cc_ctx_decl_vla(_type_, _size_, _name_) \ macro