* dav_create_uuid_state - seed UUID state with pseudorandom data */
| 135 | * dav_create_uuid_state - seed UUID state with pseudorandom data |
| 136 | */ |
| 137 | static void create_uuid_state(uuid_state *st) |
| 138 | { |
| 139 | st->cs = true_random(); |
| 140 | get_pseudo_node_identifier(&st->node); |
| 141 | } |
| 142 | |
| 143 | /* |
| 144 | * dav_format_opaquelocktoken - generates a text representation |
no test coverage detected