Lines Matching refs:bnctx
202 BN_CTX *bnctx = NULL;
220 bnctx = BN_CTX_new_ex(libctx);
221 if (bnctx == NULL)
223 if (!add_params(bld, t->params, bnctx))
243 BN_CTX_free(bnctx);
373 BN_CTX *bnctx = NULL;
377 bnctx = BN_CTX_new_ex(libctx);
378 if (bnctx == NULL)
385 if (!add_params(bld, t->key_group, bnctx)
386 || !add_params(bld, t->key_host_data, bnctx))
390 if (!add_params(bld, t->key_group, bnctx)
391 || !add_params(bld, t->key_peer_data, bnctx))
426 BN_CTX_free(bnctx);
448 BN_CTX *bnctx = NULL;
462 bnctx = BN_CTX_new_ex(libctx);
463 if (bnctx == NULL)
470 if (!add_params(bld, t->key, bnctx))
516 BN_CTX_free(bnctx);
541 BN_CTX *bnctx = NULL;
547 bnctx = BN_CTX_new_ex(libctx);
548 if (bnctx == NULL)
554 || !add_params(keybld, t->key, bnctx))
576 if (!add_params(initbld, t->postinit, bnctx))
602 BN_CTX_free(bnctx);