HomeSort by relevance Sort by last modified time
    Searched refs:plen (Results 101 - 125 of 249) sorted by null

1 2 3 45 6 7 8 910

  /external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c 222 size_t send_len, plen; local
237 plen = 1 + send_len;
239 plen += 4;
240 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_TNC, plen,
eap_server_wsc.c 190 size_t send_len, plen; local
202 plen = 2 + send_len;
204 plen += 2;
205 req = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, plen,
eap_server_eke.c 115 size_t plen; local
117 plen = 1 + length;
119 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_EKE, plen,
185 size_t plen; local
189 plen = 2 + 4 * 4 + 1 + sm->server_id_len;
190 msg = eap_eke_build_msg(data, id, plen, EAP_EKE_ID);
307 size_t plen, prot_len; local
313 plen = data->sess.pnonce_ps_len + data->sess.prf_len;
314 msg = eap_eke_build_msg(data, id, plen, EAP_EKE_CONFIRM);
eap_server.c 89 size_t plen = 1; local
96 plen += 2 + domain_len;
100 (EapType) EAP_ERP_TYPE_REAUTH_START, plen,
695 size_t plen; local
715 plen = 1 + 2 + 2 + os_strlen(nai);
717 plen += 1 + hash_len;
719 plen, EAP_CODE_FINISH, id);
1456 size_t plen; local
    [all...]
eap_server_ikev2.c 138 size_t send_len, plen, icv_len = 0; local
153 plen = 1 + send_len;
155 plen += 4;
169 plen += icv_len;
171 req = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, plen,
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 672 size_t plen; local
689 plen = be_to_host16(hdr->length);
690 if (sizeof(*hdr) + plen > sm->last_rx_key_len || plen < sizeof(*key)) {
756 key_len = plen - sizeof(*key);
1256 size_t plen; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
PKCS1Encoding.java 42 private int pLen = -1;
60 * @param pLen Length of the expected plaintext.
64 int pLen)
68 this.pLen = pLen;
87 this.pLen = fallback.length;
250 * @param pLen Expected length of the plaintext.
253 private static int checkPkcs1Encoding(byte[] encoded, int pLen) {
263 int plen = encoded.length - ( local
264 pLen /* Lenght of the PMS *
    [all...]
  /external/libevent/include/event2/
rpc.h 116 @param plen a pointer to the length of the value
119 #define EVTAG_GET_WITH_LEN(msg, member, pvalue, plen) \
120 (*(msg)->base->member##_get)((msg), (pvalue), (plen))
  /external/libnfc-nci/src/nfc/ndef/
ndef_utils.c 843 int plen = (payload_len < 256) ? 1 : 4; local
853 recSize = payload_len + 2 + type_len + plen + ilen + id_len;
873 if (plen == 1)
885 if (plen == 1)
939 INT32 plen = (payload_len < 256) ? 1 : 4; local
943 recSize = payload_len + 2 + type_len + plen + ilen + id_len;
969 if (plen == 1)
981 if (plen == 1)
    [all...]
  /external/boringssl/src/crypto/pem/
pem_lib.c 224 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, const char *name, BIO *bp,
250 *plen = len;
389 int PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *plen,
398 len= *plen;
431 *plen=j;
  /external/flac/libFLAC/
stream_encoder_framing.c 495 const unsigned plen = is_extended? FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2_PARAMETER_LEN : FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_PARAMETER_LEN; local
502 if(!FLAC__bitwriter_write_raw_uint32(bw, rice_parameters[0], plen))
509 if(!FLAC__bitwriter_write_raw_uint32(bw, pesc, plen))
530 if(!FLAC__bitwriter_write_raw_uint32(bw, rice_parameters[i], plen))
536 if(!FLAC__bitwriter_write_raw_uint32(bw, pesc, plen))
  /external/wpa_supplicant_8/src/eap_peer/
eap_pax.c 95 u8 id, u8 op_code, size_t plen)
101 sizeof(*pax) + plen, EAP_CODE_RESPONSE, id);
124 size_t left, plen; local
190 plen = 2 + EAP_PAX_RAND_LEN + 2 + data->cid_len + 2 + EAP_PAX_MAC_LEN +
192 resp = eap_pax_alloc_resp(req, id, EAP_PAX_OP_STD_2, plen);
eap_wsc.c 302 size_t send_len, plen; local
318 plen = 2 + send_len;
320 plen += 2;
321 resp = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, plen,
  /external/curl/lib/
socks.c 204 size_t plen = strlen(proxy_name); local
205 if(plen >= sizeof(socksreq) - 8) {
210 memcpy(socksreq + 8, proxy_name, plen+1);
496 * |VER | ULEN | UNAME | PLEN | PASSWD |
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_py.py 111 plen = 0
113 plen = len(src_dir)+1
117 file[plen:] for file in self.find_data_files(package, src_dir)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build_py.py 111 plen = 0
113 plen = len(src_dir)+1
117 file[plen:] for file in self.find_data_files(package, src_dir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 111 plen = 0
113 plen = len(src_dir)+1
117 file[plen:] for file in self.find_data_files(package, src_dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 111 plen = 0
113 plen = len(src_dir)+1
117 file[plen:] for file in self.find_data_files(package, src_dir)
  /bionic/libc/dns/nameser/
ns_name.c 999 int b, blen, plen, i; local
1003 plen = (blen + 3) / 4;
1004 plen += (int)sizeof("\\[x/]") + (blen > 99 ? 3 : (blen > 9) ? 2 : 1);
1005 if (dn + plen >= eom)
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 701 int plen; local
705 plen = sizeof(struct in_addr) << 3;
708 plen = sizeof(struct in6_addr) << 3;
714 if (pref == plen)
  /external/ppp/pppd/
chap-new.c 134 static int chap_print_pkt(unsigned char *p, int plen,
589 chap_print_pkt(unsigned char *p, int plen,
596 if (plen < CHAP_HDRLEN)
601 if (len < CHAP_HDRLEN || len > plen)
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 60 plen=plen(ix);
  /external/mksh/src/
misc.c 1615 size_t len, plen = 0; local
    [all...]
  /external/ImageMagick/coders/
meta.c 2129 plen; local
    [all...]
  /external/tcpdump/
print-rsvp.c 635 , u_int plen
1802 u_short plen, tlen, subtlen; local
    [all...]

Completed in 631 milliseconds

1 2 3 45 6 7 8 910