Searched refs:ami_cert (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libslp/clib/ |
H A D | slp_ami.h | 105 struct ami_cert *forward; /* NULL for not present */ 106 struct ami_cert *reverse; /* NULL for not present */ 138 typedef struct ami_cert { struct 142 } ami_cert; typedef 340 struct ami_cert *certificate; 360 struct ami_cert *cert; 829 const ami_cert *, /* IN: certificate to be verified */ 834 const ami_cert *, /* IN: certificate chain to be verified */ 838 ami_cert **)); /* OUT: first expired certificate */ 841 const ami_cert *, /* IN: certificate to be verified */ [all …]
|
H A D | slp_auth.c | 98 ami_cert **, 101 const ami_cert *, 104 ami_cert **, 110 static void (*dld_ami_free_cert_list)(ami_cert **, int); 124 static SLPError check_spis(ami_handle_t *, ami_cert *, int, const char *); 437 ami_cert **, in get_security_backend() 446 const ami_cert *, in get_security_backend() 449 ami_cert **, in get_security_backend() 473 if (!(dld_ami_free_cert_list = (void (*)(ami_cert **, int))dlsym( in get_security_backend() 726 ami_cert *certs = NULL; in do_verify() [all …]
|