Searched refs:maxbuf (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/bsd/libsaslc/dist/src/ |
| H A D | buffer.c | 59 size_t maxbuf; /* allocated length of payload buffer (maxbuf) */ member 85 size_t maxbuf; /* allocated length of payload buffer */ member 117 saslc__buffer_create(saslc_sess_t *sess, size_t maxbuf) in saslc__buffer_create() argument 122 buflen = sizeof(*ctx) - sizeof(ctx->buf) + maxbuf; in saslc__buffer_create() 130 ctx->maxbuf = maxbuf; in saslc__buffer_create() 131 ctx->bufneed = ctx->maxbuf; in saslc__buffer_create() 158 *outlen = ctx->maxbuf - ctx->bufneed; in saslc__buffer_fetch() 160 ctx->bufneed = ctx->maxbuf; /* for next call */ in saslc__buffer_fetch() 166 p = ctx->buf + ctx->maxbuf - ctx->bufneed; in saslc__buffer_fetch() 176 *outlen = ctx->maxbuf; in saslc__buffer_fetch() [all …]
|
| H A D | mech_digestmd5.c | 171 size_t maxbuf; member 184 size_t maxbuf; member 1598 size_t maxbuf; in saslc__mech_digestmd5_parse_challenge() local 1727 if (cdata->maxbuf != 0) { in saslc__mech_digestmd5_parse_challenge() 1732 maxbuf = (size_t)strtoul(val, NULL, 10); in saslc__mech_digestmd5_parse_challenge() 1733 if (INVALID_MAXBUF(maxbuf)) { in saslc__mech_digestmd5_parse_challenge() 1738 cdata->maxbuf = maxbuf; in saslc__mech_digestmd5_parse_challenge() 1849 if (cdata->maxbuf == 0) in saslc__mech_digestmd5_parse_challenge() 1850 cdata->maxbuf = DEFAULT_MAXBUF; in saslc__mech_digestmd5_parse_challenge() 1958 const char *maxbuf; in saslc__mech_digestmd5_response_data() local [all …]
|
| H A D | mech_gssapi.c | 673 wrap_size_limit(saslc_sess_t *sess, OM_uint32 maxbuf) in wrap_size_limit() argument 682 maxbuf, &max_input); in wrap_size_limit() 690 if (max_input > maxbuf) { in wrap_size_limit() 692 maxbuf -= (max_input - maxbuf); in wrap_size_limit() 695 maxbuf = max_input; in wrap_size_limit() 697 return maxbuf; in wrap_size_limit()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | cyrus.c | 141 ber_len_t maxbuf; in sb_sasl_cyrus_init() local 144 (SASL_CONST void **)(char *) &maxbuf ); in sb_sasl_cyrus_init() 147 *max_send = maxbuf; in sb_sasl_cyrus_init()
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | misc.c | 319 unsigned maxbuf = 128; in pgp_push_error() local 323 if ((comment = calloc(1, maxbuf + 1)) == NULL) { in pgp_push_error() 329 vsnprintf(comment, maxbuf + 1, fmt, args); in pgp_push_error()
|
| /netbsd-src/crypto/external/bsd/libsaslc/dist/ref/ |
| H A D | rfc2831.txt | 176 1#( realm | nonce | qop-options | stale | maxbuf | charset 188 maxbuf = "maxbuf" "=" maxbuf-value 189 maxbuf-value = 1*DIGIT 253 maxbuf 345 maxbuf | charset | cipher | authzid | 511 maxbuf
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zdb/ |
| H A D | zdb.c | 735 char maxbuf[32]; in dump_metaslab_stats() local 740 zdb_nicenum(metaslab_block_maxsize(msp), maxbuf); in dump_metaslab_stats() 743 "segments", avl_numnodes(t), "maxsize", maxbuf, in dump_metaslab_stats()
|