token_type        472 fs/ecryptfs/keystore.c 	if ((*auth_tok)->token_type != ECRYPTFS_PASSWORD
token_type        473 fs/ecryptfs/keystore.c 	    && (*auth_tok)->token_type != ECRYPTFS_PRIVATE_KEY) {
token_type        735 fs/ecryptfs/keystore.c 	if (s->auth_tok->token_type != ECRYPTFS_PASSWORD) {
token_type       1023 fs/ecryptfs/keystore.c 	if (s->auth_tok->token_type != ECRYPTFS_PASSWORD) {
token_type       1102 fs/ecryptfs/keystore.c 	switch (auth_tok->token_type) {
token_type       1111 fs/ecryptfs/keystore.c 		       auth_tok->token_type);
token_type       1139 fs/ecryptfs/keystore.c 		       auth_tok->token_type);
token_type       1316 fs/ecryptfs/keystore.c 	(*new_auth_tok)->token_type = ECRYPTFS_PRIVATE_KEY;
token_type       1491 fs/ecryptfs/keystore.c 	(*new_auth_tok)->token_type = ECRYPTFS_PASSWORD;
token_type       1877 fs/ecryptfs/keystore.c 			       candidate_auth_tok->token_type);
token_type       1897 fs/ecryptfs/keystore.c 	if (candidate_auth_tok->token_type == ECRYPTFS_PRIVATE_KEY) {
token_type       1905 fs/ecryptfs/keystore.c 	} else if (candidate_auth_tok->token_type == ECRYPTFS_PASSWORD) {
token_type       2433 fs/ecryptfs/keystore.c 		if (auth_tok->token_type == ECRYPTFS_PASSWORD) {
token_type       2456 fs/ecryptfs/keystore.c 		} else if (auth_tok->token_type == ECRYPTFS_PRIVATE_KEY) {
token_type         95 include/linux/ecryptfs.h 	u16 token_type;
token_type        376 include/net/iw_handler.h 	__u8	token_type;		/* Future */
token_type        302 scripts/asn1_compiler.c 	enum token_type	token_type : 8;
token_type        435 scripts/asn1_compiler.c 					tokens[tix++].token_type = TOKEN_ELEMENT_NAME;
token_type        447 scripts/asn1_compiler.c 					tokens[tix++].token_type = dir - directives;
token_type        451 scripts/asn1_compiler.c 				tokens[tix++].token_type = TOKEN_TYPE_NAME;
token_type        470 scripts/asn1_compiler.c 				tokens[tix++].token_type = TOKEN_NUMBER;
token_type        479 scripts/asn1_compiler.c 					tokens[tix++].token_type = TOKEN_ASSIGNMENT;
token_type        489 scripts/asn1_compiler.c 					tokens[tix++].token_type = TOKEN_OPEN_ACTION;
token_type        496 scripts/asn1_compiler.c 					tokens[tix++].token_type = TOKEN_CLOSE_ACTION;
token_type        507 scripts/asn1_compiler.c 					tokens[tix++].token_type = TOKEN_OPEN_CURLY;
token_type        512 scripts/asn1_compiler.c 					tokens[tix++].token_type = TOKEN_CLOSE_CURLY;
token_type        517 scripts/asn1_compiler.c 					tokens[tix++].token_type = TOKEN_OPEN_SQUARE;
token_type        522 scripts/asn1_compiler.c 					tokens[tix++].token_type = TOKEN_CLOSE_SQUARE;
token_type        527 scripts/asn1_compiler.c 					tokens[tix++].token_type = TOKEN_COMMA;
token_type        753 scripts/asn1_compiler.c 		if (token_list[n + 0].token_type == TOKEN_TYPE_NAME &&
token_type        754 scripts/asn1_compiler.c 		    token_list[n + 1].token_type == TOKEN_ASSIGNMENT)
token_type        777 scripts/asn1_compiler.c 		if (token_list[n + 0].token_type == TOKEN_TYPE_NAME &&
token_type        778 scripts/asn1_compiler.c 		    token_list[n + 1].token_type == TOKEN_ASSIGNMENT) {
token_type        814 scripts/asn1_compiler.c 		if (cursor[0].token_type != TOKEN_TYPE_NAME ||
token_type        815 scripts/asn1_compiler.c 		    cursor[1].token_type != TOKEN_ASSIGNMENT)
token_type        866 scripts/asn1_compiler.c 	element->tag = token_to_tag[cursor->token_type];
token_type        870 scripts/asn1_compiler.c 	if (cursor->token_type == TOKEN_OPEN_SQUARE) {
token_type        874 scripts/asn1_compiler.c 		switch (cursor->token_type) {
token_type        898 scripts/asn1_compiler.c 		if (cursor->token_type != TOKEN_NUMBER) {
token_type        913 scripts/asn1_compiler.c 		if (cursor->token_type != TOKEN_CLOSE_SQUARE) {
token_type        925 scripts/asn1_compiler.c 	if (cursor->token_type == DIRECTIVE_IMPLICIT) {
token_type        931 scripts/asn1_compiler.c 	} else if (cursor->token_type == DIRECTIVE_EXPLICIT) {
token_type        946 scripts/asn1_compiler.c 		element->tag = token_to_tag[cursor->token_type];
token_type        952 scripts/asn1_compiler.c 	switch (cursor->token_type) {
token_type        995 scripts/asn1_compiler.c 		if (cursor->token_type != DIRECTIVE_STRING)
token_type       1005 scripts/asn1_compiler.c 		if (cursor->token_type != DIRECTIVE_IDENTIFIER)
token_type       1036 scripts/asn1_compiler.c 		if (cursor->token_type == DIRECTIVE_OF) {
token_type       1053 scripts/asn1_compiler.c 		if (cursor->token_type == DIRECTIVE_OF) {
token_type       1071 scripts/asn1_compiler.c 	if (cursor < end && (cursor->token_type == DIRECTIVE_OPTIONAL ||
token_type       1072 scripts/asn1_compiler.c 			     cursor->token_type == DIRECTIVE_DEFAULT)
token_type       1078 scripts/asn1_compiler.c 	if (cursor < end && cursor->token_type == TOKEN_OPEN_ACTION) {
token_type       1082 scripts/asn1_compiler.c 		if (cursor->token_type != TOKEN_ELEMENT_NAME) {
token_type       1123 scripts/asn1_compiler.c 		if (cursor->token_type != TOKEN_CLOSE_ACTION) {
token_type       1153 scripts/asn1_compiler.c 	if (cursor->token_type != TOKEN_OPEN_CURLY) {
token_type       1162 scripts/asn1_compiler.c 	if (cursor->token_type == TOKEN_OPEN_CURLY) {
token_type       1170 scripts/asn1_compiler.c 		if (cursor->token_type == TOKEN_ELEMENT_NAME) {
token_type       1186 scripts/asn1_compiler.c 		if (cursor->token_type != TOKEN_COMMA)
token_type       1195 scripts/asn1_compiler.c 	if (cursor->token_type != TOKEN_CLOSE_CURLY) {
token_type         56 security/keys/encrypted-keys/ecryptfs_format.c 	auth_tok->token_type = ECRYPTFS_PASSWORD;