/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_teap.c | 1581 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 D | fscrypt_private.h | 296 u8 *out, unsigned int olen);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_rxtx.c | 342 sp->olen++; in mlx5e_ipsec_offload_handle_rx_skb()
|
/third_party/mbedtls/tests/include/test/ |
H A D | ssl_helpers.h | 511 size_t *olen);
|
/third_party/curl/lib/ |
H A D | telnet.c | 820 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 D | url.c | 2622 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 D | ssl_misc.h | 2234 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 D | libzvbi-teletextdec.c | 245 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 D | lws-struct-lejp.c | 548 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 D | tls1.h | 227 * 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 D | tls1.h | 223 * 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 D | tls1.h | 220 * 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 D | edit.c | 2814 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 D | misc.c | 2219 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 D | header.c | 174 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 D | xfrm.h | 1036 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 D | xfrm.h | 1056 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 D | header.c | 184 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 D | nettest.c | 1851 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 D | seq.c | 4324 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 D | server.c | 2141 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 D | imgui_draw.cpp | 3156 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 D | decompress_bunzip2.c | 750 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 D | esp4_offload.c | 63 sp->olen++; in esp4_gro_receive()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | esp6_offload.c | 85 sp->olen++; in esp6_gro_receive()
|