Home
last modified time | relevance | path

Searched defs:clear (Results 1 – 13 of 13) sorted by relevance

/hostap/src/crypto/
Dcrypto_none.c21 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
Ddes-internal.c399 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
Dcrypto_nettle.c29 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
Dcrypto_gnutls.c48 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
Dcrypto_libtomcrypt.c38 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
Dcrypto_wolfssl.c535 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
1366 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit()
1827 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) in crypto_ec_point_deinit()
Dcrypto_linux.c607 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
Dcrypto_openssl.c391 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
2035 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit()
2534 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) in crypto_ec_point_deinit()
/hostap/src/common/
Ddpp_reconfig.c332 struct wpabuf *msg = NULL, *clear, *pr = NULL; in dpp_reconfig_build_resp() local
575 struct wpabuf *msg = NULL, *clear; in dpp_reconfig_build_conf() local
Ddpp_pkex.c591 struct wpabuf *clear = NULL; in dpp_pkex_build_commit_reveal_req() local
915 struct wpabuf *clear = NULL; in dpp_pkex_build_commit_reveal_resp() local
Ddpp_auth.c67 u8 clear[4 + DPP_MAX_NONCE_LEN + 4 + 1]; in dpp_auth_build_req() local
247 u8 clear[DPP_AUTH_RESP_CLEAR_LEN]; in dpp_auth_build_resp() local
Ddpp.c789 struct wpabuf *clear = NULL, *msg = NULL, *pe = NULL; in dpp_build_conf_req_attr() local
2087 struct wpabuf *clear = NULL, *msg = NULL; in dpp_build_conf_resp() local
3670 struct wpabuf *msg, *clear; in dpp_build_conf_result() local
3888 struct wpabuf *msg = NULL, *clear = NULL, *json; in dpp_build_conn_status_result() local
/hostap/tests/hwsim/
Dtest_ap_pmf.py1497 def run_ap_pmf_beacon_protection_mismatch(dev, apdev, clear): argument