Home
last modified time | relevance | path

Searched refs:max_batchsize (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/trust_token/
Dtrust_token.c144 size_t max_batchsize) { in TRUST_TOKEN_CLIENT_new() argument
145 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() argument
376 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()
Dinternal.h263 uint16_t max_batchsize; member
284 uint16_t max_batchsize; member
/external/rust/crates/quiche/deps/boringssl/src/crypto/trust_token/
Dtrust_token.c144 size_t max_batchsize) { in TRUST_TOKEN_CLIENT_new() argument
145 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() argument
376 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()
Dinternal.h263 uint16_t max_batchsize; member
284 uint16_t max_batchsize; member
/external/boringssl/src/include/openssl/
Dtrust_token.h102 const TRUST_TOKEN_METHOD *method, size_t max_batchsize);
185 const TRUST_TOKEN_METHOD *method, size_t max_batchsize);
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dtrust_token.h102 const TRUST_TOKEN_METHOD *method, size_t max_batchsize);
185 const TRUST_TOKEN_METHOD *method, size_t max_batchsize);