Home
last modified time | relevance | path

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

/hostap-latest/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.c531 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
1362 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit()
1823 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) in crypto_ec_point_deinit()
Dcrypto_mbedtls_alt.c776 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
1199 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit()
2162 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.c329 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
1936 void crypto_bignum_deinit(struct crypto_bignum *n, int clear) in crypto_bignum_deinit()
2435 void crypto_ec_point_deinit(struct crypto_ec_point *p, int clear) in crypto_ec_point_deinit()
/hostap-latest/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.c788 struct wpabuf *clear = NULL, *msg = NULL, *pe = NULL; in dpp_build_conf_req_attr() local
2038 struct wpabuf *clear = NULL, *msg = NULL; in dpp_build_conf_resp() local
3597 struct wpabuf *msg, *clear; in dpp_build_conf_result() local
3815 struct wpabuf *msg = NULL, *clear = NULL, *json; in dpp_build_conn_status_result() local
/hostap-latest/tests/hwsim/
Dtest_ap_pmf.py1467 def run_ap_pmf_beacon_protection_mismatch(dev, apdev, clear): argument