/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
intel_guc_fw.c | 62 /* Copy RSA signature from the fw image to HW for verification */ 66 u32 rsa[UOS_RSA_SCRATCH_COUNT]; local in function:guc_xfer_rsa 70 copied = intel_uc_fw_copy_rsa(guc_fw, rsa, sizeof(rsa)); 71 GEM_BUG_ON(copied < sizeof(rsa)); 74 intel_uncore_write(uncore, UOS_RSA_SCRATCH(i), rsa[i]); 148 * by the DMA engine in one operation, whereas the RSA signature is
|
intel_guc_fw.c | 62 /* Copy RSA signature from the fw image to HW for verification */ 66 u32 rsa[UOS_RSA_SCRATCH_COUNT]; local in function:guc_xfer_rsa 70 copied = intel_uc_fw_copy_rsa(guc_fw, rsa, sizeof(rsa)); 71 GEM_BUG_ON(copied < sizeof(rsa)); 74 intel_uncore_write(uncore, UOS_RSA_SCRATCH(i), rsa[i]); 148 * by the DMA engine in one operation, whereas the RSA signature is
|
/src/usr.sbin/inetd/ |
inetd.c | 1178 struct sockaddr *lsa, *rsa; local in function:echo_dg 1180 rsa = (struct sockaddr *)(void *)&remote; 1185 rsa, &rsize, lsa, &lsize)) < 0) 1187 if (port_good_dg(rsa)) 1189 lsa, lsize, rsa, rsize); 1265 struct sockaddr *rsa, *lsa; local in function:chargen_dg 1276 rsa = (struct sockaddr *)(void *)&remote; 1281 rsa, &rsize, lsa, &lsize) < 0) 1284 if (!port_good_dg(rsa)) 1297 (void) sendfromto(s, text, sizeof(text), 0, lsa, lsize, rsa, rsize) 1338 struct sockaddr *rsa, *lsa; local in function:machtime_dg 1377 struct sockaddr *rsa, *lsa; local in function:daytime_dg [all...] |
inetd.c | 1178 struct sockaddr *lsa, *rsa; local in function:echo_dg 1180 rsa = (struct sockaddr *)(void *)&remote; 1185 rsa, &rsize, lsa, &lsize)) < 0) 1187 if (port_good_dg(rsa)) 1189 lsa, lsize, rsa, rsize); 1265 struct sockaddr *rsa, *lsa; local in function:chargen_dg 1276 rsa = (struct sockaddr *)(void *)&remote; 1281 rsa, &rsize, lsa, &lsize) < 0) 1284 if (!port_good_dg(rsa)) 1297 (void) sendfromto(s, text, sizeof(text), 0, lsa, lsize, rsa, rsize) 1338 struct sockaddr *rsa, *lsa; local in function:machtime_dg 1377 struct sockaddr *rsa, *lsa; local in function:daytime_dg [all...] |