Home
last modified time | relevance | path

Searched refs:BuildKeyAgreementJsCtx (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_key_agreement.cpp113 static bool BuildKeyAgreementJsCtx(napi_env env, napi_callback_info info, KeyAgreementCtx *ctx) in BuildKeyAgreementJsCtx() function
272 if (!BuildKeyAgreementJsCtx(env, info, ctx)) { in JsGenerateSecret()