Lines Matching defs:vpctx
386 static int ecx_generic_import_from(const OSSL_PARAM params[], void *vpctx,
389 EVP_PKEY_CTX *pctx = vpctx;
424 static int x25519_import_from(const OSSL_PARAM params[], void *vpctx)
426 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X25519);
478 static int x448_import_from(const OSSL_PARAM params[], void *vpctx)
480 return ecx_generic_import_from(params, vpctx, EVP_PKEY_X448);
606 static int ed25519_import_from(const OSSL_PARAM params[], void *vpctx)
608 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED25519);
659 static int ed448_import_from(const OSSL_PARAM params[], void *vpctx)
661 return ecx_generic_import_from(params, vpctx, EVP_PKEY_ED448);