Searched refs:MbedAesGcmDecrypt (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_mbedtls.c | 183 static uint32_t MbedAesGcmDecrypt(const CryptPara *cryptPara, uint8_t *inBuf, uint32_t inLen, in MbedAesGcmDecrypt() function 255 return MbedAesGcmDecrypt(cryptPara, inBuf, inLen, outBuf, outLen); in AesGcmDecrypt()
|
/foundation/communication/dsoftbus/adapter/common/mbedtls/ |
H A D | softbus_adapter_crypto.c | 120 static int32_t MbedAesGcmDecrypt(const AesGcmCipherKey *cipherKey, const unsigned char *cipherText, in MbedAesGcmDecrypt() function 323 int32_t result = MbedAesGcmDecrypt(cipherKey, input, inLen, decryptData, outLen); in SoftBusDecryptData()
|
Completed in 2 milliseconds