Searched refs:buf_out (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_sign.c134 unsigned char *p, *buf_in = NULL, *buf_out = NULL; local
175 buf_out = (unsigned char *)OPENSSL_malloc((unsigned int)outl);
176 if ((buf_in == NULL) || (buf_out == NULL)) {
186 if (!EVP_SignFinal(&ctx, (unsigned char *)buf_out,
194 signature->data = buf_out;
195 buf_out = NULL;
209 if (buf_out != NULL) {
210 OPENSSL_cleanse((char *)buf_out, outll);
211 OPENSSL_free(buf_out);
223 unsigned char *buf_in = NULL, *buf_out local
[all...]
/freebsd-9.3-release/sys/mips/atheros/
H A Dar71xx_spi.c170 uint8_t *buf_in, *buf_out; local
186 buf_out = (uint8_t *)cmd->tx_cmd;
189 buf_in[i] = ar71xx_spi_txrx(sc, devi->cs, buf_out[i]);
194 buf_out = (uint8_t *)cmd->tx_data;
197 buf_in[i] = ar71xx_spi_txrx(sc, devi->cs, buf_out[i]);

Completed in 118 milliseconds