Searched refs:tempOutputData (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/adapter/common/openssl/ |
H A D | softbus_aes_encrypt.c | 43 uint8_t tempOutputData[EVP_MAX_MD_SIZE]; in SoftBusGenerateHmacHash() local 69 if (HMAC_Final(ctx, tempOutputData, &outBufLen) != 1) { in SoftBusGenerateHmacHash() 77 (void)memset_s(tempOutputData, sizeof(tempOutputData), 0, sizeof(tempOutputData)); in SoftBusGenerateHmacHash() 80 if (memcpy_s(hash, hashLen, tempOutputData, outBufLen) != EOK) { in SoftBusGenerateHmacHash() 82 (void)memset_s(tempOutputData, sizeof(tempOutputData), 0, sizeof(tempOutputData)); in SoftBusGenerateHmacHash() 85 (void)memset_s(tempOutputData, sizeof(tempOutputData), 0, sizeof(tempOutputData)); in SoftBusGenerateHmacHash()
|