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

/linux-master/scripts/
H A Dasn1_compiler.c20 enum token_type { enum
302 enum token_type token_type : 8; member in struct:token
435 tokens[tix++].token_type = TOKEN_ELEMENT_NAME;
447 tokens[tix++].token_type = dir - directives;
451 tokens[tix++].token_type = TOKEN_TYPE_NAME;
470 tokens[tix++].token_type = TOKEN_NUMBER;
479 tokens[tix++].token_type = TOKEN_ASSIGNMENT;
489 tokens[tix++].token_type = TOKEN_OPEN_ACTION;
496 tokens[tix++].token_type
[all...]
/linux-master/security/keys/encrypted-keys/
H A Decryptfs_format.c56 auth_tok->token_type = ECRYPTFS_PASSWORD;
/linux-master/include/linux/
H A Decryptfs.h95 u16 token_type; member in struct:ecryptfs_auth_tok
/linux-master/fs/ecryptfs/
H A Dkeystore.c472 if ((*auth_tok)->token_type != ECRYPTFS_PASSWORD
473 && (*auth_tok)->token_type != ECRYPTFS_PRIVATE_KEY) {
736 if (s->auth_tok->token_type != ECRYPTFS_PASSWORD) {
1024 if (s->auth_tok->token_type != ECRYPTFS_PASSWORD) {
1103 switch (auth_tok->token_type) {
1112 auth_tok->token_type);
1140 auth_tok->token_type);
1317 (*new_auth_tok)->token_type = ECRYPTFS_PRIVATE_KEY;
1492 (*new_auth_tok)->token_type = ECRYPTFS_PASSWORD;
1878 candidate_auth_tok->token_type);
[all...]
/linux-master/include/net/
H A Diw_handler.h376 __u8 token_type; /* Future */ member in struct:iw_ioctl_description

Completed in 139 milliseconds