Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 15 of 15) sorted by relevance

/hostap-latest/port/mbedtls/
Dsupp_psa_api.c47 static inline void supp_psa_set_attributes(psa_key_attributes_t *attributes, u32 type, u32 alg, u32… in supp_psa_set_attributes() argument
49 psa_set_key_type(attributes, type); in supp_psa_set_attributes()
50 psa_set_key_algorithm(attributes, alg); in supp_psa_set_attributes()
51 psa_set_key_usage_flags(attributes, usage); in supp_psa_set_attributes()
126 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in aes_128_encrypt_block_psa() local
131 supp_psa_set_attributes(&attributes, PSA_KEY_TYPE_AES, alg, PSA_KEY_USAGE_ENCRYPT); in aes_128_encrypt_block_psa()
133 status = psa_import_key(&attributes, key, SUPP_PSA_BLOCK_SIZE_128, &key_id); in aes_128_encrypt_block_psa()
135 psa_reset_key_attributes(&attributes); in aes_128_encrypt_block_psa()
151 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; 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()
[all …]
/hostap-latest/tests/hwsim/
Dradius_das.py14 secret=None, authenticator=None, **attributes): argument
16 **attributes)
34 secret=None, authenticator=None, **attributes): argument
36 **attributes)
/hostap-latest/tests/hwsim/auth_serv/
Dec-ca-openssl.cnf60 attributes = req_attributes
Dopenssl2.cnf58 attributes = req_attributes
/hostap-latest/radius_example/
DREADME11 Access-Request using User-Name and User-Password attributes. A reply
/hostap-latest/hs20/server/ca/
Dopenssl-root.cnf69 attributes = req_attributes
Dopenssl.cnf80 attributes = req_attributes
/hostap-latest/hostapd/
DREADME-WPS264 i.e., it will have to include valid WPS attributes. extra_cred can
288 WPS-NEW-AP-SETTINGS <hexdump of AP Setup attributes>
322 only the WPS attributes; NDEF parameter requests additional NDEF
Dhostapd.eap_user52 # Arbitrary RADIUS attributes can be added into Access-Accept packets similarly
DChangeLog378 * added support for number of new RADIUS attributes from RFC 7268
574 parameters to allow adding/overriding of RADIUS attributes in
888 * copy optional Proxy-State attributes into RADIUS response when acting
978 for each STA based on RADIUS Access-Accept attributes); this requires
1118 * fixed PMKSA caching to copy User-Name and Class attributes so that
/hostap-latest/wpa_supplicant/
DREADME-WPS214 processing the credential attributes and updating wpa_supplicant
336 include only the WPS attributes; NDEF parameter requests additional NDEF
389 requests this to include only the WPS attributes; NDEF parameter
DChangeLog576 * fixed EAP-AKA' message parser with multiple AT_KDF attributes
986 specific attributes to be added to WPS M1
1483 attributes in EAP-SIM Start/Response when using fast reauthentication
1837 decrypt AT_ENCR_DATA attributes correctly
DREADME-P2P346 attributes from the initiator side. The replacement is only allowed if
/hostap-latest/wpa_supplicant/doc/docbook/
Deapol_test.sgml163 value. Multiple attributes can be specified by using the option
/hostap-latest/doc/
Ddbus.doxygen2439attributes used on the GO. This is valid only the in the GO role. An empty array is returned in P2…