Home
last modified time | relevance | path

Searched refs:retry_counter (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/bn/
Dbn_blind.c244 int retry_counter = 32; in BN_BLINDING_create_param() local
285 if (retry_counter-- == 0) { in BN_BLINDING_create_param()
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_blind.c244 int retry_counter = 32; in BN_BLINDING_create_param() local
285 if (retry_counter-- == 0) { in BN_BLINDING_create_param()
/third_party/libcoap/include/coap3/
Dcoap_block_internal.h159 uint16_t retry_counter; /**< Retry counter (part of state token) */ member
/third_party/libcoap/src/
Dcoap_block.c520 ++lg_crcv->retry_counter); in coap_retransmit_oscore_pdu()
1189 uint64_t token = STATE_TOKEN_FULL(p->state_token, ++p->retry_counter); in coap_build_missing_pdu()
2077 lg_crcv->retry_counter = 1; in coap_block_new_lg_crcv()
2954 ++lg_crcv->retry_counter); in check_freshness()
3468 ++p->retry_counter); in coap_handle_response_get_block()
3613 token = STATE_TOKEN_FULL(p->state_token, ++p->retry_counter); in coap_handle_response_get_block()