Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
H A Dnapi_utils.h80 int32_t GetCipherSpecType(CipherSpecItem targetItemType);
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_cipher.cpp946 int32_t type = GetCipherSpecType(item); in JsGetCipherSpec()
H A Dnapi_utils.cpp104 int32_t GetCipherSpecType(CipherSpecItem targetItemType) in GetCipherSpecType() function