Home
last modified time | relevance | path

Searched defs:CipherInit (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dcipher_impl.cpp30 HcfResult CipherImpl::CipherInit(HcfCryptoMode opMode, HcfKey *key, HcfParamsSpec *params) in CipherInit() function in OHOS::CryptoFramework::CipherImpl
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dcipher.c275 static HcfResult CipherInit(HcfCipher *self, enum HcfCryptoMode opMode, in CipherInit() function