Searched refs:hexbuf (Results 1 – 1 of 1) sorted by relevance
1441 char *hexbuf; in ossl_bio_print_hex() local1446 hexbuf = OPENSSL_buf2hexstr(buf, len); in ossl_bio_print_hex()1447 if (hexbuf == NULL) in ossl_bio_print_hex()1449 result = BIO_puts(out, hexbuf) > 0; in ossl_bio_print_hex()1451 OPENSSL_free(hexbuf); in ossl_bio_print_hex()
Completed in 6 milliseconds