HomeSort by: relevance | last modified time | path
    Searched refs:secure (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/tests/amdgpu/
security_tests.c 51 /* --------------------- Secure bounce test ------------------------ *
53 * The secure bounce test tests that we can evict a TMZ buffer,
64 * This buffer A is then secure copied into buffer B which is also
70 * Then, we use another secure copy of buffer B back to buffer A.
82 #define SECURE_BOUNCE_TEST_STR "secure bounce"
156 const int secure)
160 packet[0] = htole32(secure << 18 | 1);
184 * @secure: Set to 1 to perform secure copy, 0 for clear
194 int secure)
    [all...]
amdgpu_test.h 309 bool secure);
540 bool secure);
basic_tests.c 1473 bool secure)
1505 if (secure)
1565 ip_type, bool secure)
1595 for (i = 0; secure && (i < 2); i++)
1631 secure ? SDMA_ATOMIC_TMZ(1) : 0);
1653 ibs_request, secure);
1657 if (!secure) {
  /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
localuser.md 3 On systems which can determine in a secure fashion the credentials of a client
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
amdgpu_cs.h 130 bool secure; member in struct:amdgpu_cs_context
amdgpu_cs.c 1572 if (cs->secure) {
1760 cs->csc->secure = !cs->cst->secure;
1762 cs->csc->secure = cs->cst->secure;
1773 cs->csc->secure = !cs->csc->secure;
amdgpu_winsys.c 353 return cs->csc->secure;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_cp_dma.c 332 bool secure = src && (si_resource(src)->flags & RADEON_FLAG_ENCRYPTED); local
333 assert(!secure || (!dst || (si_resource(dst)->flags & RADEON_FLAG_ENCRYPTED)));
334 if (secure != sctx->ws->cs_is_secure(&sctx->gfx_cs)) {
si_gfx_cs.c 321 bool secure = si_gfx_resources_check_encrypted(sctx); local
322 if (secure != sctx->ws->cs_is_secure(&sctx->gfx_cs)) {
si_compute.c 941 /* If we're using a secure context, determine if cs must be secure or not */
943 bool secure = si_compute_resources_check_encrypted(sctx); local
944 if (secure != sctx->ws->cs_is_secure(&sctx->gfx_cs)) {
  /xsrc/external/mit/xhost/dist/
configure 1454 --enable-secure-rpc Enable Secure RPC
11983 # Secure RPC detection macro from xtrans.m4
11985 # Check whether --enable-secure-rpc was given.
12012 as_fn_error $? "Secure RPC requested, but required functions not found" "$LINENO" 5
12078 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if Secure RPC authentication (\"SUN-DES-1\") should be supported" >&5
12079 printf %s "checking if Secure RPC authentication (\"SUN-DES-1\") should be supported... " >&6; }
13005 # Create a (secure) tmp directory for tmp files.
  /xsrc/external/mit/xdm/dist/
configure 1638 --enable-secure-rpc Enable Secure RPC
22540 # Check whether --enable-secure-rpc was given.
22568 as_fn_error $? "Secure RPC requested, but required functions not found" "$LINENO" 5
22642 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if Secure RPC authentication (\"SUN-DES-1\") should be supported" >&5
22643 printf %s "checking if Secure RPC authentication (\"SUN-DES-1\") should be supported... " >&6; }
26315 # Create a (secure) tmp directory for tmp files.
  /xsrc/external/mit/xorg-server/dist/
configure 2187 --enable-secure-rpc Enable Secure RPC
27698 # Secure RPC detection macro from xtrans.m4
27700 # Check whether --enable-secure-rpc was given.
27728 as_fn_error $? "Secure RPC requested, but required functions not found" "$LINENO" 5
27802 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if Secure RPC authentication (\"SUN-DES-1\") should be supported" >&5
27803 printf %s "checking if Secure RPC authentication (\"SUN-DES-1\") should be supported... " >&6; }
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/
configure 1976 --enable-secure-rpc Enable Secure RPC
29301 # Secure RPC detection macro from xtrans.m4
29303 # Check whether --enable-secure-rpc was given.
29410 { { echo "$as_me:$LINENO: error: Secure RPC requested, but required functions not found" >&5
29411 echo "$as_me: error: Secure RPC requested, but required functions not found" >&2;}
29502 { echo "$as_me:$LINENO: checking if Secure RPC authentication (\"SUN-DES-1\") should be supported" >&5
29503 echo $ECHO_N "checking if Secure RPC authentication (\"SUN-DES-1\") should be supported... $ECHO_C" >&6; }
    [all...]

Completed in 56 milliseconds