Home
last modified time | relevance | path

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

/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
Dnapi_utils.h71 int32_t GetAsyKeySpecType(AsyKeySpecItem targetItemType);
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_pub_key.cpp176 int32_t type = GetAsyKeySpecType(item); in JsGetAsyKeySpec()
Dnapi_pri_key.cpp201 int32_t type = GetAsyKeySpecType(item); in JsGetAsyKeySpec()
Dnapi_utils.cpp65 int32_t GetAsyKeySpecType(AsyKeySpecItem targetItemType) in GetAsyKeySpecType() function