Home
last modified time | relevance | path

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

/openssl-master/crypto/cmp/
A Dcmp_util.c164 char rsbuf[256]; in OSSL_CMP_print_errors_cb() local
168 if (openssl_strerror_r(reason, rsbuf, sizeof(rsbuf))) in OSSL_CMP_print_errors_cb()
169 rs = rsbuf; in OSSL_CMP_print_errors_cb()
175 BIO_snprintf(rsbuf, sizeof(rsbuf), "reason(%lu)", reason); in OSSL_CMP_print_errors_cb()
176 rs = rsbuf; in OSSL_CMP_print_errors_cb()
/openssl-master/crypto/err/
A Derr.c500 char lsbuf[64], rsbuf[256]; in ossl_err_string_int() local
523 if (openssl_strerror_r(r, rsbuf, sizeof(rsbuf))) in ossl_err_string_int()
524 rs = rsbuf; in ossl_err_string_int()
530 BIO_snprintf(rsbuf, sizeof(rsbuf), "reason(%lu)", r); in ossl_err_string_int()
531 rs = rsbuf; in ossl_err_string_int()

Completed in 5 milliseconds