Home
last modified time | relevance | path

Searched refs:GetCipherSpecUint8Array (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/cj/include/
H A Dcipher_impl.h36 HcfResult GetCipherSpecUint8Array(CipherSpecItem item, HcfBlob *returnUint8Array);
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dcipher_impl.cpp78 … HcfResult CipherImpl::GetCipherSpecUint8Array(CipherSpecItem item, HcfBlob *returnUint8Array) in GetCipherSpecUint8Array() function in OHOS::CryptoFramework::CipherImpl
H A Dcrypto_ffi.cpp578 HcfResult res = instance->GetCipherSpecUint8Array(csi, returnUint8Array); in FfiOHOSGetCipherSpecUint8Array()
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dcipher.c257 static HcfResult GetCipherSpecUint8Array(HcfCipher *self, CipherSpecItem item, HcfBlob *returnUint8… in GetCipherSpecUint8Array() function
327 cipher->super.getCipherSpecUint8Array = GetCipherSpecUint8Array; in InitCipher()
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_cipher.cpp898 static napi_value GetCipherSpecUint8Array(napi_env env, CipherSpecItem item, HcfCipher *cipher) in GetCipherSpecUint8Array() function
950 return GetCipherSpecUint8Array(env, item, cipher); in JsGetCipherSpec()