Searched refs:out (Results 201 - 225 of 5513) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/src/utils/
H A Dxml-utils.c227 static void node_to_tnds(struct xml_node_ctx *ctx, xml_node_t *out, argument
240 tnds = xml_node_create(ctx, out, NULL, "Node");
255 node_to_tnds(ctx, new_uri ? out : tnds, node, new_uri);
/external/wpa_supplicant_8/src/wps/
H A Dupnp_xml.c47 * out we do not have to read any of these attributes, just ignore them.
51 * As it turns out, we can ignore the namespaces, in fact we can ignore the
64 * @out: OUT: start of tag just after '<'
78 int xml_next_tag(const char *in, const char **out, argument
85 *out = ++in;
H A Dupnp_xml.h19 int xml_next_tag(const char *in, const char **out,
/external/wpa_supplicant_8/wpa_supplicant/
H A DMakefile1511 OBJS_wpa := $(filter-out $(OBJS_wpa_rm),$(OBJS)) $(OBJS_h) tests/test_wpa.o
H A Dmain.c131 * places in wpa_supplicant are still printing out to stdout. As a
202 goto out;
224 goto out;
237 goto out;
280 goto out;
289 goto out;
297 goto out;
306 goto out;
345 out:
H A Dnmake.mak182 link.exe /out:wpa_supplicant.exe $(LFLAGS) $(OBJS) $(OBJS2) $(LIBS)
185 link.exe /out:wpasvc.exe $(LFLAGS) $(OBJS) $(OBJS3) $(LIBS)
188 link.exe /out:wpa_cli.exe $(LFLAGS) $(OBJS_c) $(LIBS)
191 link.exe /out:wpa_passphrase.exe $(LFLAGS) $(OBJS_p) $(LIBS)
194 link.exe /out:eapol_test.exe $(LFLAGS) $(OBJS_t) $(LIBS)
197 link.exe /out:preauth_test.exe $(LFLAGS) $(OBJS_t2) $(LIBS)
200 link.exe /out:win_if_list.exe $(LFLAGS) $(OBJDIR)\win_if_list.obj $(LIBS)
H A Dp2p_supplicant.c570 * exposed out as they might/will confuse certain non-P2P aware
574 * Likewise, we don't send out network removed signals for such
620 wpa_printf(MSG_DEBUG, "P2P: Could not figure out whether "
631 wpa_printf(MSG_DEBUG, "P2P: Could not figure out whether "
843 * leave it out from the debug log entry.
976 wpa_printf(MSG_DEBUG, "P2P: Send Action frame radio work timed out");
1569 wpa_printf(MSG_DEBUG, "P2P: Group Formation timed out");
3120 "figure out the best channel to use");
3127 "figure out the best channel to use",
4964 * has timed out
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c636 out:
645 goto out;
1071 "out of memory. Cannot allocate "
1139 "out of memory. Cannot allocate memory for "
1236 "out of memory. can't allocate memory for "
1255 "out of memory. Can't allocate memory for freqs");
1320 goto out;
1324 goto out;
1328 goto out;
1332 goto out;
[all...]
H A Ddbus_new_handlers_p2p.c32 * Parses out the mac address from the peer object path.
35 * @addr - out param must be of ETH_ALEN size
335 goto out;
342 goto out;
355 goto out;
360 out:
369 goto out;
547 out:
555 goto out;
620 goto out;
[all...]
H A Ddbus_new_helpers.c84 wpa_printf(MSG_ERROR, "%s: out of memory creating dbus reply",
91 wpa_printf(MSG_ERROR, "%s: out of memory creating reply",
95 "out of memory");
115 "out of memory");
700 out:
707 goto out;
736 out:
743 goto out;
791 goto out;
799 out
[all...]
H A Ddbus_old.c26 * @network: (out) the configured network this object path refers to, if any
27 * @bssid: (out) the scanned bssid this object path refers to, if any
217 goto out;
223 goto out;
232 goto out;
296 out:
430 "could not create dbus signal; likely out of "
441 goto out;
452 goto out;
457 out
[all...]
H A Ddbus_old_handlers.c182 out:
191 goto out;
217 goto out;
223 goto out;
235 out:
262 goto out;
268 goto out;
277 out:
802 goto out;
817 out
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhw_features.c1021 goto out;
1035 goto out;
1041 goto out;
1046 goto out;
1053 out:
H A Dwps_hostapd.c1498 wpa_printf(MSG_DEBUG, "WPS: AP PIN timed out");
1828 goto out;
1835 goto out;
1853 goto out;
1861 goto out;
1868 goto out;
1881 goto out;
1891 out:
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c1531 goto out;
1562 goto out;
1571 out:
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-ccm.c92 static void aes_ccm_encr(void *aes, size_t L, const u8 *in, size_t len, u8 *out, argument
102 aes_encrypt(aes, a, out);
103 xor_aes_block(out, in);
104 out += AES_BLOCK_SIZE;
109 aes_encrypt(aes, a, out);
112 *out++ ^= *in++;
H A Daes-encblock.c20 * @out: Output of the AES block operation (16 bytes)
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
29 aes_encrypt(ctx, in, out);
H A Daes-gcm.c216 u8 *out)
225 aes_gctr(aes, J0inc, in, len, out);
215 aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, u8 *out) argument
H A Daes_wrap.h30 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out);
H A Dcrypto.h86 * @cypher: 8 octets (out)
315 * @out: Output buffer for encrypted data
325 u8 *out, size_t *outlen);
332 * @out: Output buffer for encrypted data
342 u8 *out, size_t *outlen);
349 * @out: Output buffer for encrypted (signed) data
359 u8 *out, size_t *outlen);
H A Dcrypto_cryptoapi.c703 u8 *out, size_t *outlen)
728 out[i] = tmp[*outlen - 1 - i];
738 u8 *out, size_t *outlen)
701 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
736 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
H A Dcrypto_internal-rsa.c74 u8 *out, size_t *outlen)
77 0, in, inlen, out, outlen);
83 u8 *out, size_t *outlen)
86 in, inlen, out, outlen);
92 u8 *out, size_t *outlen)
95 1, in, inlen, out, outlen);
72 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
81 crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
90 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
H A Dcrypto_libtomcrypt.c488 u8 *out, size_t *outlen)
512 pos = out;
551 u8 *out, size_t *outlen)
559 out, outlen) < 0)
563 res = rsa_exptmod(out, modlen, out, &len, key_type, key);
577 u8 *out, size_t *outlen)
580 out, outlen);
586 u8 *out, size_t *outlen)
589 out, outle
486 pkcs1_generate_encryption_block(u8 block_type, size_t modlen, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
549 crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
575 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
584 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
[all...]
H A Dcrypto_nss.c69 goto out;
79 goto out;
85 goto out;
93 goto out;
99 goto out;
102 out:
H A Dcrypto_openssl.c155 goto out;
162 goto out;
169 out:

Completed in 302 milliseconds

1234567891011>>