Home
last modified time | relevance | path

Searched refs:key_length (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa.c850 reply->key_length = 0; in wpa_supplicant_key_request()
954 reply->key_length = key->key_length; in wpa_supplicant_process_1_of_4()
1184 keylen = BE_16(key->key_length); in wpa_supplicant_process_3_of_4()
1225 reply->key_length = key->key_length; in wpa_supplicant_process_3_of_4()
1355 keylen = BE_16(key->key_length); in wpa_supplicant_process_1_of_2()
1506 reply->key_length = key->key_length; in wpa_supplicant_process_1_of_2()
H A Dwpa_impl.h70 uint16_t key_length; member
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_login.c993 int key_length = key ? strlen(key) : 0; in iscsi_make_login_pdu() local
995 char *auth_value = data + pdu_length + key_length + 1; in iscsi_make_login_pdu()
997 (pdu_length + key_length + 1); in iscsi_make_login_pdu()
1011 key_length); in iscsi_make_login_pdu()
1012 pdu_length += key_length; in iscsi_make_login_pdu()
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c44 CK_ULONG key_length; /* length of key */ member
1307 key_len = wrap_info.key_length; in clone_by_wrap()