Home
last modified time | relevance | path

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

/base/security/crypto_framework/frameworks/crypto_operation/
Dkdf.c155 HcfResult HcfKdfCreate(const char *transformation, HcfKdf **returnObj) in HcfKdfCreate()
Dcipher.c345 HcfResult HcfCipherCreate(const char *transformation, HcfCipher **returnObj) in HcfCipherCreate()
/base/security/huks/frameworks/crypto_lite/cipher/include/
Dcipher.h52 char *transformation; member
/base/security/huks/frameworks/crypto_lite/js/napi/
Dcipher_napi.cpp63 char *transformation = nullptr; member
/base/security/crypto_framework/frameworks/cj/src/
Dcrypto_ffi.cpp357 int64_t FfiOHOSCreateCipher(char* transformation, int32_t* errCode) in FfiOHOSCreateCipher()