Lines Matching defs:provkey
203 void *provkey = NULL;
276 for (iter = 1, provkey = NULL; iter < 3 && provkey == NULL; iter++) {
320 provkey = evp_pkey_export_to_provider(ctx->pkey, ctx->libctx,
326 if (provkey == NULL) {
342 ret = exchange->init(ctx->op.kex.algctx, provkey, params);
381 void *provkey = NULL;
423 provkey = evp_pkey_export_to_provider(peer, ctx->libctx,
431 if (provkey == NULL)
433 return ctx->op.kex.exchange->set_peer(ctx->op.kex.algctx, provkey);