Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/cj/include/
H A Dcipher_impl.h34 HcfResult SetCipherSpec(CipherSpecItem item, HcfBlob pSource);
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dcipher_impl.cpp60 HcfResult CipherImpl::SetCipherSpec(CipherSpecItem item, HcfBlob pSource) in SetCipherSpec() function in OHOS::CryptoFramework::CipherImpl
H A Dcrypto_ffi.cpp550 HcfResult res = instance->SetCipherSpec(csi, pSource); in FfiOHOSSetCipherSpec()