Searched refs:keychal (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/sys/ |
| D | dvdio.h | 75 u_char keychal[10]; member
|
| /freebsd-12-stable/sys/cam/scsi/ |
| D | scsi_cd.c | 3780 bcopy(chal_data->challenge_key, authinfo->keychal, in cdreportkey() 3782 sizeof(authinfo->keychal))); in cdreportkey() 3790 bcopy(key1_data->key1, authinfo->keychal, in cdreportkey() 3791 min(sizeof(key1_data->key1), sizeof(authinfo->keychal))); in cdreportkey() 3805 bcopy(title_data->title_key, authinfo->keychal, in cdreportkey() 3807 sizeof(authinfo->keychal))); in cdreportkey() 3876 bcopy(authinfo->keychal, challenge_data->challenge_key, in cdsendkey() 3877 min(sizeof(authinfo->keychal), in cdsendkey() 3893 bcopy(authinfo->keychal, key2_data->key1, in cdsendkey() 3894 min(sizeof(authinfo->keychal), sizeof(key2_data->key1))); in cdsendkey()
|
| /freebsd-12-stable/sys/compat/linux/ |
| D | linux_ioctl.c | 1348 memcpy(bp->keychal, lp->hsc.chal, 10); in linux_to_bsd_dvd_authinfo() 1364 memcpy(bp->keychal, lp->hsk.key, 5); in linux_to_bsd_dvd_authinfo() 1408 memcpy(lp->lsk.key, bp->keychal, sizeof(lp->lsk.key)); in bsd_to_linux_dvd_authinfo() 1411 memcpy(lp->lsc.chal, bp->keychal, sizeof(lp->lsc.chal)); in bsd_to_linux_dvd_authinfo() 1417 memcpy(lp->lstk.title_key, bp->keychal, in bsd_to_linux_dvd_authinfo()
|