Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Dasn1_compiler.c24 enum token_type { enum
306 enum token_type token_type : 8;
439 tokens[tix++].token_type = TOKEN_ELEMENT_NAME; in tokenise()
451 tokens[tix++].token_type = dir - directives; in tokenise()
455 tokens[tix++].token_type = TOKEN_TYPE_NAME; in tokenise()
474 tokens[tix++].token_type = TOKEN_NUMBER; in tokenise()
483 tokens[tix++].token_type = TOKEN_ASSIGNMENT; in tokenise()
493 tokens[tix++].token_type = TOKEN_OPEN_ACTION; in tokenise()
500 tokens[tix++].token_type = TOKEN_CLOSE_ACTION; in tokenise()
511 tokens[tix++].token_type = TOKEN_OPEN_CURLY; in tokenise()
[all …]
/Linux-v4.19/fs/ecryptfs/
Dkeystore.c486 if ((*auth_tok)->token_type != ECRYPTFS_PASSWORD in ecryptfs_verify_auth_tok_from_key()
487 && (*auth_tok)->token_type != ECRYPTFS_PRIVATE_KEY) { in ecryptfs_verify_auth_tok_from_key()
749 if (s->auth_tok->token_type != ECRYPTFS_PASSWORD) { in ecryptfs_write_tag_70_packet()
1038 if (s->auth_tok->token_type != ECRYPTFS_PASSWORD) { in ecryptfs_parse_tag_70_packet()
1116 switch (auth_tok->token_type) { in ecryptfs_get_auth_tok_sig()
1125 auth_tok->token_type); in ecryptfs_get_auth_tok_sig()
1153 auth_tok->token_type); in decrypt_pki_encrypted_session_key()
1330 (*new_auth_tok)->token_type = ECRYPTFS_PRIVATE_KEY; in parse_tag_1_packet()
1505 (*new_auth_tok)->token_type = ECRYPTFS_PASSWORD; in parse_tag_3_packet()
1891 candidate_auth_tok->token_type); in ecryptfs_parse_packet_set()
[all …]
/Linux-v4.19/security/keys/encrypted-keys/
Decryptfs_format.c58 auth_tok->token_type = ECRYPTFS_PASSWORD; in ecryptfs_fill_auth_tok()
/Linux-v4.19/include/linux/
Decryptfs.h95 u16 token_type; member
/Linux-v4.19/include/net/
Diw_handler.h376 __u8 token_type; /* Future */ member