Searched defs:clear (Results 1 – 13 of 13) sorted by relevance
/hostap/src/crypto/ |
D | crypto_none.c | 21 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
|
D | des-internal.c | 399 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
|
D | crypto_nettle.c | 29 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
|
D | crypto_gnutls.c | 48 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
|
D | crypto_libtomcrypt.c | 38 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
|
D | crypto_wolfssl.c | 535 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()
|
D | crypto_linux.c | 607 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
|
D | crypto_openssl.c | 391 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/ |
D | dpp_reconfig.c | 332 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
|
D | dpp_pkex.c | 591 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
|
D | dpp_auth.c | 67 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
|
D | dpp.c | 789 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/ |
D | test_ap_pmf.py | 1497 def run_ap_pmf_beacon_protection_mismatch(dev, apdev, clear): argument
|