Searched refs:attributes (Results 1 – 15 of 15) sorted by relevance
/hostap-latest/port/mbedtls/ |
D | supp_psa_api.c | 47 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/ |
D | radius_das.py | 14 secret=None, authenticator=None, **attributes): argument 16 **attributes) 34 secret=None, authenticator=None, **attributes): argument 36 **attributes)
|
/hostap-latest/tests/hwsim/auth_serv/ |
D | ec-ca-openssl.cnf | 60 attributes = req_attributes
|
D | openssl2.cnf | 58 attributes = req_attributes
|
/hostap-latest/radius_example/ |
D | README | 11 Access-Request using User-Name and User-Password attributes. A reply
|
/hostap-latest/hs20/server/ca/ |
D | openssl-root.cnf | 69 attributes = req_attributes
|
D | openssl.cnf | 80 attributes = req_attributes
|
/hostap-latest/hostapd/ |
D | README-WPS | 264 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
|
D | hostapd.eap_user | 52 # Arbitrary RADIUS attributes can be added into Access-Accept packets similarly
|
D | ChangeLog | 378 * 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/ |
D | README-WPS | 214 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
|
D | ChangeLog | 576 * 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
|
D | README-P2P | 346 attributes from the initiator side. The replacement is only allowed if
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | eapol_test.sgml | 163 value. Multiple attributes can be specified by using the option
|
/hostap-latest/doc/ |
D | dbus.doxygen | 2439 …attributes used on the GO. This is valid only the in the GO role. An empty array is returned in P2…
|