Searched refs:token_type (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/scripts/
H A Dasn1_compiler.c23 enum token_type { enum
305 enum token_type token_type : 8; member in struct:token
430 tokens[tix++].token_type = TOKEN_ELEMENT_NAME; tokenise()
442 tokens[tix++].token_type = dir - directives; tokenise()
446 tokens[tix++].token_type = TOKEN_TYPE_NAME; tokenise()
458 tokens[tix++].token_type = TOKEN_NUMBER; tokenise()
466 tokens[tix++].token_type = TOKEN_ASSIGNMENT; tokenise()
475 tokens[tix++].token_type = TOKEN_OPEN_ACTION; tokenise()
481 tokens[tix++].token_type = TOKEN_CLOSE_ACTION; tokenise()
491 tokens[tix++].token_type = TOKEN_OPEN_CURLY; tokenise()
495 tokens[tix++].token_type = TOKEN_CLOSE_CURLY; tokenise()
499 tokens[tix++].token_type = TOKEN_OPEN_SQUARE; tokenise()
503 tokens[tix++].token_type = TOKEN_CLOSE_SQUARE; tokenise()
507 tokens[tix++].token_type = TOKEN_COMMA; tokenise()
723 if (token_list[n + 0].token_type == TOKEN_TYPE_NAME && build_type_list()
724 token_list[n + 1].token_type == TOKEN_ASSIGNMENT) build_type_list()
747 if (token_list[n + 0].token_type == TOKEN_TYPE_NAME && build_type_list()
748 token_list[n + 1].token_type == TOKEN_ASSIGNMENT) { build_type_list()
787 if (cursor[0].token_type != TOKEN_TYPE_NAME || parse()
788 cursor[1].token_type != TOKEN_ASSIGNMENT) parse()
840 element->tag = token_to_tag[cursor->token_type]; parse_type()
844 if (cursor->token_type == TOKEN_OPEN_SQUARE) { parse_type()
848 switch (cursor->token_type) { parse_type()
873 if (cursor->token_type != TOKEN_NUMBER) { parse_type()
888 if (cursor->token_type != TOKEN_CLOSE_SQUARE) { parse_type()
901 if (cursor->token_type == DIRECTIVE_IMPLICIT) { parse_type()
907 } else if (cursor->token_type == DIRECTIVE_EXPLICIT) { parse_type()
922 element->tag = token_to_tag[cursor->token_type]; parse_type()
928 switch (cursor->token_type) { parse_type()
971 if (cursor->token_type != DIRECTIVE_STRING) parse_type()
981 if (cursor->token_type != DIRECTIVE_IDENTIFIER) parse_type()
1013 if (cursor->token_type == DIRECTIVE_OF) { parse_type()
1030 if (cursor->token_type == DIRECTIVE_OF) { parse_type()
1049 if (cursor < end && (cursor->token_type == DIRECTIVE_OPTIONAL || parse_type()
1050 cursor->token_type == DIRECTIVE_DEFAULT) parse_type()
1056 if (cursor < end && cursor->token_type == TOKEN_OPEN_ACTION) { parse_type()
1060 if (cursor->token_type != TOKEN_ELEMENT_NAME) { parse_type()
1103 if (cursor->token_type != TOKEN_CLOSE_ACTION) { parse_type()
1135 if (cursor->token_type != TOKEN_OPEN_CURLY) { parse_compound()
1145 if (cursor->token_type == TOKEN_OPEN_CURLY) { parse_compound()
1153 if (cursor->token_type == TOKEN_ELEMENT_NAME) { parse_compound()
1169 if (cursor->token_type != TOKEN_COMMA) parse_compound()
1178 if (cursor->token_type != TOKEN_CLOSE_CURLY) { parse_compound()
/linux-4.1.27/security/keys/encrypted-keys/
H A Decryptfs_format.c58 auth_tok->token_type = ECRYPTFS_PASSWORD; ecryptfs_fill_auth_tok()
/linux-4.1.27/include/linux/
H A Decryptfs.h94 u16 token_type; member in struct:ecryptfs_auth_tok
/linux-4.1.27/fs/ecryptfs/
H A Dkeystore.c478 if ((*auth_tok)->token_type != ECRYPTFS_PASSWORD ecryptfs_verify_auth_tok_from_key()
479 && (*auth_tok)->token_type != ECRYPTFS_PRIVATE_KEY) { ecryptfs_verify_auth_tok_from_key()
735 if (s->auth_tok->token_type != ECRYPTFS_PASSWORD) { ecryptfs_write_tag_70_packet()
1041 if (s->auth_tok->token_type != ECRYPTFS_PASSWORD) { ecryptfs_parse_tag_70_packet()
1121 switch (auth_tok->token_type) { ecryptfs_get_auth_tok_sig()
1130 auth_tok->token_type); ecryptfs_get_auth_tok_sig()
1158 auth_tok->token_type); decrypt_pki_encrypted_session_key()
1335 (*new_auth_tok)->token_type = ECRYPTFS_PRIVATE_KEY; parse_tag_1_packet()
1510 (*new_auth_tok)->token_type = ECRYPTFS_PASSWORD; parse_tag_3_packet()
1882 candidate_auth_tok->token_type); ecryptfs_parse_packet_set()
1902 if (candidate_auth_tok->token_type == ECRYPTFS_PRIVATE_KEY) { ecryptfs_parse_packet_set()
1910 } else if (candidate_auth_tok->token_type == ECRYPTFS_PASSWORD) { ecryptfs_parse_packet_set()
2425 if (auth_tok->token_type == ECRYPTFS_PASSWORD) { ecryptfs_generate_key_packet_set()
2448 } else if (auth_tok->token_type == ECRYPTFS_PRIVATE_KEY) { ecryptfs_generate_key_packet_set()
/linux-4.1.27/include/net/
H A Diw_handler.h375 __u8 token_type; /* Future */ member in struct:iw_ioctl_description

Completed in 293 milliseconds