Searched refs:nctx (Results 1 – 3 of 3) sorted by relevance
37 async_ctx *nctx; in async_ctx_new() local42 nctx = OPENSSL_malloc(sizeof(*nctx)); in async_ctx_new()43 if (nctx == NULL) { in async_ctx_new()48 async_fibre_init_dispatcher(&nctx->dispatcher); in async_ctx_new()49 nctx->currjob = NULL; in async_ctx_new()50 nctx->blocked = 0; in async_ctx_new()51 if (!CRYPTO_THREAD_set_local(&ctxkey, nctx)) in async_ctx_new()54 return nctx; in async_ctx_new()56 OPENSSL_free(nctx); in async_ctx_new()
4920 ntfs_attr_search_ctx *nctx; local4948 nctx = ntfs_attr_get_search_ctx(ni, NULL);4949 if (!nctx)4959 0, nctx)) {4972 if (ntfs_make_room_for_attr(ni->mrec, (u8*) nctx->attr,4978 memcpy(nctx->attr, a, le32_to_cpu(a->length));4979 nctx->attr->instance = nctx->mrec->next_attr_instance;4980 nctx->mrec->next_attr_instance = cpu_to_le16(4981 (le16_to_cpu(nctx->mrec->next_attr_instance) + 1) & 0xffff);4989 ctx->al_entry->instance = nctx->attr->instance;[all …]
2553 BN_CTX *nctx = NULL; in test_ctx_consttime_flag() local2558 if (!TEST_ptr(nctx = BN_CTX_new()) in test_ctx_consttime_flag()2563 BN_CTX *c = i == 0 ? nctx : sctx; in test_ctx_consttime_flag()2571 BN_CTX_free(nctx); in test_ctx_consttime_flag()