Home
last modified time | relevance | path

Searched refs:bufsize (Results 1 – 13 of 13) sorted by relevance

/openssl-master/crypto/cmp/
A Dcmp_status.c167 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 Df_string.c50 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 Df_int.c56 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 Dbio_asn1.c45 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 Dproperty_parse.c644 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 Dossl_global_properties_no_mirrored.pod14 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 Dproperty_test.c602 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 Dpunycode.c280 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 DOSSL_CMP_STATUSINFO_new.pod17 char *buf, size_t bufsize);
19 size_t bufsize);
/openssl-master/apps/
A Ds_server.c72 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 Dproperty.h88 size_t bufsize);
/openssl-master/include/openssl/
A Dcmp.h.in368 size_t bufsize);
370 char *buf, size_t bufsize);
/openssl-master/doc/man1/
A Dopenssl-enc.pod.in36 [B<-bufsize> I<number>]
176 =item B<-bufsize> I<number>

Completed in 30 milliseconds