Home
last modified time | relevance | path

Searched refs:olen (Results 176 - 200 of 365) sorted by relevance

12345678910>>...15

/third_party/mbedtls/library/
H A Dssl_client.c29 size_t *olen) in ssl_write_hostname_ext()
34 *olen = 0; in ssl_write_hostname_ext()
90 *olen = hostname_len + 9; in ssl_write_hostname_ext()
26 ssl_write_hostname_ext(mbedtls_ssl_context *ssl, unsigned char *buf, const unsigned char *end, size_t *olen) ssl_write_hostname_ext() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c274 size_t olen = 0; in chacha20_poly1305_aead_cipher() local
394 olen = inl; in chacha20_poly1305_aead_cipher()
397 *outl = olen; in chacha20_poly1305_aead_cipher()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c274 size_t olen = 0; in chacha20_poly1305_aead_cipher() local
394 olen = inl; in chacha20_poly1305_aead_cipher()
397 *outl = olen; in chacha20_poly1305_aead_cipher()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_object.c53 int a2d_ASN1_OBJECT(unsigned char *out, int olen, const char *buf, int num) in a2d_ASN1_OBJECT() argument
160 if (len + i > olen) { in a2d_ASN1_OBJECT()
H A Dtasn_dec.c42 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
1135 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument
1207 if (olen != NULL) in asn1_check_tlen()
1208 *olen = plen; in asn1_check_tlen()
/third_party/openssl/crypto/asn1/
H A Da_object.c53 int a2d_ASN1_OBJECT(unsigned char *out, int olen, const char *buf, int num) in a2d_ASN1_OBJECT() argument
160 if (len + i > olen) { in a2d_ASN1_OBJECT()
H A Dtasn_dec.c42 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
1135 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument
1207 if (olen != NULL) in asn1_check_tlen()
1208 *olen = plen; in asn1_check_tlen()
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-mqtt.c959 size_t used_in, olen[6] = { 0, 0, 0, 0, 0, 0 }, tot = 0; in secstream_connect_munge_mqtt() local
1062 &used_in, &olen[n]) != LSTRX_DONE) { in secstream_connect_munge_mqtt()
1067 tot += olen[n] + 1; in secstream_connect_munge_mqtt()
1094 &used_in, &olen[n]) != LSTRX_DONE) in secstream_connect_munge_mqtt()
1097 p += olen[n] + 1; in secstream_connect_munge_mqtt()
1108 h->u.mqtt.subscribe_to_len = olen[SSCMM_STRSUB_SUBSCRIBE]; in secstream_connect_munge_mqtt()
/third_party/backends/backend/
H A Dxerox_mfp.c1381 int olen; /* output len */ in sane_read() local
1412 copy_decompress_data(dev, buf, maxlen, &olen); in sane_read()
1414 clrlen = copy_mix_bands_trim(dev, buf, maxlen, &olen); in sane_read()
1417 clrlen = copy_plain_trim(dev, buf, maxlen, &olen); in sane_read()
1421 buf += olen; in sane_read()
1422 maxlen -= olen; in sane_read()
1423 *lenp += olen; in sane_read()
1424 dev->total_out_size += olen; in sane_read()
1426 DBG(9, "<> olen: %d, clrlen: %d, blocklen: %d/%d, maxlen %d (%d %d %d)\n", in sane_read()
1427 olen, clrle in sane_read()
[all...]
/third_party/lwip/src/netif/ppp/
H A Dipcp.c2241 int code, id, len, olen; in ipcp_printpkt() local
2271 GETCHAR(olen, p); in ipcp_printpkt()
2273 if (olen < 2 || olen > len) { in ipcp_printpkt()
2277 len -= olen; in ipcp_printpkt()
2278 optend = p + olen; in ipcp_printpkt()
2281 if (olen == CILEN_ADDRS) { in ipcp_printpkt()
2291 if (olen >= CILEN_COMPRESS) { in ipcp_printpkt()
2309 if (olen == CILEN_ADDR) { in ipcp_printpkt()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ar5523/
H A Dar5523.h65 int olen; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ar5523/
H A Dar5523.h65 int olen; member
/kernel/linux/linux-6.6/fs/
H A Dioctl.c232 u64 off, u64 olen, u64 destoff) in ioctl_file_clone()
241 olen, 0); in ioctl_file_clone()
244 else if (olen && cloned != olen) in ioctl_file_clone()
231 ioctl_file_clone(struct file *dst_file, unsigned long srcfd, u64 off, u64 olen, u64 destoff) ioctl_file_clone() argument
/third_party/curl/lib/
H A Ddoh.c80 size_t *olen) /* output length */ in doh_encode()
143 *olen = 0; in doh_encode()
165 *olen = dnsp - orig; in doh_encode()
169 DEBUGASSERT(*olen == expected_len); in doh_encode()
76 doh_encode(const char *host, DNStype dnstype, unsigned char *dnsp, size_t len, size_t *olen) doh_encode() argument
H A Dhostip.c170 size_t olen = 0; in create_hostcache_id() local
177 olen++; in create_hostcache_id()
179 olen += msnprintf(ptr, 7, ":%u", port); in create_hostcache_id()
180 return olen; in create_hostcache_id()
/third_party/libwebsockets/lib/misc/fts/
H A Dtrie.c553 unsigned int olen, n; in lws_fts_fill() local
808 olen = t->parser->suffix_len; in lws_fts_fill()
877 if (t->str_match_pos != olen) { in lws_fts_fill()
880 e->suffix_len = olen - (t->str_match_pos - 1); in lws_fts_fill()
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_enc.c32 unsigned char *out, size_t olen, int fatal) in tls1_PRF()
72 if (EVP_KDF_derive(kctx, out, olen, params)) { in tls1_PRF()
705 int tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen, in tls1_export_keying_material() argument
773 out, olen, 0); in tls1_export_keying_material()
25 tls1_PRF(SSL *s, const void *seed1, size_t seed1_len, const void *seed2, size_t seed2_len, const void *seed3, size_t seed3_len, const void *seed4, size_t seed4_len, const void *seed5, size_t seed5_len, const unsigned char *sec, size_t slen, unsigned char *out, size_t olen, int fatal) tls1_PRF() argument
/third_party/openssl/ssl/
H A Dtls13_enc.c819 int tls13_export_keying_material(SSL *s, unsigned char *out, size_t olen, in tls13_export_keying_material() argument
852 out, olen, 0)) in tls13_export_keying_material()
861 int tls13_export_keying_material_early(SSL *s, unsigned char *out, size_t olen, in tls13_export_keying_material_early() argument
916 out, olen, 0)) in tls13_export_keying_material_early()
H A Dt1_enc.c32 unsigned char *out, size_t olen, int fatal) in tls1_PRF()
72 if (EVP_KDF_derive(kctx, out, olen, params)) { in tls1_PRF()
700 int tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen, in tls1_export_keying_material() argument
768 out, olen, 0); in tls1_export_keying_material()
25 tls1_PRF(SSL *s, const void *seed1, size_t seed1_len, const void *seed2, size_t seed2_len, const void *seed3, size_t seed3_len, const void *seed4, size_t seed4_len, const void *seed5, size_t seed5_len, const unsigned char *sec, size_t slen, unsigned char *out, size_t olen, int fatal) tls1_PRF() argument
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dfdt_ro.c16 int olen; in fdt_nodename_eq_() local
17 const char *p = fdt_get_name(fdt, offset, &olen); in fdt_nodename_eq_()
19 if (!p || olen < len) in fdt_nodename_eq_()
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dfdt_ro.c16 int olen; in fdt_nodename_eq_() local
17 const char *p = fdt_get_name(fdt, offset, &olen); in fdt_nodename_eq_()
19 if (!p || olen < len) in fdt_nodename_eq_()
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c785 size_t olen = len; in rops_write_role_protocol_h1() local
810 return (int)olen; in rops_write_role_protocol_h1()
847 return (int)olen; in rops_write_role_protocol_h1()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c598 int pad, len, width = TT.width, abslen, sign, olen, extra = 0; in show_ps() local
617 olen = (TT.tty) ? utf8len(out) : strlen(out); in show_ps()
618 if ((field->which<=PS_BIT || FLAG(w)) && olen>abslen) { in show_ps()
620 extra += olen-abslen; in show_ps()
621 abslen = olen; in show_ps()
622 } else if (extra && olen<abslen) { in show_ps()
623 int unused = abslen-olen; in show_ps()
641 if (olen>len && len>1 && sign<0) { in show_ps()
/third_party/toybox/toys/posix/
H A Dps.c641 int pad, len, width = TT.width, abslen, sign, olen, extra = 0; in show_ps() local
660 olen = (TT.tty) ? utf8len(out) : strlen(out); in show_ps()
661 if ((field->which<=PS_BIT || FLAG(w)) && olen>abslen) { in show_ps()
663 extra += olen-abslen; in show_ps()
664 abslen = olen; in show_ps()
665 } else if (extra && olen<abslen) { in show_ps()
666 int unused = abslen-olen; in show_ps()
684 if (olen>len && len>1 && sign<0) { in show_ps()
/kernel/linux/linux-5.10/lib/
H A Ddecompress_unxz.c401 unsigned char *out_buf, long olen, in __decompress()
398 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long olen, long *pos, void (*error)(char *x)) __decompress() argument

Completed in 31 milliseconds

12345678910>>...15