| /xnu-12377.1.9/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode.h | 27 #define ccecb_ctx_decl(_size_, _name_) cc_ctx_decl_vla(ccecb_ctx, _size_, _name_) argument 28 #define ccecb_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument 58 #define cccbc_ctx_decl(_size_, _name_) cc_ctx_decl_vla(cccbc_ctx, _size_, _name_) argument 59 #define cccbc_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument 63 #define cccbc_iv_decl(_size_, _name_) cc_ctx_decl_vla(cccbc_iv, _size_, _name_) argument 64 #define cccbc_iv_clear(_size_, _name_) cc_clear(_size_, _name_) argument 111 #define cccfb_ctx_decl(_size_, _name_) cc_ctx_decl_vla(cccfb_ctx, _size_, _name_) argument 112 #define cccfb_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument 134 #define cccfb8_ctx_decl(_size_, _name_) cc_ctx_decl_vla(cccfb8_ctx, _size_, _name_) argument 135 #define cccfb8_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument [all …]
|
| H A D | ccrsa.h | 80 …fine ccrsa_full_ctx_decl(_nbytes_, _name_) cc_ctx_decl(struct ccrsa_full_ctx, ccrsa_full_ctx_siz… argument 81 #define ccrsa_full_ctx_clear(_nbytes_, _name_) cc_clear(ccrsa_full_ctx_size(_nbytes_), _name_) argument 82 …define ccrsa_pub_ctx_decl(_nbytes_, _name_) cc_ctx_decl(struct ccrsa_pub_ctx, ccrsa_pub_ctx_siz… argument 83 #define ccrsa_pub_ctx_clear(_nbytes_, _name_) cc_clear(ccrsa_pub_ctx_size(_nbytes_), _name_) argument 86 …_full_ctx_decl_nbits(_nbits_, _name_) cc_ctx_decl(struct ccrsa_full_ctx, ccrsa_full_ctx_size(ccn… argument 87 …define ccrsa_full_ctx_clear_nbits(_nbits_, _name_) cc_clear(ccrsa_full_ctx_size(ccn_sizeof(_nbits… argument 88 …a_pub_ctx_decl_nbits(_nbits_, _name_) cc_ctx_decl(struct ccrsa_pub_ctx, ccrsa_pub_ctx_size(ccn_… argument 89 #define ccrsa_pub_ctx_clear_nbits(_nbits_, _name_) cc_clear(ccrsa_pub_ctx_size(ccn_sizeof(_nbits_… argument 92 …a_full_ctx_decl_n(_nunits_, _name_) cc_ctx_decl(struct ccrsa_full_ctx, ccrsa_full_ctx_size(ccn_s… argument 93 #define ccrsa_full_ctx_clear_n(_nunits_, _name_) cc_clear(ccrsa_full_ctx_size(ccn_sizeof_n(_nunits… argument [all …]
|
| H A D | cchmac.h | 30 …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 D | cc.h | 148 #define cc_ctx_decl(_type_, _size_, _name_) _type_ * _name_ = (_type_ *) _alloca(sizeof(_type_) * … argument 155 #define cc_ctx_decl(_type_, _size_, _name_) \ 156 _type_ _name_ [cc_ctx_n(_type_, _size_)]; 160 #define cc_ctx_decl(_type_, _size_, _name_) \ 162 _type_ _name_ [cc_ctx_n(_type_, _size_)]; \ 169 #define cc_ctx_decl_field(_type_, _size_, _name_) \ argument 170 _type_ _name_ [cc_ctx_n(_type_, _size_)] 173 #define cc_ctx_decl_vla(_type_, _size_, _name_) \ argument 175 cc_ctx_decl(_type_, _size_, _name_); \
|
| H A D | ccdigest.h | 59 …(_state_size_, _block_size_, _name_) cc_ctx_decl(struct ccdigest_ctx, ccdigest_ctx_size(_state_si… argument 60 …st_ctx_clear(_state_size_, _block_size_, _name_) cc_clear(ccdigest_ctx_size(_state_size_, _block_s… argument 63 #define ccdigest_di_decl(_di_, _name_) cc_ctx_decl_vla(struct ccdigest_ctx, ccdigest_di_size(_di_)… argument 64 #define ccdigest_di_clear(_di_, _name_) cc_clear(ccdigest_di_size(_di_), _name_) argument
|
| H A D | ccmode_siv.h | 21 #define ccsiv_ctx_decl(_size_, _name_) cc_ctx_decl_vla(ccsiv_ctx, _size_, _name_) argument 22 #define ccsiv_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument
|
| H A D | ccmode_siv_hmac.h | 22 #define ccsiv_hmac_ctx_decl(_size_, _name_) cc_ctx_decl_vla(ccsiv_hmac_ctx, _size_, _name_) argument 23 #define ccsiv_hmac_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument
|
| H A D | cccmac.h | 43 #define cccmac_mode_decl(_mode_, _name_) cc_ctx_decl_vla(struct cccmac_ctx, cccmac_ctx_size(_mode_)… argument 44 #define cccmac_mode_clear(_mode_, _name_) cc_clear(cccmac_ctx_size(_mode_), _name_) argument
|
| H A D | cc_fault_canary.h | 27 #define CC_FAULT_CANARY_CLEAR(_name_) cc_memset(_name_, 0x00, CC_FAULT_CANARY_SIZE) argument
|