Home
last modified time | relevance | path

Searched refs:cc_try_abort (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.61.5/osfmk/corecrypto/
H A Dcc_try_abort.c46 cc_try_abort(const char *msg) in cc_try_abort() function
58 cc_try_abort(CC_UNUSED const char *msg) in cc_try_abort() function
68 cc_try_abort(msg); in cc_try_abort_if()
H A Dccdrbg_nisthmac.c243 cc_try_abort(NULL); in generate()
/xnu-11215.61.5/EXTERNAL_HEADERS/corecrypto/
H A Dcc_lock.h91 #define CC_LOCK_LOCK(lock_ctx) cc_try_abort("CC_LOCK_LOCK not implemented")
92 #define CC_LOCK_TRYLOCK(lock_ctx) cc_try_abort("CC_LOCK_TRYLOCK not implemented")
93 #define CC_LOCK_UNLOCK(lock_ctx) cc_try_abort("CC_LOCK_UNLOCK not implemented")
94 #define CC_LOCK_ASSERT(lock_ctx) cc_try_abort("CC_LOCK_ASSERT not implemented")
H A Dcc_priv.h278 void cc_try_abort(const char *msg);
/xnu-11215.61.5/osfmk/conf/
H A Dfiles373 osfmk/corecrypto/cc_try_abort.c standard