Home
last modified time | relevance | path

Searched defs:paramsCtx (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Ddh_common_param_spec_generator_openssl.c32 EVP_PKEY_CTX *paramsCtx = OpensslEvpPkeyCtxNewId(EVP_PKEY_DH, NULL); in GenerateDhUnknownGroupEvpKey() local
66 EVP_PKEY_CTX *paramsCtx = NULL; in GenerateDhKnownGroupEvpKey() local
H A Ddh_asy_key_generator_openssl.c40 static void FreeCtx(EVP_PKEY_CTX *paramsCtx, EVP_PKEY *paramsPkey, EVP_PKEY_CTX *pkeyCtx) in FreeCtx()
425 static EVP_PKEY *ConstructDhOsslParamsAndGenPkey(int32_t dhId, EVP_PKEY_CTX *paramsCtx) in ConstructDhOsslParamsAndGenPkey()
456 EVP_PKEY_CTX *paramsCtx = NULL; in GenerateDhEvpKey() local
H A Ddsa_asy_key_generator_openssl.c41 static void FreeCtx(EVP_PKEY_CTX *paramsCtx, EVP_PKEY *paramsPkey, EVP_PKEY_CTX *pkeyCtx) in FreeCtx()
377 EVP_PKEY_CTX *paramsCtx = NULL; in GenerateDsaEvpKey() local
H A Dalg_25519_asy_key_generator_openssl.c458 EVP_PKEY_CTX *paramsCtx = NULL; in GenerateAlg25519EvpKey() local