Lines Matching full:rights
144 extend rights to some other entity (a computer process, typically, or
227 Note that the proxy policy value is what determines the rights granted
260 some default rights (perhaps none at all), then compute the resulting
261 rights by checking the rights against the chain of proxy certificates,
294 \& * In this example, I will use a view of granted rights as a bit
298 \& unsigned char rights[(total_rights + 7) / 8];
338 \& YOUR_RIGHTS *rights =
347 \& * Do whatever you need to grant explicit rights
350 \& * are none to be found, clear all rights (making
352 \& * of any rights).
354 \& memset(rights\->rights, 0, sizeof(rights\->rights));
359 \& * current rights stand as they are.
369 \& * the rights granted by the current proxy
371 \& * accumulated rights bit array, and voila\*`, you
372 \& * now have a new accumulated rights bit array.
377 \& memset(tmp_rights.rights, 0,
378 \& sizeof(tmp_rights.rights));
392 \& rights\->rights[i] &= tmp_rights.rights[i];
399 \& YOUR_RIGHTS *rights =
404 \& * The following procedure finds out what rights the
409 \& set_default_rights(xs, rights);
421 \& YOUR_RIGHTS rights;
425 \& &rights);
430 \& ok = check_needed_rights(rights, needed_rights);
469 Copyright 2019\-2021 The OpenSSL Project Authors. All Rights Reserved.