Home
last modified time | relevance | path

Searched defs:cipherText (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/huks/hdi_service/
Dhuks_hdi_passthrough_adapter.c181 const struct HksBlob *plainText, struct HksBlob *cipherText) in HuksHdiAdapterEncrypt()
192 const struct HksBlob *cipherText, struct HksBlob *plainText) in HuksHdiAdapterDecrypt()
Dhuks_hdi_service.c161 const struct HuksBlob *plainText, struct HuksBlob *cipherText) in HuksEncrypt()
170 const struct HuksBlob *cipherText, struct HuksBlob *plainText) in HuksDecrypt()
Dhuks_hdi_template.h229 #define HDI_CONVERTER_FUNC_ENCRYPT(key, paramSet, plainText, cipherText, ret, func) \ argument
244 #define HDI_CONVERTER_FUNC_DECRYPT(key, paramSet, cipherText, plainText, ret, func) \ argument
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
Dadaptor_algorithm_test.cpp205 Buffer *cipherText = NULL; variable
/drivers/peripheral/pin_auth/hdi_service/database/src/
Dpin_db.c512 Buffer *cipherText = NULL; in GetPinCiperInfo() local
972 Buffer cipherText = GetTmpBuffer( in GenerateDecodeCredential() local
1317 Buffer *cipherText = NULL; in GetRootSecretCipherInfo() local
1367 Buffer cipherText = GetTmpBuffer( in GetRootSecretPlainInfo() local
/drivers/peripheral/pin_auth/hdi_service/main/src/
Dcollector_func.c355 Buffer *cipherText = NULL; in SetEncryptParam() local
Dverifier_func.c432 Buffer *cipherText = GetBufferFromAttribute(attribute, PIN_ATTR_KEK_SECRET, CONST_PIN_DATA_LEN); in GetPinData() local