Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_login.c999 int key_length = key ? strlen(key) : 0; in iscsi_make_login_pdu() local
1001 char *auth_value = data + pdu_length + key_length + 1; in iscsi_make_login_pdu()
1003 (pdu_length + key_length + 1); in iscsi_make_login_pdu()
1017 key_length); in iscsi_make_login_pdu()
1018 pdu_length += key_length; in iscsi_make_login_pdu()
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_lic.c1156 uint8_t key_length; in efx_lic_v3_validate_key() local
1165 key_length = ((uint8_t*)keyp)[1] + EFX_LICENSE_V3_HASH_LENGTH; in efx_lic_v3_validate_key()
1167 if(key_length > EFX_LICENSE_V3_KEY_LENGTH_MAX) { in efx_lic_v3_validate_key()
1173 if (key_length != length) { in efx_lic_v3_validate_key()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c45 CK_ULONG key_length; /* length of key */ member
1311 key_len = wrap_info.key_length; in clone_by_wrap()