Searched defs:key_length (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_login.c993 int key_length = key ? strlen(key) : 0; local
995 char *auth_value = data + pdu_length + key_length + 1;
997 (pdu_length + key_length + 1);
1011 key_length);
1012 pdu_length += key_length;
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_lic.c1156 uint8_t key_length; local
1165 key_length = ((uint8_t*)keyp)[1] + EFX_LICENSE_V3_HASH_LENGTH;
1167 if(key_length > EFX_LICENSE_V3_KEY_LENGTH_MAX) {
1173 if (key_length != length) {
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c44 CK_ULONG key_length; /* length of key */ member in struct:_wrap_info
1307 key_len = wrap_info.key_length;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_impl.h70 uint16_t key_length; member in struct:wpa_eapol_key

Completed in 65 milliseconds