Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/cj/include/
H A Dsm2_crypto_util_impl.h26 static HcfBlob GenCipherTextBySpec(Sm2CipherTextSpec spec, char *mode, int32_t *errCode);
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dsm2_crypto_util_impl.cpp24 HcfBlob Sm2CryptoUtilImpl::GenCipherTextBySpec(Sm2CipherTextSpec spec, char *mode, int32_t *errCode) in GenCipherTextBySpec() function in OHOS::CryptoFramework::Sm2CryptoUtilImpl
H A Dcrypto_ffi.cpp1808 return Sm2CryptoUtilImpl::GenCipherTextBySpec(spec, mode, errCode); in FFiOHOSSm2CryptoUtilGenCipherTextBySpec()