Home
last modified time | relevance | path

Searched refs:get_token_id (Results 1 – 3 of 3) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.h202 unsigned int get_token_id(struct ck_token *token);
H A Dpersistent_token.c30 int n = snprintf(name, size, "token.db.%u", get_token_id(token)); in get_db_file_name()
H A Dpkcs11_token.c63 unsigned int get_token_id(struct ck_token *token) in get_token_id() function
805 info.slot_id = get_token_id(session->token); in entry_ck_session_info()