Home
last modified time | relevance | path

Searched refs:cc_ctx_decl (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/EXTERNAL_HEADERS/corecrypto/
H A Dcc.h148 #define cc_ctx_decl(_type_, _size_, _name_) _type_ * _name_ = (_type_ *) _alloca(sizeof(_type_) * … macro
155 #define cc_ctx_decl(_type_, _size_, _name_) \
160 #define cc_ctx_decl(_type_, _size_, _name_) \
175 cc_ctx_decl(_type_, _size_, _name_); \
H A Dccrsa.h80 #define ccrsa_full_ctx_decl(_nbytes_, _name_) cc_ctx_decl(struct ccrsa_full_ctx, ccrsa_full_ctx_s…
82 #define ccrsa_pub_ctx_decl(_nbytes_, _name_) cc_ctx_decl(struct ccrsa_pub_ctx, ccrsa_pub_ctx_siz…
86 #define ccrsa_full_ctx_decl_nbits(_nbits_, _name_) cc_ctx_decl(struct ccrsa_full_ctx, ccrsa_full_…
88 #define ccrsa_pub_ctx_decl_nbits(_nbits_, _name_) cc_ctx_decl(struct ccrsa_pub_ctx, ccrsa_pub_ct…
92 #define ccrsa_full_ctx_decl_n(_nunits_, _name_) cc_ctx_decl(struct ccrsa_full_ctx, ccrsa_full_ctx…
94 #define ccrsa_pub_ctx_decl_n(_nunits_, _name_) cc_ctx_decl(struct ccrsa_pub_ctx, ccrsa_pub_ctx_s…
H A Dccdigest.h59 #define ccdigest_ctx_decl(_state_size_, _block_size_, _name_) cc_ctx_decl(struct ccdigest_ctx, ccd…