Home
last modified time | relevance | path

Searched refs:olen (Results 226 - 250 of 355) sorted by relevance

12345678910>>...15

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_teap.c1581 size_t tlv_len, olen; in eap_teap_use_pac_opaque() local
1585 olen = pac->pac_opaque_len; in eap_teap_use_pac_opaque()
1586 tlv_len = sizeof(*ehdr) + olen; in eap_teap_use_pac_opaque()
1591 ehdr->length = host_to_be16(olen); in eap_teap_use_pac_opaque()
1592 os_memcpy(ehdr + 1, pac->pac_opaque, olen); in eap_teap_use_pac_opaque()
/kernel/linux/linux-5.10/fs/crypto/
H A Dfscrypt_private.h296 u8 *out, unsigned int olen);
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c342 sp->olen++; in mlx5e_ipsec_offload_handle_rx_skb()
/third_party/mbedtls/tests/include/test/
H A Dssl_helpers.h511 size_t *olen);
/third_party/curl/lib/
H A Dtelnet.c820 size_t olen; in check_telnet_options() local
825 olen = sep - option; in check_telnet_options()
829 switch(olen) { in check_telnet_options()
H A Durl.c2622 size_t olen; local
2639 olen = (osep ?
2660 if(!result && optionsp && olen) {
2661 obuf = malloc(olen + 1);
2688 memcpy(obuf, osep + 1, olen);
2689 obuf[olen] = '\0';
/third_party/mbedtls/library/
H A Dssl_misc.h2234 size_t *olen);
2691 * \param olen [out] the length of the data really written on the buffer
2700 size_t len, size_t *olen,
2809 unsigned char *obuf, size_t buf_len, size_t *olen);
/third_party/ffmpeg/libavcodec/
H A Dlibzvbi-teletextdec.c245 static void get_trim_info(vbi_page *page, vbi_char *row, int *leading, int *trailing, int *olen) in get_trim_info() argument
261 *olen = len; in get_trim_info()
/third_party/libwebsockets/lib/misc/
H A Dlws-struct-lejp.c548 size_t budget = 0, olen = len, m; in lws_struct_json_serialize() local
891 *written = olen - len; in lws_struct_json_serialize()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dtls1.h227 * as specified in RFC 5705. It writes |olen| bytes to |out| given a label and
232 __owur int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
241 * |olen| bytes to |out| given a label and optional context. It
245 size_t olen, const char *label,
/third_party/openssl/include/openssl/
H A Dtls1.h223 * as specified in RFC 5705. It writes |olen| bytes to |out| given a label and
228 __owur int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
237 * |olen| bytes to |out| given a label and optional context. It
241 size_t olen, const char *label,
/third_party/openssl/ohos_lite/include/openssl/
H A Dtls1.h220 * as specified in RFC 5705. It writes |olen| bytes to |out| given a label and
225 __owur int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
234 * |olen| bytes to |out| given a label and optional context. It
238 size_t olen, const char *label,
/third_party/mksh/
H A Dedit.c2814 int start, end, nlen, olen, nwords; in do_complete() local
2831 olen = end - start; in do_complete()
2844 strndupx(unescaped, xbuf + start, olen, ATEMP); in do_complete()
2870 xep -= olen; in do_complete()
2871 memmove(xcp, xcp + olen, xep - xcp + 1); in do_complete()
4208 size_t olen, nlen; in vi_cmd() local
4223 olen = !macro.p ? 2 : in vi_cmd()
4227 * nlen + olen + 2 doesn't overflow in vi_cmd()
4229 nbuf = alloc(nlen + 1 + olen, AEDIT); in vi_cmd()
4233 memcpy(nbuf + nlen, macro.p, olen); in vi_cmd()
[all...]
H A Dmisc.c2219 size_t ilen, olen, nlen, elen; in c_cd() local
2242 olen = strlen(wp[0]); in c_cd()
2244 elen = strlen(current_wd + ilen + olen) + 1; in c_cd()
2248 memcpy(dir + ilen + nlen, current_wd + ilen + olen, elen); in c_cd()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dheader.c174 u32 len, olen; in do_write_string() local
177 olen = strlen(str) + 1; in do_write_string()
178 len = PERF_ALIGN(olen, NAME_ALIGN); in do_write_string()
185 return write_padded(ff, str, olen, len); in do_write_string()
/kernel/linux/linux-5.10/include/net/
H A Dxfrm.h1036 int olen; member
1869 if (!sp || !sp->olen || sp->len != sp->olen) in xfrm_offload()
1872 return &sp->ovec[sp->olen - 1]; in xfrm_offload()
/kernel/linux/linux-6.6/include/net/
H A Dxfrm.h1056 int olen; member
1125 if (!sp || !sp->olen || sp->len != sp->olen) in xfrm_offload()
1128 return &sp->ovec[sp->olen - 1]; in xfrm_offload()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dheader.c184 u32 len, olen; in do_write_string() local
187 olen = strlen(str) + 1; in do_write_string()
188 len = PERF_ALIGN(olen, NAME_ALIGN); in do_write_string()
195 return write_padded(ff, str, olen, len); in do_write_string()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dnettest.c1851 int i, n = 0, olen = len + 1; in random_msg() local
1857 m = malloc(olen); in random_msg()
1862 i = snprintf(m + n, olen - n, "%.26s", in random_msg()
1867 i = snprintf(m + n, olen - n, "%.*s", len, in random_msg()
/third_party/alsa-lib/src/seq/
H A Dseq.c4324 size_t len, olen; in snd_seq_extract_output() local
4328 if ((olen = seq->obufused) < sizeof(snd_seq_event_t)) in snd_seq_extract_output()
4331 if (olen < len) in snd_seq_extract_output()
4340 seq->obufused = olen - len; in snd_seq_extract_output()
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c2141 lws_http_to_fallback(struct lws *wsi, unsigned char *obuf, size_t olen) in lws_http_to_fallback() argument
2187 if (wsi->a.protocol->callback(wsi, (enum lws_callback_reasons)n, wsi->user_space, obuf, olen)) in lws_http_to_fallback()
2205 size_t olen = len; in lws_handshake_server() local
2245 if (lws_http_to_fallback(wsi, obuf, olen)) { in lws_handshake_server()
2250 (*buf) = obuf + olen; in lws_handshake_server()
/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp3156 unsigned int olen; in stb_decompress() local
3159 olen = stb_decompress_length(i); in stb_decompress()
3161 stb__barrier_out_e = output + olen; in stb_decompress()
3171 IM_ASSERT(stb__dout == output + olen); in stb_decompress()
3172 if (stb__dout != output + olen) return 0; in stb_decompress()
3173 if (stb_adler32(1, output, olen) != (unsigned int) stb__in4(2)) in stb_decompress()
3175 return olen; in stb_decompress()
3181 IM_ASSERT(stb__dout <= output + olen); in stb_decompress()
3182 if (stb__dout > output + olen) in stb_decompress()
/kernel/linux/linux-5.10/lib/
H A Ddecompress_bunzip2.c750 unsigned char *outbuf, long olen, in __decompress()
747 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *outbuf, long olen, long *pos, void (*error)(char *x)) __decompress() argument
/kernel/linux/linux-5.10/net/ipv4/
H A Desp4_offload.c63 sp->olen++; in esp4_gro_receive()
/kernel/linux/linux-5.10/net/ipv6/
H A Desp6_offload.c85 sp->olen++; in esp6_gro_receive()

Completed in 71 milliseconds

12345678910>>...15