Lines Matching refs:token

5  * write authentication token-related packets with the underlying
445 * @auth_tok_key: key containing the authentication token
446 * @auth_tok: authentication token
539 * @auth_tok_key: key containing the authentication token
761 (u8 *)s->auth_tok->token.password.session_key_encryption_key,
762 s->auth_tok->token.password.session_key_encryption_key_bytes,
816 s->auth_tok->token.password.session_key_encryption_key,
820 "rc = [%d]. s->auth_tok->token.password.session_key_"
824 s->auth_tok->token.password.session_key_encryption_key,
1032 s->auth_tok->token.password.session_key_encryption_key,
1036 "rc = [%d]. s->auth_tok->token.password.session_key_"
1040 s->auth_tok->token.password.session_key_encryption_key,
1105 (*sig) = auth_tok->token.password.signature;
1108 (*sig) = auth_tok->token.private_key.signature;
1120 * @auth_tok: The key authentication token used to decrypt the session key
1211 * a new authentication token will be placed at the
1295 ecryptfs_to_hex((*new_auth_tok)->token.private_key.signature,
1343 * a new authentication token will be placed at the end
1464 memcpy((*new_auth_tok)->token.password.salt,
1468 (*new_auth_tok)->token.password.hash_iterations =
1484 (*new_auth_tok)->token.password.hash_algo = 0x01; /* MD5 */
1640 * @auth_tok: The passphrase authentication token to use to encrypt the FEK
1659 auth_tok->token.password.session_key_encryption_key_bytes);
1661 auth_tok->token.password.session_key_encryption_key,
1662 auth_tok->token.password.session_key_encryption_key_bytes);
1708 tfm, auth_tok->token.password.session_key_encryption_key,
1749 * Returns Zero if a valid authentication token was retrieved and
1803 "authentication token "
1819 ecryptfs_to_hex(new_auth_tok->token.password.signature,
1821 new_auth_tok->token.password.signature[
1860 * authentication token that has the secret component(s)
1893 "authentication token\n");
1899 memcpy(&(candidate_auth_tok->token.private_key),
1900 &(matching_auth_tok->token.private_key),
1907 memcpy(&(candidate_auth_tok->token.password),
1908 &(matching_auth_tok->token.password),
1923 "session key for authentication token with sig "
1972 rc = write_tag_66_packet(auth_tok->token.private_key.signature,
2008 * @auth_tok_key: The authentication token key to unlock and put when done with
2010 * @auth_tok: The authentication token used for generating the tag 1 packet
2031 ecryptfs_from_hex(key_rec->sig, auth_tok->token.private_key.signature,
2047 auth_tok->token.private_key.key_size;
2165 * @auth_tok: Authentication token
2195 ecryptfs_from_hex(key_rec->sig, auth_tok->token.password.signature,
2240 if (auth_tok->token.password.flags &
2244 auth_tok->token.password.
2247 auth_tok->token.password.session_key_encryption_key,
2366 memcpy(&dest[(*packet_size)], auth_tok->token.password.salt,
2471 "authentication token type\n");