Lines Matching refs:ndest_constraints

142 	size_t ndest_constraints;  member
343 free_dest_constraints(id->dest_constraints, id->ndest_constraints); in free_identity()
416 for (i = 0; i < id->ndest_constraints; i++) { in permitted_by_dest_constraints()
476 e->nsession_ids, id->ndest_constraints); in identity_permitted()
477 if (id->ndest_constraints == 0) in identity_permitted()
631 id->dest_constraints, id->ndest_constraints); in process_request_identities()
864 if (id->ndest_constraints != 0) { in process_sign_request2()
1350 size_t ndest_constraints = 0; in process_add_identity() local
1362 &sk_provider, &dest_constraints, &ndest_constraints, in process_add_identity()
1368 dump_dest_constraints(__func__, dest_constraints, ndest_constraints); in process_add_identity()
1421 id->ndest_constraints); in process_add_identity()
1430 id->ndest_constraints = ndest_constraints; in process_add_identity()
1438 sk_provider == NULL ? "none" : sk_provider, ndest_constraints); in process_add_identity()
1445 ndest_constraints = 0; in process_add_identity()
1451 free_dest_constraints(dest_constraints, ndest_constraints); in process_add_identity()
1528 size_t ndest_constraints) in add_p11_identity() argument
1544 ndest_constraints); in add_p11_identity()
1545 id->ndest_constraints = ndest_constraints; in add_p11_identity()
1560 size_t j, ndest_constraints = 0, ncerts = 0; in process_add_smartcard_key() local
1571 NULL, &dest_constraints, &ndest_constraints, &cert_only, in process_add_smartcard_key()
1576 dump_dest_constraints(__func__, dest_constraints, ndest_constraints); in process_add_smartcard_key()
1611 dest_constraints, ndest_constraints); in process_add_smartcard_key()
1617 dest_constraints, ndest_constraints); in process_add_smartcard_key()
1631 free_dest_constraints(dest_constraints, ndest_constraints); in process_add_smartcard_key()