Home
last modified time | relevance | path

Searched defs:cipherText (Results 1 – 3 of 3) 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.h217 #define HDI_CONVERTER_FUNC_ENCRYPT(key, paramSet, plainText, cipherText, ret, func) \ argument
232 #define HDI_CONVERTER_FUNC_DECRYPT(key, paramSet, cipherText, plainText, ret, func) \ argument