Home
last modified time | relevance | path

Searched defs:_nbytes_ (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.141.3/EXTERNAL_HEADERS/corecrypto/
H A Dccrsa.h78 #define ccrsa_pub_ctx_size(_nbytes_) (sizeof(struct cczp) + CCN_UNIT_SIZE + 3 * ccn_sizeof_size(_… argument
79 #define ccrsa_priv_ctx_size(_nbytes_) (ccn_sizeof_size(_nbytes_) + (sizeof(struct cczp) + CCN_UNIT… argument
80 #define ccrsa_full_ctx_size(_nbytes_) (ccrsa_pub_ctx_size(_nbytes_) + ccrsa_priv_ctx_size(_nbytes_… argument
83 #define ccrsa_full_ctx_decl(_nbytes_, _name_) cc_ctx_decl_vla(struct ccrsa_full_ctx, ccrsa_full_c… argument
84 #define ccrsa_full_ctx_clear(_nbytes_, _name_) cc_clear(ccrsa_full_ctx_size(_nbytes_), _name_) argument
85 #define ccrsa_pub_ctx_decl(_nbytes_, _name_) cc_ctx_decl_vla(struct ccrsa_pub_ctx, ccrsa_pub_ctx… argument
86 #define ccrsa_pub_ctx_clear(_nbytes_, _name_) cc_clear(ccrsa_pub_ctx_size(_nbytes_), _name_) argument