Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dv3_utl.c1441 char *hexbuf; in ossl_bio_print_hex() local
1446 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