Searched refs:ami_handle_t (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | slp_ami.h | 655 typedef struct ami_handle ami_handle_t; typedef 705 ami_handle_t **, 713 ami_handle_t *)); 716 ami_handle_t *, 721 const ami_handle_t *, /* IN: ami handle */ 726 const ami_handle_t *, /* IN: ami handle */ 731 const ami_handle_t *, /* IN: AMI handle */ 738 const ami_handle_t *, /* IN: ami handle */ 743 const ami_handle_t *, /* IN: ami handle */ 754 ami_handle_t *, /* IN: ami handle */ [all …]
|
H A D | slp_auth.c | 72 static AMI_STATUS (*dld_ami_init)(ami_handle_t **, const char *, 76 static AMI_STATUS (*dld_ami_sign)(ami_handle_t *, 86 static AMI_STATUS (*dld_ami_verify)(ami_handle_t *, 96 static AMI_STATUS (*dld_ami_get_cert)(const ami_handle_t *, 100 static AMI_STATUS (*dld_ami_get_cert_chain)(const ami_handle_t *, 106 static AMI_STATUS (*dld_ami_str2dn)(const ami_handle_t *, 108 static AMI_STATUS (*dld_ami_dn2str)(const ami_handle_t *, 112 static char *(*dld_ami_strerror)(const ami_handle_t *, const AMI_STATUS); 113 static AMI_STATUS (*dld_ami_end)(ami_handle_t *); 123 static char *alias2dn(ami_handle_t *); [all …]
|