| /hostap-latest/port/mbedtls/ |
| D | supp_psa_api.c | 154 psa_key_type_t key_type = PSA_KEY_TYPE_AES; in aes_128_cbc_encrypt_psa() local 164 supp_psa_set_attributes(&attributes, key_type, alg, PSA_KEY_USAGE_ENCRYPT); in aes_128_cbc_encrypt_psa() 173 status = psa_cipher_set_iv(&operation, iv, PSA_CIPHER_IV_LENGTH(key_type, alg)); in aes_128_cbc_encrypt_psa() 177 …us = supp_psa_cipher_operation(&operation, data, data_len, PSA_BLOCK_CIPHER_BLOCK_LENGTH(key_type), in aes_128_cbc_encrypt_psa() 197 psa_key_type_t key_type = PSA_KEY_TYPE_AES; in aes_128_cbc_decrypt_psa() local 207 supp_psa_set_attributes(&attributes, key_type, alg, PSA_KEY_USAGE_DECRYPT); in aes_128_cbc_decrypt_psa() 216 status = psa_cipher_set_iv(&operation, iv, PSA_CIPHER_IV_LENGTH(key_type, alg)); in aes_128_cbc_decrypt_psa() 220 …us = supp_psa_cipher_operation(&operation, data, data_len, PSA_BLOCK_CIPHER_BLOCK_LENGTH(key_type), in aes_128_cbc_decrypt_psa() 240 psa_key_type_t key_type = PSA_KEY_TYPE_AES; in aes_ctr_encrypt_psa() local 250 supp_psa_set_attributes(&attributes, key_type, alg, PSA_KEY_USAGE_ENCRYPT); in aes_ctr_encrypt_psa() [all …]
|
| /hostap-latest/tests/fuzzing/eapol-key-supp/ |
| D | eapol-key-supp.c | 191 int protection_type, int key_type) in supp_mlme_setprotection() argument 195 __func__, MAC2STR(addr), protection_type, key_type); in supp_mlme_setprotection()
|
| /hostap-latest/src/rsn_supp/ |
| D | wpa_i.h | 338 int protect_type, int key_type) in wpa_sm_mlme_setprotection() argument 342 key_type); in wpa_sm_mlme_setprotection()
|
| D | wpa.h | 55 int protection_type, int key_type);
|
| /hostap-latest/src/crypto/ |
| D | crypto_libtomcrypt.c | 553 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, in crypto_rsa_encrypt_pkcs1() argument 567 res = rsa_exptmod(out, modlen, out, &len, key_type, key); in crypto_rsa_encrypt_pkcs1()
|
| /hostap-latest/wpa_supplicant/ |
| D | preauth_test.c | 147 int key_type) in wpa_supplicant_mlme_setprotection() argument
|
| D | ibss_rsn.c | 189 int protection_type, int key_type) in supp_mlme_setprotection() argument 193 __func__, MAC2STR(addr), protection_type, key_type); in supp_mlme_setprotection()
|
| D | driver_i.h | 296 int key_type) in wpa_drv_mlme_setprotection() argument 301 key_type); in wpa_drv_mlme_setprotection()
|
| D | wpas_glue.c | 590 int key_type) in wpa_supplicant_mlme_setprotection() argument 593 key_type); in wpa_supplicant_mlme_setprotection()
|
| /hostap-latest/src/drivers/ |
| D | driver_nl80211_event.c | 1791 enum nl80211_key_type key_type = in mlme_event_michael_mic_failure() local 1793 wpa_printf(MSG_DEBUG, "nl80211: Key Type %d", key_type); in mlme_event_michael_mic_failure() 1794 if (key_type == NL80211_KEYTYPE_PAIRWISE) in mlme_event_michael_mic_failure()
|
| D | driver.h | 3361 int key_type);
|
| /hostap-latest/tests/hwsim/ |
| D | test_ap_psk.py | 3379 key_type = msg3[8:10] 3391 msg3b = eapol_hdr + key_type
|