Searched refs:max_batchsize (Results 1 – 6 of 6) sorted by relevance
144 size_t max_batchsize) { in TRUST_TOKEN_CLIENT_new() argument145 if (max_batchsize > 0xffff) { in TRUST_TOKEN_CLIENT_new()158 ret->max_batchsize = (uint16_t)max_batchsize; in TRUST_TOKEN_CLIENT_new()207 if (count > ctx->max_batchsize) { in TRUST_TOKEN_CLIENT_begin_issuance()208 count = ctx->max_batchsize; in TRUST_TOKEN_CLIENT_begin_issuance()375 size_t max_batchsize) { in TRUST_TOKEN_ISSUER_new() argument376 if (max_batchsize > 0xffff) { in TRUST_TOKEN_ISSUER_new()389 ret->max_batchsize = (uint16_t)max_batchsize; in TRUST_TOKEN_ISSUER_new()464 if (max_issuance > ctx->max_batchsize) { in TRUST_TOKEN_ISSUER_issue()465 max_issuance = ctx->max_batchsize; in TRUST_TOKEN_ISSUER_issue()
263 uint16_t max_batchsize; member284 uint16_t max_batchsize; member
102 const TRUST_TOKEN_METHOD *method, size_t max_batchsize);185 const TRUST_TOKEN_METHOD *method, size_t max_batchsize);