Home
last modified time | relevance | path

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

/linux/scripts/
H A Dasn1_compiler.c20 enum token_type { enum
302 enum token_type token_type : 8; member
435 tokens[tix++].token_type = TOKEN_ELEMENT_NAME; in tokenise()
447 tokens[tix++].token_type = dir - directives; in tokenise()
451 tokens[tix++].token_type = TOKEN_TYPE_NAME; in tokenise()
470 tokens[tix++].token_type = TOKEN_NUMBER; in tokenise()
479 tokens[tix++].token_type = TOKEN_ASSIGNMENT; in tokenise()
489 tokens[tix++].token_type = TOKEN_OPEN_ACTION; in tokenise()
496 tokens[tix++].token_type = TOKEN_CLOSE_ACTION; in tokenise()
507 tokens[tix++].token_type = TOKEN_OPEN_CURLY; in tokenise()
[all …]
/linux/fs/ecryptfs/
H A Dkeystore.c473 if ((*auth_tok)->token_type != ECRYPTFS_PASSWORD in ecryptfs_verify_auth_tok_from_key()
474 && (*auth_tok)->token_type != ECRYPTFS_PRIVATE_KEY) { in ecryptfs_verify_auth_tok_from_key()
734 if (s->auth_tok->token_type != ECRYPTFS_PASSWORD) { in ecryptfs_write_tag_70_packet()
983 if (s->auth_tok->token_type != ECRYPTFS_PASSWORD) { in ecryptfs_parse_tag_70_packet()
1062 switch (auth_tok->token_type) { in ecryptfs_get_auth_tok_sig()
1071 auth_tok->token_type); in ecryptfs_get_auth_tok_sig()
1099 auth_tok->token_type); in decrypt_pki_encrypted_session_key()
1276 (*new_auth_tok)->token_type = ECRYPTFS_PRIVATE_KEY; in parse_tag_1_packet()
1451 (*new_auth_tok)->token_type = ECRYPTFS_PASSWORD; in parse_tag_3_packet()
1837 candidate_auth_tok->token_type); in ecryptfs_parse_packet_set()
[all …]
/linux/security/keys/encrypted-keys/
H A Decryptfs_format.c56 auth_tok->token_type = ECRYPTFS_PASSWORD; in ecryptfs_fill_auth_tok()
/linux/include/linux/
H A Decryptfs.h95 u16 token_type; member