HomeSort by relevance Sort by last modified time
    Searched refs:olen (Results 51 - 75 of 77) sorted by null

1 23 4

  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_dec.c 76 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
1259 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
1336 if (olen)
1337 *olen = plen;
asn1.h     [all...]
  /external/openssl/crypto/asn1/
tasn_dec.c 76 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
1259 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
1336 if (olen)
1337 *olen = plen;
  /external/mksh/src/
var.c 586 int olen, nlen; local
590 olen = (int)utf_mbswidth(s);
595 vp->u2.field = olen;
598 nlen = olen;
602 int slen = olen, i = 0;
    [all...]
misc.c 1858 size_t ilen, olen, nlen, elen; local
    [all...]
edit.c 2719 int start, end, nlen, olen, nwords; local
4087 size_t olen, nlen; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 1079 size_t olen;
1117 olen = o - obuf;
1118 if (width+olen >= line_len && line_len > 0) {
1122 ck_fwrite(obuf, 1, olen, fp);
1123 width += olen;
1072 size_t olen; local
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.c 804 int hlen, tlen, olen; local
881 olen = 0;
883 olen += o->m_len;
884 if (hlen + olen < len) {
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 1399 size_t tlv_len, olen; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
tls1.h 297 * as specified in RFC 5705. It writes |olen| bytes to |out| given a label and
303 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
    [all...]
asn1.h     [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
tls1.h 297 * as specified in RFC 5705. It writes |olen| bytes to |out| given a label and
303 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
    [all...]
ssl_locl.h     [all...]
ssl_lib.c     [all...]
  /external/openssl/include/openssl/
tls1.h 301 * as specified in RFC 5705. It writes |olen| bytes to |out| given a label and
307 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
    [all...]
  /external/openssl/ssl/
tls1.h 301 * as specified in RFC 5705. It writes |olen| bytes to |out| given a label and
307 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
    [all...]
ssl_locl.h     [all...]
ssl_lib.c     [all...]
  /external/ppp/pppd/
sys-solaris.c     [all...]
eap.c 1257 int dsize, fd, olen = len; local
1284 if (olen <= 0 || *inp + 1 > olen) {
1285 dbglog("EAP: decoded pseudonym is unusable <%.*B>", olen, inp);
    [all...]
  /external/tcpdump/
print-ppp.c 1400 u_int olen = length; \/* _o_riginal length *\/ local
    [all...]
  /external/fio/
options.c 3756 int olen = s - opt; local
    [all...]
  /external/qemu/disas/
i386.c 6261 size_t olen = strlen (obuf); local
6511 size_t olen; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.c 97 u32 len, olen; local
100 olen = strlen(str) + 1;
101 len = PERF_ALIGN(olen, NAME_ALIGN);
108 return write_padded(fd, str, olen, len);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 1317 size_t olen, dlen; local
    [all...]

Completed in 878 milliseconds

1 23 4