Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_mbedtls_alt.c1344 u8 *buf0 = os_realloc(*buf, *n + 1); in tls_mbedtls_readfile() local
1345 if (!buf0) in tls_mbedtls_readfile()
1351 buf0[(*n)++] = '\0'; in tls_mbedtls_readfile()
1352 *buf = buf0; in tls_mbedtls_readfile()