Searched defs:authiov (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | slp_auth.c | 125 * Creates a cryptographic signature over the components of authiov, and 133 SLPError slp_sign(struct iovec *authiov, int authiov_len, time_t ts, argument 189 err = make_authblock(authiov, authiov_len, alias, ts, 223 * the data in authiov. slp_verify will not read more than len bytes 229 SLPError slp_verify(struct iovec *authiov, int authiov_len, argument 303 spi, authiov, authiov_len, timestamp, &inbytes, &inbytes_len); 589 static SLPError make_authblock(struct iovec *authiov, int authiov_len, argument 623 dn, authiov, authiov_len, timestamp, &sig_in, &sig_in_len);
|
Completed in 16 milliseconds