Searched refs:PROTO_LIST (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsasl/include/
H A Dmd5global.h29 /* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
30 If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
34 #define PROTO_LIST(list) list macro
36 #define PROTO_LIST(list) () macro
H A Dmd5_private.h48 void _sasl_MD5Init PROTO_LIST ((MD5_CTX *));
49 void _sasl_MD5Update PROTO_LIST
51 void _sasl_MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *));
53 void _sasl_hmac_md5 PROTO_LIST ((unsigned char *, int, unsigned char *, int, caddr_t));
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ami.h688 * PROTO_LIST is defined depending on how PROTOTYPES is defined above.
689 * If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
694 #define PROTO_LIST(list) list macro
696 #define PROTO_LIST(list) () macro
704 AMI_STATUS ami_init PROTO_LIST((
712 AMI_STATUS ami_end PROTO_LIST((
715 char *ami_strerror PROTO_LIST((
720 AMI_STATUS ami_gen_des_key PROTO_LIST((
725 AMI_STATUS ami_gen_des3_key PROTO_LIST((
730 AMI_STATUS ami_gen_rc2_key PROTO_LIST((
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c75 static void MD5Transform PROTO_LIST ((UINT4 [4], unsigned char [64]));
76 static void Encode PROTO_LIST
78 static void Decode PROTO_LIST
80 static void MD5_memcpy PROTO_LIST ((POINTER, POINTER, unsigned int));
81 static void MD5_memset PROTO_LIST ((POINTER, int, unsigned int));

Completed in 53 milliseconds