usr/src/uts/common/sys/iscsi_authclient.h
changeset 12546 b9d61378e1b8
parent 2314 4fe9bb63bd02
equal deleted inserted replaced
12545:4850116ee928 12546:b9d61378e1b8
    18  *
    18  *
    19  * CDDL HEADER END
    19  * CDDL HEADER END
    20  */
    20  */
    21 /*
    21 /*
    22  * Copyright 2000 by Cisco Systems, Inc.  All rights reserved.
    22  * Copyright 2000 by Cisco Systems, Inc.  All rights reserved.
    23  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
    23  * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
    24  * Use is subject to license terms.
       
    25  */
    24  */
    26 
    25 
    27 #ifndef	_ISCSI_AUTHCLIENT_H
    26 #ifndef	_ISCSI_AUTHCLIENT_H
    28 #define	_ISCSI_AUTHCLIENT_H
    27 #define	_ISCSI_AUTHCLIENT_H
    29 
    28 
    30 #pragma ident	"%Z%%M%	%I%	%E% SMI"
       
    31 
    29 
    32 /*
    30 /*
    33  * This file is the include file for for iscsiAuthClient.c
    31  * This file is the include file for for iscsiAuthClient.c
    34  */
    32  */
    35 
    33 
    36 #ifdef __cplusplus
    34 #ifdef __cplusplus
    37 extern "C" {
    35 extern "C" {
    38 #endif
    36 #endif
    39 
    37 
    40 enum { iscsiAuthStringMaxLength = 256 };
    38 enum { iscsiAuthStringMaxLength = 512 };
    41 enum { iscsiAuthStringBlockMaxLength = 1024 };
    39 enum { iscsiAuthStringBlockMaxLength = 1024 };
    42 enum { iscsiAuthLargeBinaryMaxLength = 1024 };
    40 enum { iscsiAuthLargeBinaryMaxLength = 1024 };
    43 
    41 
    44 enum { iscsiAuthRecvEndMaxCount = 10 };
    42 enum { iscsiAuthRecvEndMaxCount = 10 };
    45 
    43