Searched refs:rsbuf (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_util.c | 163 char rsbuf[256]; in OSSL_CMP_print_errors_cb() local 167 if (openssl_strerror_r(reason, rsbuf, sizeof(rsbuf))) in OSSL_CMP_print_errors_cb() 168 rs = rsbuf; in OSSL_CMP_print_errors_cb() 174 BIO_snprintf(rsbuf, sizeof(rsbuf), "reason(%lu)", reason); in OSSL_CMP_print_errors_cb() 175 rs = rsbuf; in OSSL_CMP_print_errors_cb()
|
/openssl/crypto/err/ |
H A D | err.c | 524 char lsbuf[64], rsbuf[256]; in ossl_err_string_int() local 547 if (openssl_strerror_r(r, rsbuf, sizeof(rsbuf))) in ossl_err_string_int() 548 rs = rsbuf; in ossl_err_string_int() 554 BIO_snprintf(rsbuf, sizeof(rsbuf), "reason(%lu)", in ossl_err_string_int() 556 rs = rsbuf; in ossl_err_string_int()
|
Completed in 7 milliseconds