Searched defs:cipherText (Results 1 – 7 of 7) 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 | 229 #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/ |
| D | adaptor_algorithm_test.cpp | 205 Buffer *cipherText = NULL; variable
|
| /drivers/peripheral/pin_auth/hdi_service/database/src/ |
| D | pin_db.c | 512 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/ |
| D | collector_func.c | 355 Buffer *cipherText = NULL; in SetEncryptParam() local
|
| D | verifier_func.c | 432 Buffer *cipherText = GetBufferFromAttribute(attribute, PIN_ATTR_KEK_SECRET, CONST_PIN_DATA_LEN); in GetPinData() local
|