Home
last modified time | relevance | path

Searched refs:rsbuf (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/cmp/
H 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()
/third_party/openssl/crypto/cmp/
H 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()
/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr.c525 char lsbuf[64], rsbuf[256]; in ossl_err_string_int() local
548 if (openssl_strerror_r(r, rsbuf, sizeof(rsbuf))) in ossl_err_string_int()
549 rs = rsbuf; in ossl_err_string_int()
555 BIO_snprintf(rsbuf, sizeof(rsbuf), "reason(%lu)", r); in ossl_err_string_int()
556 rs = rsbuf; in ossl_err_string_int()
/third_party/openssl/crypto/err/
H A Derr.c525 char lsbuf[64], rsbuf[256]; in ossl_err_string_int() local
548 if (openssl_strerror_r(r, rsbuf, sizeof(rsbuf))) in ossl_err_string_int()
549 rs = rsbuf; in ossl_err_string_int()
555 BIO_snprintf(rsbuf, sizeof(rsbuf), "reason(%lu)", r); in ossl_err_string_int()
556 rs = rsbuf; in ossl_err_string_int()

Completed in 5 milliseconds