Lines Matching refs:ck_token
48 struct ck_token ck_token[TOKEN_COUNT]; variable
55 struct ck_token *get_token(unsigned int token_id) in get_token()
58 return &ck_token[confine_array_index(token_id, TOKEN_COUNT)]; in get_token()
63 unsigned int get_token_id(struct ck_token *token) in get_token_id()
65 ptrdiff_t id = token - ck_token; in get_token_id()
147 struct ck_token *token = init_persistent_db(id); in pkcs11_token_init()
369 struct ck_token *token = NULL; in entry_ck_token_info()
450 struct ck_token __maybe_unused *token = NULL; in entry_ck_token_mecha_ids()
507 struct ck_token *token = NULL; in entry_ck_token_mecha_info()
611 struct ck_token *token = NULL; in entry_ck_open_session()
748 struct ck_token *token = NULL; in entry_ck_close_all_sessions()
828 struct ck_token *token = NULL; in entry_ck_token_initialize()
976 struct ck_token *token = session->token; in set_pin()
1134 struct ck_token *token = session->token; in check_so_pin()
1191 struct ck_token *token = session->token; in check_user_pin()