| /xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode.h | 24 #define ccecb_ctx_decl(_size_, _name_) cc_ctx_decl(ccecb_ctx, _size_, _name_) argument 25 #define ccecb_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument 66 #define cccbc_ctx_decl(_size_, _name_) cc_ctx_decl(cccbc_ctx, _size_, _name_) argument 67 #define cccbc_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument 71 #define cccbc_iv_decl(_size_, _name_) cc_ctx_decl(cccbc_iv, _size_, _name_) argument 72 #define cccbc_iv_clear(_size_, _name_) cc_clear(_size_, _name_) argument 124 #define cccfb_ctx_decl(_size_, _name_) cc_ctx_decl(cccfb_ctx, _size_, _name_) argument 125 #define cccfb_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument 169 #define cccfb8_ctx_decl(_size_, _name_) cc_ctx_decl(cccfb8_ctx, _size_, _name_) argument 170 #define cccfb8_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument [all …]
|
| H A D | cchmac.h | 30 …ctx_decl(STATE_SIZE, BLOCK_SIZE, _name_) cc_ctx_decl(struct cchmac_ctx, cchmac_ctx_size(STATE_SIZE… 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 | ccdigest.h | 64 …(_state_size_, _block_size_, _name_) cc_ctx_decl(struct ccdigest_ctx, ccdigest_ctx_size(_state_si… argument 65 …st_ctx_clear(_state_size_, _block_size_, _name_) cc_clear(ccdigest_ctx_size(_state_size_, _block_s… argument 68 #define ccdigest_di_decl(_di_, _name_) cc_ctx_decl(struct ccdigest_ctx, ccdigest_di_size(_di_), _n… argument 69 #define ccdigest_di_clear(_di_, _name_) cc_clear(ccdigest_di_size(_di_), _name_) argument
|
| H A D | cc.h | 102 #define cc_ctx_decl(_type_, _size_, _name_) _type_ * _name_ = (_type_ *) _alloca(sizeof(_type_) * … argument 103 #define cc_ctx_decl_field(_type_, _size_, _name_) _type_ _name_ [cc_ctx_n(_type_, _size_)] argument 106 #define cc_ctx_decl(_type_, _size_, _name_) \ argument 109 _type_ _name_ [cc_ctx_n(_type_, _size_)] \
|
| H A D | cczp.h | 65 #define cczp_decl_n(_n_, _name_) cc_ctx_decl(struct cczp, ccn_sizeof_n(cczp_nof_n(_n_)), _name_) argument 66 #define cczp_clear_n(_n_, _name_) cc_clear(ccn_sizeof_n(cczp_nof_n(_n_)), _name_) argument
|
| H A D | cccmac.h | 42 #define cccmac_mode_decl(_mode_, _name_) cc_ctx_decl(struct cccmac_ctx, cccmac_ctx_size(_mode_), _n… argument 43 #define cccmac_mode_clear(_mode_, _name_) cc_clear(cccmac_ctx_size(_mode_), _name_) argument
|
| H A D | ccmode_siv_hmac.h | 50 #define ccsiv_hmac_ctx_decl(_size_, _name_) cc_ctx_decl(ccsiv_hmac_ctx, _size_, _name_) argument 51 #define ccsiv_hmac_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument
|
| H A D | ccrsa.h | 63 #define ccrsa_full_ctx_decl(_size_, _name_) cc_ctx_decl(struct ccrsa_full_ctx, ccrsa_full_ctx_siz… argument 64 #define ccrsa_full_ctx_clear(_size_, _name_) cc_clear(ccrsa_full_ctx_size(_size_), _name_) argument 65 #define ccrsa_pub_ctx_decl(_size_, _name_) cc_ctx_decl(struct ccrsa_pub_ctx, ccrsa_pub_ctx_size(… argument 66 #define ccrsa_pub_ctx_clear(_size_, _name_) cc_clear(ccrsa_pub_ctx_size(_size_), _name_) argument
|
| H A D | ccmode_siv.h | 42 #define ccsiv_ctx_decl(_size_, _name_) cc_ctx_decl(ccsiv_ctx, _size_, _name_) argument 43 #define ccsiv_ctx_clear(_size_, _name_) cc_clear(_size_, _name_) argument
|
| H A D | cc_fault_canary.h | 26 #define CC_FAULT_CANARY_CLEAR(_name_) memset(_name_, 0x00, CC_FAULT_CANARY_SIZE) argument
|