Searched defs:authiov (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_auth.c128 * Creates a cryptographic signature over the components of authiov, and
136 SLPError slp_sign(struct iovec *authiov, int authiov_len, time_t ts, argument
192 err = make_authblock(authiov, authiov_len, alias, ts,
226 * the data in authiov. slp_verify will not read more than len bytes
232 SLPError slp_verify(struct iovec *authiov, int authiov_len, argument
306 spi, authiov, authiov_len, timestamp, &inbytes, &inbytes_len);
592 static SLPError make_authblock(struct iovec *authiov, int authiov_len, argument
626 dn, authiov, authiov_len, timestamp, &sig_in, &sig_in_len);

Completed in 46 milliseconds