/openssl-master/crypto/cmp/ |
A D | cmp_status.c | 167 char *buf, size_t bufsize) in snprint_PKIStatusInfo_parts() argument 184 if (printed_chars < 0 || (size_t)printed_chars >= bufsize) \ in snprint_PKIStatusInfo_parts() 187 bufsize -= printed_chars; in snprint_PKIStatusInfo_parts() 189 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s", status_string); in snprint_PKIStatusInfo_parts() 194 printed_chars = BIO_snprintf(write_ptr, bufsize, "; PKIFailureInfo: "); in snprint_PKIStatusInfo_parts() 200 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s%s", in snprint_PKIStatusInfo_parts() 218 printed_chars = BIO_snprintf(write_ptr, bufsize, "; StatusString%s: ", in snprint_PKIStatusInfo_parts() 223 printed_chars = BIO_snprintf(write_ptr, bufsize, "\"%.*s\"%s", in snprint_PKIStatusInfo_parts() 235 char *buf, size_t bufsize) in OSSL_CMP_snprint_PKIStatusInfo() argument 252 size_t bufsize) in OSSL_CMP_CTX_snprint_PKIStatus() argument [all …]
|
/openssl-master/crypto/asn1/ |
A D | f_string.c | 50 int i, j, k, m, n, again, bufsize; in a2i_ASN1_STRING() local 55 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING() 57 if (bufsize < 1) { in a2i_ASN1_STRING() 65 i = bufsize; in a2i_ASN1_STRING() 123 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_STRING()
|
A D | f_int.c | 56 int i, j, k, m, n, again, bufsize; in a2i_ASN1_INTEGER() local 63 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER() 65 if (bufsize < 1) in a2i_ASN1_INTEGER() 67 i = bufsize; in a2i_ASN1_INTEGER() 131 bufsize = BIO_gets(bp, buf, size); in a2i_ASN1_INTEGER()
|
A D | bio_asn1.c | 45 int bufsize; member 123 ctx->bufsize = size; in asn1_bio_init() 191 if (!ossl_assert(ctx->buflen <= ctx->bufsize)) in asn1_bio_write()
|
/openssl-master/crypto/property/ |
A D | property_parse.c | 644 size_t bufsize) in ossl_property_list_to_string() argument 652 if (bufsize > 0) in ossl_property_list_to_string() 664 put_char(',', &buf, &bufsize, &needed); in ossl_property_list_to_string() 667 put_char('?', &buf, &bufsize, &needed); in ossl_property_list_to_string() 669 put_char('-', &buf, &bufsize, &needed); in ossl_property_list_to_string() 674 put_str(val, &buf, &bufsize, &needed); in ossl_property_list_to_string() 678 put_char('!', &buf, &bufsize, &needed); in ossl_property_list_to_string() 681 put_char('=', &buf, &bufsize, &needed); in ossl_property_list_to_string() 688 put_str(val, &buf, &bufsize, &needed); in ossl_property_list_to_string() 692 put_num(prop->v.int_val, &buf, &bufsize, &needed); in ossl_property_list_to_string() [all …]
|
/openssl-master/doc/internal/man3/ |
A D | ossl_global_properties_no_mirrored.pod | 14 size_t bufsize); 24 in I<buf>. The size of the buffer is provided in I<bufsize>. If I<bufsize> is
|
/openssl-master/test/ |
A D | property_test.c | 602 size_t bufsize; in test_property_list_to_string() local 608 bufsize = ossl_property_list_to_string(NULL, pl, NULL, 0); in test_property_list_to_string() 609 if (!TEST_size_t_gt(bufsize, 0)) in test_property_list_to_string() 611 buf = OPENSSL_malloc(bufsize); in test_property_list_to_string() 614 bufsize), in test_property_list_to_string() 615 bufsize) in test_property_list_to_string() 617 || !TEST_size_t_eq(bufsize, strlen(to_string_tests[i].out) + 1)) in test_property_list_to_string()
|
/openssl-master/crypto/ |
A D | punycode.c | 280 unsigned int bufsize = LABEL_BUF_SIZE; in ossl_a2ulabel() local 283 if (ossl_punycode_decode(inptr + 4, delta - 4, buf, &bufsize) <= 0) in ossl_a2ulabel() 286 for (i = 0; i < bufsize; i++) { in ossl_a2ulabel()
|
/openssl-master/doc/man3/ |
A D | OSSL_CMP_STATUSINFO_new.pod | 17 char *buf, size_t bufsize); 19 size_t bufsize);
|
/openssl-master/apps/ |
A D | s_server.c | 72 static const int bufsize = 16 * 1024; variable 2325 buf = app_malloc(bufsize, "server buffer"); in sv_body() 2561 i = raw_read_stdin(buf, bufsize); in sv_body() 2770 OPENSSL_clear_free(buf, bufsize); in sv_body() 3004 buf = app_malloc(bufsize, "server www buffer"); in www_body() 3018 if (!BIO_set_write_buffer_size(io, bufsize)) in www_body() 3069 i = BIO_gets(io, buf, bufsize - 1); in www_body() 3134 BIO_gets(io, buf, bufsize - 1); in www_body() 3420 buf = app_malloc(bufsize, "server rev buffer"); in rev_body() 3427 if (!BIO_set_write_buffer_size(io, bufsize)) in rev_body() [all …]
|
/openssl-master/include/internal/ |
A D | property.h | 88 size_t bufsize);
|
/openssl-master/include/openssl/ |
A D | cmp.h.in | 368 size_t bufsize); 370 char *buf, size_t bufsize);
|
/openssl-master/doc/man1/ |
A D | openssl-enc.pod.in | 36 [B<-bufsize> I<number>] 176 =item B<-bufsize> I<number>
|