Searched refs:SHA1Init (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dmesa-sha1.h39 SHA1Init(ctx);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dmesa-sha1.h39 SHA1Init(ctx);
/xsrc/external/mit/MesaLib.old/dist/src/util/sha1/
H A Dsha1.h29 void SHA1Init(SHA1_CTX *);
H A Dsha1.c105 * SHA1Init - Initialize new context
108 SHA1Init(SHA1_CTX *context) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/util/sha1/
H A Dsha1.h29 void SHA1Init(SHA1_CTX *);
H A Dsha1.c105 * SHA1Init - Initialize new context
108 SHA1Init(SHA1_CTX *context) function in typeref:typename:void
/xsrc/external/mit/xorg-server/dist/os/
H A Dxsha1.c41 #define SHA1Init SHA1_Init macro
54 SHA1Init(ctx);
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dxsha1.c18 SHA1Init(ctx);
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac1353 AC_CHECK_FUNC([SHA1Init], [HAVE_SHA1_IN_LIBC=yes])
1377 AC_CHECK_LIB([md], [SHA1Init], [HAVE_LIBMD=yes])
H A Dconfigure33396 { echo "$as_me:$LINENO: checking for SHA1Init" >&5
33397 echo $ECHO_N "checking for SHA1Init... $ECHO_C" >&6; }
33407 /* Define SHA1Init to an innocuous variant, in case <limits.h> declares SHA1Init.
33409 #define SHA1Init innocuous_SHA1Init
33412 which can conflict with char SHA1Init (); below.
33422 #undef SHA1Init
33430 char SHA1Init ();
33441 return SHA1Init ();
33598 { echo "$as_me:$LINENO: checking for SHA1Init i
[all...]
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac1498 AC_CHECK_FUNC([SHA1Init], [HAVE_SHA1_IN_LIBC=yes])
1535 AC_CHECK_LIB([md], [SHA1Init], [HAVE_LIBMD=yes])
H A Dconfigure30982 ac_fn_c_check_func "$LINENO" "SHA1Init" "ac_cv_func_SHA1Init"
31037 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for SHA1Init in -lmd" >&5
31038 printf %s "checking for SHA1Init in -lmd... " >&6; }
31057 char SHA1Init (void);
31061 return SHA1Init ();
[all...]

Completed in 145 milliseconds