Lines Matching refs:buffer
757 unsigned char *buffer = NULL;
785 /* Create buffer with peer's address and port */
794 buffer = app_malloc(length, "cookie generate buffer");
796 memcpy(buffer, &port, sizeof(port));
797 BIO_ADDR_rawaddress(peer, buffer + sizeof(port), NULL);
800 cookie_secret, COOKIE_SECRET_LENGTH, buffer, length,
803 "Error calculating HMAC-SHA1 of buffer with secret\n");
808 OPENSSL_free(buffer);
1151 BIO_printf(bio_err, "%s: %zu-byte buffer too large to hexencode\n",
1155 cp = out = app_malloc(ilen, "TLSA hex data buffer");