Searched refs:MbedtlsEncrypt (Results 1 – 3 of 3) sorted by relevance
33 … static int32_t MbedtlsEncrypt(const uint8_t *plainText, int32_t plainTextLen, uint8_t *cipherText,
104 int32_t EncryptUtils::MbedtlsEncrypt(const uint8_t *plainText, int32_t plainTextLen, uint8_t *ciphe… in MbedtlsEncrypt() function in OHOS::DistributedHardware::EncryptUtils
181 …int32_t ret = EncryptUtils::MbedtlsEncrypt((const uint8_t *)message.c_str(), message.size(), buf, … in SendMsg()