Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
H A Dnapi_utils.h78 int32_t GetAsyKeySpecType(AsyKeySpecItem targetItemType);
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_pub_key.cpp288 int32_t type = GetAsyKeySpecType(item); in JsGetAsyKeySpec()
H A Dnapi_pri_key.cpp261 int32_t type = GetAsyKeySpecType(item); in JsGetAsyKeySpec()
H A Dnapi_utils.cpp77 int32_t GetAsyKeySpecType(AsyKeySpecItem targetItemType) in GetAsyKeySpecType() function