Lines Matching refs:protection
193 int protection; member
3793 int protection; member
3957 switch (ctext->protection) {
4221 int protection = 0; local
4308 protection |= DIGEST_PRIVACY;
4310 protection |= DIGEST_INTEGRITY;
4312 protection |= DIGEST_NOLAYER;
4322 if (protection == 0) {
4508 if ((limit > 1) && (protection & DIGEST_PRIVACY)) {
4531 ctext->protection = DIGEST_PRIVACY;
4549 && (protection & DIGEST_INTEGRITY)) {
4551 ctext->protection = DIGEST_INTEGRITY;
4558 ctext->protection = DIGEST_NOLAYER;
4561 if ((protection & DIGEST_NOLAYER) != DIGEST_NOLAYER) {
4836 ctext->protection = text->reauth->e[val].u.c.protection;
5019 text->reauth->e[val].u.c.protection = ctext->protection;