Home
last modified time | relevance | path

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

/foundation/distributedhardware/devicemanager/ext/mini/utils/include/cipher/
Dencrypt_utils.h35 …static int32_t MbedtlsDecrypt(const uint8_t *cipherText, int32_t cipherTextLen, uint8_t *plainText,
/foundation/distributedhardware/devicemanager/ext/mini/utils/src/cipher/
Dencrypt_utils.cpp115 int32_t EncryptUtils::MbedtlsDecrypt(const uint8_t *cipherText, int32_t cipherTextLen, uint8_t *pla… in MbedtlsDecrypt() function in OHOS::DistributedHardware::EncryptUtils
/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/softbus/
Dsoftbus_session.cpp136 … int32_t ret = EncryptUtils::MbedtlsDecrypt((const uint8_t*)data, dataLen, buf, dataLen, &outLen); in OnBytesReceived()