Searched refs:SIG_SIGN_MAGIC (Results 1 – 2 of 2) sorted by relevance
171 #define SIG_SIGN_MAGIC ((word_t)(0x4ed73cfe4594dfd3ULL)) macro174 return (((ctx == NULL) || (ctx->ctx_magic != SIG_SIGN_MAGIC)) ? -1 : 0); in sig_sign_check_initialized()
216 MUST_HAVE((sig_ctx != NULL) && (sig_ctx->ctx_magic == SIG_SIGN_MAGIC), ret, err); in ec_sig_ctx_callbacks_sanity_check()367 ctx->ctx_magic = SIG_SIGN_MAGIC; in _ec_sign_init()