Home
last modified time | relevance | path

Searched refs:key_type (Results 1 – 12 of 12) sorted by relevance

/hostap-latest/port/mbedtls/
Dsupp_psa_api.c154 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/
Deapol-key-supp.c191 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/
Dwpa_i.h338 int protect_type, int key_type) in wpa_sm_mlme_setprotection() argument
342 key_type); in wpa_sm_mlme_setprotection()
Dwpa.h55 int protection_type, int key_type);
/hostap-latest/src/crypto/
Dcrypto_libtomcrypt.c553 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/
Dpreauth_test.c147 int key_type) in wpa_supplicant_mlme_setprotection() argument
Dibss_rsn.c189 int protection_type, int key_type) in supp_mlme_setprotection() argument
193 __func__, MAC2STR(addr), protection_type, key_type); in supp_mlme_setprotection()
Ddriver_i.h296 int key_type) in wpa_drv_mlme_setprotection() argument
301 key_type); in wpa_drv_mlme_setprotection()
Dwpas_glue.c590 int key_type) in wpa_supplicant_mlme_setprotection() argument
593 key_type); in wpa_supplicant_mlme_setprotection()
/hostap-latest/src/drivers/
Ddriver_nl80211_event.c1791 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()
Ddriver.h3361 int key_type);
/hostap-latest/tests/hwsim/
Dtest_ap_psk.py3379 key_type = msg3[8:10]
3391 msg3b = eapol_hdr + key_type