Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp588 BUF_MEM *bptr = nullptr; in EncodeBase64() local
589 BIO_get_mem_ptr(bio, &bptr); in EncodeBase64()
591 if (bptr != nullptr) { in EncodeBase64()
593 WIFI_LOGI("%{public}s: length is %{public}zu", __func__, bptr->length); in EncodeBase64()
594 outputBuffer.insert(outputBuffer.end(), bptr->data, bptr->data + bptr->length); in EncodeBase64()
595 outputBuffer[bptr->length] = 0; in EncodeBase64()