Searched refs:rsbuf (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/crypto/cmp/ |
| H A D | cmp_util.c | 162 char rsbuf[256]; in OSSL_CMP_print_errors_cb() local 166 if (openssl_strerror_r(reason, rsbuf, sizeof(rsbuf))) in OSSL_CMP_print_errors_cb() 167 rs = rsbuf; in OSSL_CMP_print_errors_cb() 173 BIO_snprintf(rsbuf, sizeof(rsbuf), "reason(%lu)", reason); in OSSL_CMP_print_errors_cb() 174 rs = rsbuf; in OSSL_CMP_print_errors_cb()
|
| /freebsd/crypto/openssl/crypto/err/ |
| H A D | err.c | 526 char lsbuf[64], rsbuf[256]; in ossl_err_string_int() local 549 if (openssl_strerror_r(r, rsbuf, sizeof(rsbuf))) in ossl_err_string_int() 550 rs = rsbuf; in ossl_err_string_int() 556 BIO_snprintf(rsbuf, sizeof(rsbuf), "reason(%lu)", in ossl_err_string_int() 558 rs = rsbuf; in ossl_err_string_int()
|