Lines Matching refs:ndest_constraints

148 	size_t ndest_constraints;  member
349 free_dest_constraints(id->dest_constraints, id->ndest_constraints); in free_identity()
422 for (i = 0; i < id->ndest_constraints; i++) { in permitted_by_dest_constraints()
482 e->nsession_ids, id->ndest_constraints); in identity_permitted()
483 if (id->ndest_constraints == 0) in identity_permitted()
637 id->dest_constraints, id->ndest_constraints); in process_request_identities()
870 if (id->ndest_constraints != 0) { in process_sign_request2()
1356 size_t ndest_constraints = 0; in process_add_identity() local
1368 &sk_provider, &dest_constraints, &ndest_constraints, in process_add_identity()
1374 dump_dest_constraints(__func__, dest_constraints, ndest_constraints); in process_add_identity()
1427 id->ndest_constraints); in process_add_identity()
1436 id->ndest_constraints = ndest_constraints; in process_add_identity()
1444 sk_provider == NULL ? "none" : sk_provider, ndest_constraints); in process_add_identity()
1451 ndest_constraints = 0; in process_add_identity()
1457 free_dest_constraints(dest_constraints, ndest_constraints); in process_add_identity()
1534 size_t ndest_constraints) in add_p11_identity() argument
1550 ndest_constraints); in add_p11_identity()
1551 id->ndest_constraints = ndest_constraints; in add_p11_identity()
1566 size_t j, ndest_constraints = 0, ncerts = 0; in process_add_smartcard_key() local
1577 NULL, &dest_constraints, &ndest_constraints, &cert_only, in process_add_smartcard_key()
1582 dump_dest_constraints(__func__, dest_constraints, ndest_constraints); in process_add_smartcard_key()
1617 dest_constraints, ndest_constraints); in process_add_smartcard_key()
1623 dest_constraints, ndest_constraints); in process_add_smartcard_key()
1637 free_dest_constraints(dest_constraints, ndest_constraints); in process_add_smartcard_key()