Searched defs:cipherText (Results 1 – 3 of 3) sorted by relevance
| /drivers/peripheral/huks/hdi_service/ |
| D | huks_hdi_passthrough_adapter.c | 181 const struct HksBlob *plainText, struct HksBlob *cipherText) in HuksHdiAdapterEncrypt() 192 const struct HksBlob *cipherText, struct HksBlob *plainText) in HuksHdiAdapterDecrypt()
|
| D | huks_hdi_service.c | 161 const struct HuksBlob *plainText, struct HuksBlob *cipherText) in HuksEncrypt() 170 const struct HuksBlob *cipherText, struct HuksBlob *plainText) in HuksDecrypt()
|
| D | huks_hdi_template.h | 217 #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
|