Searched refs:cc_ctx_decl_vla (Results 1 – 8 of 8) sorted by relevance
| /xnu-10002.1.13/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode.h | 29 #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 D | ccrsa.h | 83 #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 D | ccmode_siv_hmac.h | 48 #define ccsiv_hmac_ctx_decl(_size_, _name_) cc_ctx_decl_vla(ccsiv_hmac_ctx, _size_, _name_)
|
| H A D | cccmac.h | 44 #define cccmac_mode_decl(_mode_, _name_) cc_ctx_decl_vla(struct cccmac_ctx, cccmac_ctx_size(_mode_)…
|
| H A D | cchmac.h | 30 #define cchmac_ctx_decl(STATE_SIZE, BLOCK_SIZE, _name_) cc_ctx_decl_vla(struct cchmac_ctx, cchmac_c…
|
| H A D | ccdigest.h | 59 #define ccdigest_di_decl(_di_, _name_) cc_ctx_decl_vla(struct ccdigest_ctx, ccdigest_di_size(_di_)…
|
| H A D | ccmode_siv.h | 42 #define ccsiv_ctx_decl(_size_, _name_) cc_ctx_decl_vla(ccsiv_ctx, _size_, _name_)
|
| H A D | cc.h | 168 #define cc_ctx_decl_vla(_type_, _size_, _name_) \ macro
|