Searched refs:MbedtlsDecrypt (Results 1 – 3 of 3) sorted by relevance
35 …static int32_t MbedtlsDecrypt(const uint8_t *cipherText, int32_t cipherTextLen, uint8_t *plainText,
115 int32_t EncryptUtils::MbedtlsDecrypt(const uint8_t *cipherText, int32_t cipherTextLen, uint8_t *pla… in MbedtlsDecrypt() function in OHOS::DistributedHardware::EncryptUtils
136 … int32_t ret = EncryptUtils::MbedtlsDecrypt((const uint8_t*)data, dataLen, buf, dataLen, &outLen); in OnBytesReceived()