Searched refs:PROTO_LIST (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/lib/libslp/clib/ |
| H A D | slp_ami.h | 692 #define PROTO_LIST(list) list macro 694 #define PROTO_LIST(list) () macro 702 AMI_STATUS ami_init PROTO_LIST(( 710 AMI_STATUS ami_end PROTO_LIST(( 713 char *ami_strerror PROTO_LIST(( 718 AMI_STATUS ami_gen_des_key PROTO_LIST(( 723 AMI_STATUS ami_gen_des3_key PROTO_LIST(( 728 AMI_STATUS ami_gen_rc2_key PROTO_LIST(( 735 AMI_STATUS ami_gen_rc4_key PROTO_LIST(( 740 AMI_STATUS ami_gen_rsa_keypair PROTO_LIST(( [all …]
|
| /illumos-gate/usr/src/lib/libsasl/include/ |
| H A D | md5_private.h | 46 void _sasl_MD5Init PROTO_LIST ((MD5_CTX *)); 47 void _sasl_MD5Update PROTO_LIST 49 void _sasl_MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *)); 51 void _sasl_hmac_md5 PROTO_LIST ((unsigned char *, int, unsigned char *, int, caddr_t));
|
| H A D | md5global.h | 32 #define PROTO_LIST(list) list macro 34 #define PROTO_LIST(list) () macro
|
| /illumos-gate/usr/src/lib/libsasl/lib/ |
| H A D | md5.c | 74 static void MD5Transform PROTO_LIST ((UINT4 [4], unsigned char [64])); 75 static void Encode PROTO_LIST 77 static void Decode PROTO_LIST 79 static void MD5_memcpy PROTO_LIST ((POINTER, POINTER, unsigned int)); 80 static void MD5_memset PROTO_LIST ((POINTER, int, unsigned int));
|