Home
last modified time | relevance | path

Searched refs:_name_ (Results 1 – 9 of 9) 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() argument
30 #define ccecb_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) in CC_PTRCHECK_CAPABLE_HEADER() argument
69 #define cccbc_ctx_decl(_size_, _name_) cc_ctx_decl_vla(cccbc_ctx, _size_, _name_) argument
70 #define cccbc_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument
74 #define cccbc_iv_decl(_size_, _name_) cc_ctx_decl_vla(cccbc_iv, _size_, _name_) argument
75 #define cccbc_iv_clear(_size_, _name_) cc_clear(_size_, _name_) argument
136 #define cccfb_ctx_decl(_size_, _name_) cc_ctx_decl_vla(cccfb_ctx, _size_, _name_) argument
137 #define cccfb_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument
181 #define cccfb8_ctx_decl(_size_, _name_) cc_ctx_decl_vla(cccfb8_ctx, _size_, _name_) argument
182 #define cccfb8_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument
[all …]
H A Dccrsa.h83 …ne ccrsa_full_ctx_decl(_nbytes_, _name_) cc_ctx_decl_vla(struct ccrsa_full_ctx, ccrsa_full_ctx_s… argument
84 #define ccrsa_full_ctx_clear(_nbytes_, _name_) cc_clear(ccrsa_full_ctx_size(_nbytes_), _name_) argument
85 …fine ccrsa_pub_ctx_decl(_nbytes_, _name_) cc_ctx_decl_vla(struct ccrsa_pub_ctx, ccrsa_pub_ctx_s… argument
86 #define ccrsa_pub_ctx_clear(_nbytes_, _name_) cc_clear(ccrsa_pub_ctx_size(_nbytes_), _name_) argument
89 …ull_ctx_decl_nbits(_nbits_, _name_) cc_ctx_decl_vla(struct ccrsa_full_ctx, ccrsa_full_ctx_size(c… argument
90 …define ccrsa_full_ctx_clear_nbits(_nbits_, _name_) cc_clear(ccrsa_full_ctx_size(ccn_sizeof(_nbits… argument
91 …pub_ctx_decl_nbits(_nbits_, _name_) cc_ctx_decl_vla(struct ccrsa_pub_ctx, ccrsa_pub_ctx_size(cc… argument
92 #define ccrsa_pub_ctx_clear_nbits(_nbits_, _name_) cc_clear(ccrsa_pub_ctx_size(ccn_sizeof(_nbits_… argument
95 …full_ctx_decl_n(_nunits_, _name_) cc_ctx_decl_vla(struct ccrsa_full_ctx, ccrsa_full_ctx_size(ccn… argument
96 #define ccrsa_full_ctx_clear_n(_nunits_, _name_) cc_clear(ccrsa_full_ctx_size(ccn_sizeof_n(_nunits… argument
[all …]
H A Dcchmac.h30 …x_decl(STATE_SIZE, BLOCK_SIZE, _name_) cc_ctx_decl_vla(struct cchmac_ctx, cchmac_ctx_size(STATE_SI… argument
31 …ne cchmac_ctx_clear(STATE_SIZE, BLOCK_SIZE, _name_) cc_clear(cchmac_ctx_size(STATE_SIZE, BLOCK_SIZ… argument
32 #define cchmac_di_decl(_di_, _name_) cchmac_ctx_decl((_di_)->state_size, (_di_)->block_size, _name_) argument
33 #define cchmac_di_clear(_di_, _name_) cchmac_ctx_clear((_di_)->state_size, (_di_)->block_size, _nam… argument
H A Dcc.h143 #define cc_ctx_decl(_type_, _size_, _name_) _type_ * _name_ = (_type_ *) _alloca(sizeof(_type_) * … argument
150 #define cc_ctx_decl(_type_, _size_, _name_) \
151 _type_ _name_ [cc_ctx_n(_type_, _size_)];
155 #define cc_ctx_decl(_type_, _size_, _name_) \
157 _type_ _name_ [cc_ctx_n(_type_, _size_)]; \
164 #define cc_ctx_decl_field(_type_, _size_, _name_) \ argument
165 _type_ _name_ [cc_ctx_n(_type_, _size_)]
168 #define cc_ctx_decl_vla(_type_, _size_, _name_) \ argument
170 cc_ctx_decl(_type_, _size_, _name_); \
H A Dccdigest.h55 …(_state_size_, _block_size_, _name_) cc_ctx_decl(struct ccdigest_ctx, ccdigest_ctx_size(_state_si… argument
56 …st_ctx_clear(_state_size_, _block_size_, _name_) cc_clear(ccdigest_ctx_size(_state_size_, _block_s… argument
59 #define ccdigest_di_decl(_di_, _name_) cc_ctx_decl_vla(struct ccdigest_ctx, ccdigest_di_size(_di_)… argument
60 #define ccdigest_di_clear(_di_, _name_) cc_clear(ccdigest_di_size(_di_), _name_) argument
H A Dccmode_siv_hmac.h48 #define ccsiv_hmac_ctx_decl(_size_, _name_) cc_ctx_decl_vla(ccsiv_hmac_ctx, _size_, _name_) argument
49 #define ccsiv_hmac_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument
H A Dcccmac.h44 #define cccmac_mode_decl(_mode_, _name_) cc_ctx_decl_vla(struct cccmac_ctx, cccmac_ctx_size(_mode_)… argument
45 #define cccmac_mode_clear(_mode_, _name_) cc_clear(cccmac_ctx_size(_mode_), _name_) argument
H A Dccmode_siv.h42 #define ccsiv_ctx_decl(_size_, _name_) cc_ctx_decl_vla(ccsiv_ctx, _size_, _name_) argument
43 #define ccsiv_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument
H A Dcc_fault_canary.h27 #define CC_FAULT_CANARY_CLEAR(_name_) memset(_name_, 0x00, CC_FAULT_CANARY_SIZE) argument