Symbol: token_type
fs/ecryptfs/keystore.c
1063
switch (auth_tok->token_type) {
fs/ecryptfs/keystore.c
1072
auth_tok->token_type);
fs/ecryptfs/keystore.c
1100
auth_tok->token_type);
fs/ecryptfs/keystore.c
1279
(*new_auth_tok)->token_type = ECRYPTFS_PRIVATE_KEY;
fs/ecryptfs/keystore.c
1455
(*new_auth_tok)->token_type = ECRYPTFS_PASSWORD;
fs/ecryptfs/keystore.c
1838
candidate_auth_tok->token_type);
fs/ecryptfs/keystore.c
1858
if (candidate_auth_tok->token_type == ECRYPTFS_PRIVATE_KEY) {
fs/ecryptfs/keystore.c
1866
} else if (candidate_auth_tok->token_type == ECRYPTFS_PASSWORD) {
fs/ecryptfs/keystore.c
2394
if (auth_tok->token_type == ECRYPTFS_PASSWORD) {
fs/ecryptfs/keystore.c
2417
} else if (auth_tok->token_type == ECRYPTFS_PRIVATE_KEY) {
fs/ecryptfs/keystore.c
473
if ((*auth_tok)->token_type != ECRYPTFS_PASSWORD
fs/ecryptfs/keystore.c
474
&& (*auth_tok)->token_type != ECRYPTFS_PRIVATE_KEY) {
fs/ecryptfs/keystore.c
734
if (s->auth_tok->token_type != ECRYPTFS_PASSWORD) {
fs/ecryptfs/keystore.c
984
if (s->auth_tok->token_type != ECRYPTFS_PASSWORD) {
include/linux/ecryptfs.h
95
u16 token_type;
scripts/asn1_compiler.c
1005
if (cursor->token_type != DIRECTIVE_IDENTIFIER)
scripts/asn1_compiler.c
1036
if (cursor->token_type == DIRECTIVE_OF) {
scripts/asn1_compiler.c
1053
if (cursor->token_type == DIRECTIVE_OF) {
scripts/asn1_compiler.c
1071
if (cursor < end && (cursor->token_type == DIRECTIVE_OPTIONAL ||
scripts/asn1_compiler.c
1072
cursor->token_type == DIRECTIVE_DEFAULT)
scripts/asn1_compiler.c
1078
if (cursor < end && cursor->token_type == TOKEN_OPEN_ACTION) {
scripts/asn1_compiler.c
1082
if (cursor->token_type != TOKEN_ELEMENT_NAME) {
scripts/asn1_compiler.c
1123
if (cursor->token_type != TOKEN_CLOSE_ACTION) {
scripts/asn1_compiler.c
1153
if (cursor->token_type != TOKEN_OPEN_CURLY) {
scripts/asn1_compiler.c
1162
if (cursor->token_type == TOKEN_OPEN_CURLY) {
scripts/asn1_compiler.c
1170
if (cursor->token_type == TOKEN_ELEMENT_NAME) {
scripts/asn1_compiler.c
1186
if (cursor->token_type != TOKEN_COMMA)
scripts/asn1_compiler.c
1195
if (cursor->token_type != TOKEN_CLOSE_CURLY) {
scripts/asn1_compiler.c
302
enum token_type token_type : 8;
scripts/asn1_compiler.c
435
tokens[tix++].token_type = TOKEN_ELEMENT_NAME;
scripts/asn1_compiler.c
447
tokens[tix++].token_type = dir - directives;
scripts/asn1_compiler.c
451
tokens[tix++].token_type = TOKEN_TYPE_NAME;
scripts/asn1_compiler.c
470
tokens[tix++].token_type = TOKEN_NUMBER;
scripts/asn1_compiler.c
479
tokens[tix++].token_type = TOKEN_ASSIGNMENT;
scripts/asn1_compiler.c
489
tokens[tix++].token_type = TOKEN_OPEN_ACTION;
scripts/asn1_compiler.c
496
tokens[tix++].token_type = TOKEN_CLOSE_ACTION;
scripts/asn1_compiler.c
507
tokens[tix++].token_type = TOKEN_OPEN_CURLY;
scripts/asn1_compiler.c
512
tokens[tix++].token_type = TOKEN_CLOSE_CURLY;
scripts/asn1_compiler.c
517
tokens[tix++].token_type = TOKEN_OPEN_SQUARE;
scripts/asn1_compiler.c
522
tokens[tix++].token_type = TOKEN_CLOSE_SQUARE;
scripts/asn1_compiler.c
527
tokens[tix++].token_type = TOKEN_COMMA;
scripts/asn1_compiler.c
753
if (token_list[n + 0].token_type == TOKEN_TYPE_NAME &&
scripts/asn1_compiler.c
754
token_list[n + 1].token_type == TOKEN_ASSIGNMENT)
scripts/asn1_compiler.c
777
if (token_list[n + 0].token_type == TOKEN_TYPE_NAME &&
scripts/asn1_compiler.c
778
token_list[n + 1].token_type == TOKEN_ASSIGNMENT) {
scripts/asn1_compiler.c
814
if (cursor[0].token_type != TOKEN_TYPE_NAME ||
scripts/asn1_compiler.c
815
cursor[1].token_type != TOKEN_ASSIGNMENT)
scripts/asn1_compiler.c
866
element->tag = token_to_tag[cursor->token_type];
scripts/asn1_compiler.c
870
if (cursor->token_type == TOKEN_OPEN_SQUARE) {
scripts/asn1_compiler.c
874
switch (cursor->token_type) {
scripts/asn1_compiler.c
898
if (cursor->token_type != TOKEN_NUMBER) {
scripts/asn1_compiler.c
913
if (cursor->token_type != TOKEN_CLOSE_SQUARE) {
scripts/asn1_compiler.c
925
if (cursor->token_type == DIRECTIVE_IMPLICIT) {
scripts/asn1_compiler.c
931
} else if (cursor->token_type == DIRECTIVE_EXPLICIT) {
scripts/asn1_compiler.c
946
element->tag = token_to_tag[cursor->token_type];
scripts/asn1_compiler.c
952
switch (cursor->token_type) {
scripts/asn1_compiler.c
995
if (cursor->token_type != DIRECTIVE_STRING)
security/keys/encrypted-keys/ecryptfs_format.c
56
auth_tok->token_type = ECRYPTFS_PASSWORD;