Searched refs:MbedAesGcmEncrypt (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/adapter/common/mbedtls/ |
H A D | softbus_adapter_crypto.c | 78 static int32_t MbedAesGcmEncrypt(const AesGcmCipherKey *cipherKey, const unsigned char *plainText, in MbedAesGcmEncrypt() function 281 int32_t result = MbedAesGcmEncrypt(cipherKey, input, inLen, encryptData, outLen); in SoftBusEncryptData() 303 int32_t result = MbedAesGcmEncrypt(cipherKey, input, inLen, encryptData, outLen); in SoftBusEncryptDataWithSeq()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_mbedtls.c | 90 static uint32_t MbedAesGcmEncrypt(const CryptPara *cryptPara, const uint8_t *inBuf, in MbedAesGcmEncrypt() function 180 return MbedAesGcmEncrypt(cryptPara, inBuf, inLen, outBuf, outLen); in AesGcmEncrypt()
|