Searched refs:mutate_byte (Results 1 – 4 of 4) sorted by relevance
453 mutate_byte(&p->rk); in mutate()454 mutate_byte(&p->type); in mutate()455 mutate_byte(&p->opt); in mutate()456 mutate_byte(&p->uv); in mutate()457 mutate_byte(&p->excl_count); in mutate()
507 mutate_byte(&p->uv); in mutate()508 mutate_byte(&p->up); in mutate()509 mutate_byte(&p->opt); in mutate()510 mutate_byte(&p->type); in mutate()511 mutate_byte(&p->cred_count); in mutate()
87 void mutate_byte(uint8_t *);
135 mutate_byte(uint8_t *b) in mutate_byte() function