Searched refs:token_id (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | pkcs11_token.c | 241 uint32_t token_id = 0; in entry_ck_slot_list() local 258 for (token_id = 0, id = out->memref.buffer; token_id < TOKEN_COUNT; in entry_ck_slot_list() 259 token_id++, id += sizeof(token_id)) in entry_ck_slot_list() 260 TEE_MemMove(id, &token_id, sizeof(token_id)); in entry_ck_slot_list() 307 uint32_t token_id = 0; in entry_ck_slot_info() local 326 rc = serialargs_get(&ctrlargs, &token_id, sizeof(token_id)); in entry_ck_slot_info() 356 uint32_t token_id = 0; in entry_ck_token_info() local 380 rc = serialargs_get(&ctrlargs, &token_id, sizeof(token_id)); in entry_ck_token_info() 447 rc = serialargs_get(&ctrlargs, &token_id, sizeof(token_id)); in entry_ck_token_mecha_ids() 529 token_id, type); in entry_ck_token_mecha_info() [all …]
|
A D | pkcs11_token.h | 200 struct ck_token *get_token(unsigned int token_id); 209 struct ck_token *init_persistent_db(unsigned int token_id);
|
A D | persistent_token.c | 578 struct ck_token *init_persistent_db(unsigned int token_id) in init_persistent_db() argument 580 struct ck_token *token = get_token(token_id); in init_persistent_db() 604 IMSG("PKCS11 token %u: load db", token_id); in init_persistent_db() 652 IMSG("PKCS11 token %u: init db", token_id); in init_persistent_db()
|
Completed in 7 milliseconds