Home
last modified time | relevance | path

Searched defs:opMode (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_rsa_openssl.c43 static HcfResult CheckCipherInitParams(enum HcfCryptoMode opMode, HcfKey *key) in CheckCipherInitParams()
66 static HcfResult DuplicateRsaFromKey(HcfKey *key, enum HcfCryptoMode opMode, RSA **dupRsa) in DuplicateRsaFromKey()
89 …cfResult InitEvpPkeyCtx(HcfCipherRsaGeneratorSpiImpl *impl, HcfKey *key, enum HcfCryptoMode opMode) in InitEvpPkeyCtx()
325 static HcfResult EngineInit(HcfCipherGeneratorSpi *self, enum HcfCryptoMode opMode, in EngineInit()
H A Dcipher_sm2_openssl.c44 static HcfResult CheckCipherInitParams(enum HcfCryptoMode opMode, HcfKey *key) in CheckCipherInitParams()
67 …ic HcfResult InitSm2Key(HcfCipherSm2GeneratorSpiImpl *impl, HcfKey *key, enum HcfCryptoMode opMode) in InitSm2Key()
119 static HcfResult EngineInit(HcfCipherGeneratorSpi *self, enum HcfCryptoMode opMode, in EngineInit()
H A Dcipher_sm4_openssl.c177 static HcfResult InitAadAndTagFromGcmParams(enum HcfCryptoMode opMode, HcfGcmParamsSpec *params, Ci… in InitAadAndTagFromGcmParams()
213 static HcfResult InitCipherData(HcfCipherGeneratorSpi* self, enum HcfCryptoMode opMode, in InitCipherData()
277 static HcfResult CheckParam(HcfCipherGeneratorSpi* self, enum HcfCryptoMode opMode, HcfKey* key) in CheckParam()
355 static HcfResult EngineCipherInit(HcfCipherGeneratorSpi* self, enum HcfCryptoMode opMode, in EngineCipherInit()
H A Dcipher_3des_openssl.c69 static HcfResult InitCipherData(enum HcfCryptoMode opMode, CipherData **cipherData) in InitCipherData()
94 static HcfResult EngineCipherInit(HcfCipherGeneratorSpi *self, enum HcfCryptoMode opMode, in EngineCipherInit()
H A Dcipher_aes_openssl.c248 static HcfResult InitAadAndTagFromGcmParams(enum HcfCryptoMode opMode, HcfGcmParamsSpec *params, Ci… in InitAadAndTagFromGcmParams()
284 static HcfResult InitAadAndTagFromCcmParams(enum HcfCryptoMode opMode, HcfCcmParamsSpec *params, Ci… in InitAadAndTagFromCcmParams()
315 static HcfResult InitCipherData(HcfCipherGeneratorSpi *self, enum HcfCryptoMode opMode, in InitCipherData()
400 static HcfResult EngineCipherInit(HcfCipherGeneratorSpi *self, enum HcfCryptoMode opMode, in EngineCipherInit()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/camerarestoreparam_fuzzer/
H A Dcamera_restore_param_fuzzer.cpp71 int32_t opMode = data.ReadInt32(); in Test() local
/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()
H A Dcrypto_ffi.cpp378 int32_t FfiOHOSCipherInitByIv(int64_t id, int32_t opMode, void* key, HcfBlob blob1) in FfiOHOSCipherInitByIv()
408 int32_t FfiOHOSCipherInitByGcm(int64_t id, int32_t opMode, void* key, CParamsSpec spec) in FfiOHOSCipherInitByGcm()
452 int32_t FfiOHOSCipherInitByCcm(int64_t id, int32_t opMode, void* key, CParamsSpec spec) in FfiOHOSCipherInitByCcm()
496 int32_t FfiOHOSCipherInitWithOutParams(int64_t id, int32_t opMode, void* key) in FfiOHOSCipherInitWithOutParams()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_restore_param.cpp86 void HCameraRestoreParam::SetCameraOpMode(int32_t opMode) in SetCameraOpMode()
H A Dcamera_util.cpp244 bool IsValidMode(int32_t opMode, std::shared_ptr<OHOS::Camera::CameraMetadata> cameraAbility) in IsValidMode()
H A Dhcamera_host_manager.cpp392 int32_t opMode = cameraRestoreParam->GetCameraOpMode(); in Prelaunch() local
416 bool HCameraHostManager::CameraHostInfo::IsNeedRestore(int32_t opMode, in IsNeedRestore()
H A Dhcapture_session.cpp151 sptr<HCaptureSession> HCaptureSession::NewInstance(const uint32_t callerToken, int32_t opMode) in NewInstance()
158 int32_t HCaptureSession::Initialize(const uint32_t callerToken, int32_t opMode) in Initialize()
191 HCaptureSession::HCaptureSession(const uint32_t callingTokenId, int32_t opMode) in HCaptureSession()
H A Dhcamera_device.cpp1245 OperationMode opMode = OperationMode::NORMAL; in CommitStreams() local
H A Dhcamera_service.cpp456 int32_t HCameraService::CreateCaptureSession(sptr<ICaptureSession>& session, int32_t opMode) in CreateCaptureSession()
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_cipher.cpp48 enum HcfCryptoMode opMode = ENCRYPT_MODE; member
538 static napi_value SyncInit(napi_env env, HcfCipher *cipher, HcfCryptoMode opMode, HcfKey *key, in SyncInit()
571 enum HcfCryptoMode opMode = ENCRYPT_MODE; in JsCipherInitSync() local
H A Dnapi_utils.cpp404 static bool GetGcmParamsSpec(napi_env env, napi_value arg, HcfCryptoMode opMode, HcfParamsSpec **pa… in GetGcmParamsSpec()
460 static bool GetCcmParamsSpec(napi_env env, napi_value arg, HcfCryptoMode opMode, HcfParamsSpec **pa… in GetCcmParamsSpec()
514 bool GetParamsSpecFromNapiValue(napi_env env, napi_value arg, HcfCryptoMode opMode, HcfParamsSpec *… in GetParamsSpecFromNapiValue()
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dcipher.c275 static HcfResult CipherInit(HcfCipher *self, enum HcfCryptoMode opMode, in CipherInit()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp177 bool ConvertMetaToFwkMode(const OperationMode opMode, SceneMode &scMode) in ConvertMetaToFwkMode()
189 bool ConvertFwkToMetaMode(const SceneMode scMode, OperationMode &opMode) in ConvertFwkToMetaMode()
364 OperationMode opMode = OperationMode::NORMAL; in CreateCaptureSession() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp7598 SceneMode opMode = PORTRAIT; variable
8402 SceneMode opMode = CAPTURE; variable