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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_auth.c225 * Verifies that the signature(s) contained in authblocks validates
227 * from authblocks. n is the stated number of authblocks in authblock.
233 const char *authblocks, size_t len, int n, size_t *total) {
280 if ((err = slp_get_sht(authblocks, len, &off, &bsd)) != SLP_OK) {
286 if ((err = slp_get_sht(authblocks, len, &off, &ablen)) != SLP_OK) {
292 if ((err = slp_get_int32(authblocks, len, &off, &timestamp))
299 if ((err = slp_get_string(authblocks, len, &off, &spi))
311 sig = (unsigned char *)(authblocks + off);
232 slp_verify(struct iovec *authiov, int authiov_len, const char *authblocks, size_t len, int n, size_t *total) argument

Completed in 46 milliseconds