Home | History | Annotate | Download | only in openssh

Lines Matching refs:sshbuf_get_u8

3365 		if ((r = sshbuf_get_u8(decrypted, &pad)) != 0)
3630 if ((r = sshbuf_get_u8(copy, NULL)) != 0 || /* cipher type */
3701 if ((r = sshbuf_get_u8(copy, &cipher_type)) != 0 ||