Home
last modified time | relevance | path

Searched defs:transformation (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dkdf.c155 HcfResult HcfKdfCreate(const char *transformation, HcfKdf **returnObj) in HcfKdfCreate()
H A Dcipher.c345 HcfResult HcfCipherCreate(const char *transformation, HcfCipher **returnObj) in HcfCipherCreate()
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/include/
H A Dcipher.h52 char *transformation; member
/ohos5.0/base/security/huks/frameworks/crypto_lite/js/napi/
H A Dcipher_napi.cpp63 char *transformation = nullptr; member
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dcrypto_ffi.cpp357 int64_t FfiOHOSCreateCipher(char* transformation, int32_t* errCode) in FfiOHOSCreateCipher()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp2316 auto const transformation = in CombineSkippedParentTransformations() local