Home
last modified time | relevance | path

Searched defs:GetCipherSpecString (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dcipher_impl.cpp69 HcfResult CipherImpl::GetCipherSpecString(CipherSpecItem item, char *returnString) in GetCipherSpecString() function in OHOS::CryptoFramework::CipherImpl
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dcipher.c239 static HcfResult GetCipherSpecString(HcfCipher *self, CipherSpecItem item, char **returnString) in GetCipherSpecString() function
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_cipher.cpp882 static napi_value GetCipherSpecString(napi_env env, CipherSpecItem item, HcfCipher *cipher) in GetCipherSpecString() function