Home
last modified time | relevance | path

Searched refs:MbedtlsEncrypt (Results 1 – 3 of 3) sorted by relevance

/foundation/distributedhardware/devicemanager/ext/mini/utils/include/cipher/
Dencrypt_utils.h33 … static int32_t MbedtlsEncrypt(const uint8_t *plainText, int32_t plainTextLen, uint8_t *cipherText,
/foundation/distributedhardware/devicemanager/ext/mini/utils/src/cipher/
Dencrypt_utils.cpp104 int32_t EncryptUtils::MbedtlsEncrypt(const uint8_t *plainText, int32_t plainTextLen, uint8_t *ciphe… in MbedtlsEncrypt() function in OHOS::DistributedHardware::EncryptUtils
/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/softbus/
Dsoftbus_session.cpp181 …int32_t ret = EncryptUtils::MbedtlsEncrypt((const uint8_t *)message.c_str(), message.size(), buf, … in SendMsg()