Home
last modified time | relevance | path

Searched defs:Token (Results 1 – 6 of 6) sorted by relevance

/system/core/init/parser/
Dtokenizer.h43 struct Token { struct
44 TokenType type; argument
49 const Token& current(); argument
/system/see/authmgr/authmgr-be/src/
Dauthorization.rs286 token: Token, in init_connection_for_client()
311 token: Token, in authorize_and_connect_client_to_trusted_service()
Dtests.rs93 pub fn create_connection_and_token_for_client(&self) -> (RawConnectionInfo, Token) { in create_connection_and_token_for_client() argument
Ddata_structures.rs341 pub fn new(token: Token, client_connection: Box<dyn RawConnection>) -> Self { in new()
459 token: Token, in take()
/system/see/authmgr/authmgr-common/src/
Dlib.rs38 pub type Token = [u8; TOKEN_LENGTH]; typedef
/system/security/keystore2/src/
Denforcements.rs132 Token(HardwareAuthToken, Option<TimeStampToken>), enumerator