Searched refs:cc_require (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/osfmk/corecrypto/ |
| H A D | ccdrbg_nisthmac.c | 156 cc_require(outlen <= NISTHMAC_MAX_OUTPUT_SIZE, out); in init() 157 cc_require(entropy_isvalid(entropy_nbytes, digest_info), out); in init() 158 cc_require(ps_nbytes <= CCDRBG_MAX_PSINPUT_SIZE, out); in init() 187 cc_require(entropy_isvalid(entropy_nbytes, digest_info), out); in reseed() 188 cc_require(add_isvalid(add_nbytes), out); in reseed() 209 cc_require(out_nbytes <= CCDRBG_MAX_REQUEST_SIZE, out); in generate() 210 cc_require(add_isvalid(add_nbytes), out); in generate() 213 …cc_require(drbg_ctx->reseed_counter <= CCDRBG_RESEED_INTERVAL || !drbg_ctx->custom->strictFIPS, ou… in generate()
|
| H A D | cc_macros.h | 75 #ifndef cc_require 78 #define cc_require(assertion, exceptionLabel) \ macro 85 #define cc_require(assertion, exceptionLabel) \ macro 93 #define cc_require(assertion, exceptionLabel) \ macro
|
| /xnu-8796.121.2/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cc_macros.h | 47 #ifndef cc_require 50 #define cc_require(assertion, exceptionLabel) \ macro 57 #define cc_require(assertion, exceptionLabel) \ macro 65 #define cc_require(assertion, exceptionLabel) \ macro
|