Searched refs:AMI_STATUS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ami.h658 typedef int AMI_STATUS; typedef
704 AMI_STATUS ami_init PROTO_LIST((
712 AMI_STATUS ami_end PROTO_LIST((
717 const AMI_STATUS)); /* errno */
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((
753 AMI_STATUS ami_diges
[all...]
H A Dslp_auth.c72 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 *);
391 if (!(dld_ami_init = (AMI_STATUS (*)(ami_handle_
[all...]

Completed in 83 milliseconds