Searched refs:PROTO_LIST (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libslp/clib/ |
H A D | slp_ami.h | 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(( 737 AMI_STATUS ami_gen_rc4_key PROTO_LIST(( 742 AMI_STATUS ami_gen_rsa_keypair PROTO_LIST(( [all …]
|
/titanic_50/usr/src/lib/libsasl/include/ |
H A D | md5_private.h | 48 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));
|
H A D | md5global.h | 34 #define PROTO_LIST(list) list macro 36 #define PROTO_LIST(list) () macro
|
/titanic_50/usr/src/lib/libsasl/lib/ |
H A D | md5.c | 75 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));
|