Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Dasn1_compiler.c20 enum token_type { enum
302 enum token_type token_type : 8; member
470 tokens[tix++].token_type = TOKEN_NUMBER; in tokenise()
527 tokens[tix++].token_type = TOKEN_COMMA; in tokenise()
874 switch (cursor->token_type) { in parse_type()
898 if (cursor->token_type != TOKEN_NUMBER) { in parse_type()
952 switch (cursor->token_type) { in parse_type()
995 if (cursor->token_type != DIRECTIVE_STRING) in parse_type()
1036 if (cursor->token_type == DIRECTIVE_OF) { in parse_type()
1053 if (cursor->token_type == DIRECTIVE_OF) { in parse_type()
[all …]
/openbmc/linux/fs/ecryptfs/
H A Dkeystore.c474 if ((*auth_tok)->token_type != ECRYPTFS_PASSWORD in ecryptfs_verify_auth_tok_from_key()
475 && (*auth_tok)->token_type != ECRYPTFS_PRIVATE_KEY) { in ecryptfs_verify_auth_tok_from_key()
738 if (s->auth_tok->token_type != ECRYPTFS_PASSWORD) { in ecryptfs_write_tag_70_packet()
1026 if (s->auth_tok->token_type != ECRYPTFS_PASSWORD) { in ecryptfs_parse_tag_70_packet()
1105 switch (auth_tok->token_type) { in ecryptfs_get_auth_tok_sig()
1114 auth_tok->token_type); in ecryptfs_get_auth_tok_sig()
1142 auth_tok->token_type); in decrypt_pki_encrypted_session_key()
1319 (*new_auth_tok)->token_type = ECRYPTFS_PRIVATE_KEY; in parse_tag_1_packet()
1494 (*new_auth_tok)->token_type = ECRYPTFS_PASSWORD; in parse_tag_3_packet()
1880 candidate_auth_tok->token_type); in ecryptfs_parse_packet_set()
[all …]
/openbmc/linux/security/keys/encrypted-keys/
H A Decryptfs_format.c56 auth_tok->token_type = ECRYPTFS_PASSWORD; in ecryptfs_fill_auth_tok()
/openbmc/linux/include/linux/
H A Decryptfs.h95 u16 token_type; member
/openbmc/linux/include/net/
H A Diw_handler.h376 __u8 token_type; /* Future */ member
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dsequence_senders.hpp517 using token_type = stdexec::stop_token_of_t<stdexec::env_of_t<_Receiver>>; in __set_value_unless_stopped() typedef
518 if constexpr (stdexec::unstoppable_token<token_type>) in __set_value_unless_stopped()
/openbmc/u-boot/cmd/
H A Dpxe.c833 enum token_type { enum
861 enum token_type type;