Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/cj/include/
H A Dsm2_crypto_util_impl.h27 static Sm2CipherTextSpec *GetCipherTextSpec(HcfBlob input, char *mode, int32_t *errCode);
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dsm2_crypto_util_impl.cpp31 Sm2CipherTextSpec *Sm2CryptoUtilImpl::GetCipherTextSpec(HcfBlob input, char *mode, int32_t *errCode) in GetCipherTextSpec() function in OHOS::CryptoFramework::Sm2CryptoUtilImpl
H A Dcrypto_ffi.cpp1813 return Sm2CryptoUtilImpl::GetCipherTextSpec(input, mode, errCode); in FFiOHOSSm2CryptoUtilGetCipherTextSpec()