Home | History | Annotate | Download | only in crypto

Lines Matching refs:library

12 $!  library for OpenSSL.  The "xxx" denotes the machine architecture, ALPHA,
21 $! LIBRARY To just compile the [.xxx.EXE.CRYPTO]LIBCRYPTO.OLB Library.
23 $! ALL To do both LIBRARY and APPS
37 $! P4, if defined, sets a TCP/IP library to use, through one of the following
48 $! fully compiled library.
51 $! Define A TCP/IP Library That We Will Need To Link To.
139 $! Define The Library Name.
147 $! Check To See If We Already Have A "[.xxx.EXE.CRYPTO]LIBCRYPTO.OLB" Library...
152 $! Guess Not, Create The Library.
154 $ LIBRARY/CREATE/OBJECT 'LIB_NAME'
156 $! End The Library Check.
164 $! Define The Different Encryption "library" Strings.
339 $! Create The Library and Apps Module Names.
357 $! Check if the library module name actually is defined
377 $ WRITE SYS$OUTPUT "Compiling The ",MODULE_NAME1," Library Files. (",BUILDALL,",",STATE,")"
446 $ IF STATE .EQS. "LIB" .AND. BUILDALL .NES. "LIBRARY"
544 $! Add It To The Library.
546 $ LIBRARY/REPLACE 'LIB_NAME' 'OBJECT_FILE'
557 $! All Done With This Library Part.
563 $ IF F$TYPE('APPS_MODULE') .NES. "" .AND. BUILDALL .NES. "LIBRARY"
585 $! Check To See If We Are To Link With A Specific TCP/IP Library.
590 $! Link With A TCP/IP Library.
594 'CRYPTO_LIB'/LIBRARY, -
601 $! Don't Link With A TCP/IP Library.
605 'CRYPTO_LIB'/LIBRARY, -
608 $! End The TCP/IP Library Check.
650 ! The Sharable VAX C Runtime Library.
679 ! The Sharable C Runtime Library.
681 GNU_CC:[000000]GCCLIB/LIBRARY
714 ! The Sharable DEC C Runtime Library.
729 ! The Sharable C Runtime Library.
774 $ IF (P1.EQS."LIBRARY").OR.(P1.EQS."APPS")
791 $ WRITE SYS$OUTPUT " LIBRARY : To Compile Just The [.xxx.EXE.CRYPTO]LIBCRYPTO.OLB Library."
955 $! Find out what socket library we have available
977 .OR. F$PARSE("SYS$LIBRARY:UCX$IPC.OLB") .NES. ""
980 $! Last resort: a UCX or UCX-compatible library
1176 $! Time to check the contents, and to make sure we get the correct library.
1187 $! Set the library to use SOCKETSHR
1200 $! Set the library to use UCX emulation.
1213 $! Set the library to use UCX.
1233 $! Set the library to use TCPIP (post UCX).
1246 $! Do not use a TCPIP library.
1256 $ WRITE SYS$OUTPUT "TCP/IP library spec: ", TCPIP_LIB
1267 $ WRITE SYS$OUTPUT " SOCKETSHR : To link with SOCKETSHR TCP/IP library."
1268 $ WRITE SYS$OUTPUT " UCX : To link with UCX TCP/IP library."
1269 $ WRITE SYS$OUTPUT " TCPIP : To link with TCPIP (post UCX) TCP/IP library."