Searched refs:ami_handle_t (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp_ami.h | 653 typedef struct ami_handle ami_handle_t; typedef 703 ami_handle_t **, 711 ami_handle_t *)); 714 ami_handle_t *, 719 const ami_handle_t *, /* IN: ami handle */ 724 const ami_handle_t *, /* IN: ami handle */ 729 const ami_handle_t *, /* IN: AMI handle */ 736 const ami_handle_t *, /* IN: ami handle */ 741 const ami_handle_t *, /* IN: ami handle */ 752 ami_handle_t *, /* IN: ami handle */ [all …]
|
H A D | slp_auth.c | 70 static AMI_STATUS (*dld_ami_init)(ami_handle_t **, const char *, 74 static AMI_STATUS (*dld_ami_sign)(ami_handle_t *, 84 static AMI_STATUS (*dld_ami_verify)(ami_handle_t *, 94 static AMI_STATUS (*dld_ami_get_cert)(const ami_handle_t *, 98 static AMI_STATUS (*dld_ami_get_cert_chain)(const ami_handle_t *, 104 static AMI_STATUS (*dld_ami_str2dn)(const ami_handle_t *, 106 static AMI_STATUS (*dld_ami_dn2str)(const ami_handle_t *, 110 static char *(*dld_ami_strerror)(const ami_handle_t *, const AMI_STATUS); 111 static AMI_STATUS (*dld_ami_end)(ami_handle_t *); 121 static char *alias2dn(ami_handle_t *); [all …]
|