Searched refs:ccn_sizeof_n (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.140.41/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cczp.h | 57 #define cczp_size(_size_) (sizeof(struct cczp) + ccn_sizeof_n(1) + 2 * (_size_)) 65 #define cczp_decl_n(_n_, _name_) cc_ctx_decl(struct cczp, ccn_sizeof_n(cczp_nof_n(_n_)), _name_) 66 #define cczp_clear_n(_n_, _name_) cc_clear(ccn_sizeof_n(cczp_nof_n(_n_)), _name_)
|
| H A D | ccn.h | 80 #define ccn_sizeof_n(_n_) (sizeof(cc_unit) * (_n_)) macro 86 #define ccn_sizeof(_bits_) (ccn_sizeof_n(ccn_nof(_bits_))) 100 #define ccn_sizeof_size(_size_) ccn_sizeof_n(ccn_nof_size(_size_)) 528 cc_clear(ccn_sizeof_n(n),r); in ccn_zero() 533 cc_clear(ccn_sizeof_n(n),r); in ccn_clear() 618 return (RNG)->generate((RNG), ccn_sizeof_n(n), (unsigned char *)r); 622 ccrng_generate(_ccrng_ctx_, ccn_sizeof_n(_n_), (unsigned char *)_r_)
|