Home
last modified time | relevance | path

Searched refs:AUTH_NONE (Results 1 – 5 of 5) sorted by relevance

/external/tpm2/
DCommandCodeAttributes.c42 return AUTH_NONE; in CommandAuthRole()
48 return AUTH_NONE; in CommandAuthRole()
52 return AUTH_NONE; in CommandAuthRole()
DGlobal.h235 #define AUTH_NONE ((AUTH_ROLE)(0)) macro
DSessionProcess.c1282 if(CommandAuthRole(commandCode, i) != AUTH_NONE) in ParseSessionBuffer()
1427 if(CommandAuthRole(commandCode, i) != AUTH_NONE) in CheckAuthNoSession()
Dpart4.txt1815 120 #define AUTH_NONE ((AUTH_ROLE)(0))
5213 1148 if(CommandAuthRole(commandCode, i) != AUTH_NONE)
5383 1290 if(CommandAuthRole(commandCode, i) != AUTH_NONE)
16194 AUTH_NONE no authorization is required
16206 12 return AUTH_NONE;
16212 18 return AUTH_NONE;
16216 21 return AUTH_NONE;
/external/autotest/client/site_tests/platform_TLSDateActual/
Dplatform_TLSDateActual.py85 AUTH_NONE = "\x00"
109 sock.sendall(SOCKS5_VER + AUTH_NONE)