Searched refs:elen (Results 1 – 8 of 8) sorted by relevance
/curl/lib/ |
H A D | rand.c | 169 size_t elen = strlen(force_entropy); in randit() local 171 size_t min = elen < clen ? elen : clen; in randit()
|
/curl/src/ |
H A D | tool_help.c | 176 ctx->elen = strlen(endarg); in inithelpscan() 177 DEBUGASSERT((ctx->elen < sizeof(ctx->rbuf)) || in inithelpscan() 208 memmove(&ctx->rbuf[0], &ctx->rbuf[1], ctx->elen - 1); in helpscan() 209 ctx->rbuf[ctx->elen - 1] = buf[i]; in helpscan() 210 if(!memcmp(ctx->rbuf, ctx->endarg, ctx->elen)) in helpscan()
|
H A D | tool_help.h | 37 size_t elen; member
|
H A D | var.c | 167 size_t elen; in varfunc() local 168 CURLcode result = curlx_base64_encode(c, clen, &enc, &elen); in varfunc() 175 if(curlx_dyn_addn(out, enc, elen)) in varfunc()
|
/curl/lib/vtls/ |
H A D | cipher_suite.c | 756 size_t elen = strlen(entry); in cs_str_to_zip() local 757 if(elen == len && strncasecompare(entry, cur, len)) in cs_str_to_zip() 759 entry += elen + 1; in cs_str_to_zip() 806 size_t elen = strlen(entry); in cs_zip_to_str() local 807 entry += elen + 1; in cs_zip_to_str()
|
H A D | wolfssl.c | 1245 size_t elen = rinfo->echconfiglist_len; in wolfssl_connect_step1() local 1248 if(wolfSSL_SetEchConfigs(backend->handle, ecl, (word32) elen) != in wolfssl_connect_step1() 1256 infof(data, "ECH: imported ECHConfigList of length %ld", elen); in wolfssl_connect_step1()
|
H A D | bearssl.c | 213 ta_size += pkey->key.rsa.nlen + pkey->key.rsa.elen; in load_cafile() 236 memcpy(ta->pkey.key.rsa.e, pkey->key.rsa.e, pkey->key.rsa.elen); in load_cafile()
|
H A D | openssl.c | 3917 size_t elen = rinfo->echconfiglist_len; in Curl_ossl_ctx_init() local 3921 if(SSL_ech_set1_echconfig(octx->ssl, ecl, elen) != 1) { in Curl_ossl_ctx_init() 3927 if(SSL_set1_ech_config_list(octx->ssl, ecl, elen) != 1) { in Curl_ossl_ctx_init() 3935 infof(data, "ECH: imported ECHConfigList of length %zu", elen); in Curl_ossl_ctx_init()
|
Completed in 31 milliseconds