Searched refs:TOKEN_COUNT (Results 1 – 1 of 1) sorted by relevance
28 #define TOKEN_COUNT CFG_PKCS11_TA_TOKEN_COUNT macro48 struct ck_token ck_token[TOKEN_COUNT];57 if (token_id < TOKEN_COUNT) in get_token()58 return &ck_token[confine_array_index(token_id, TOKEN_COUNT)]; in get_token()67 assert(id >= 0 && id < TOKEN_COUNT); in get_token_id()155 for (id = 0; id < TOKEN_COUNT; id++) { in pkcs11_init()168 for (id = 0; id < TOKEN_COUNT; id++) in pkcs11_deinit()242 const size_t out_size = sizeof(token_id) * TOKEN_COUNT; in entry_ck_slot_list()258 for (token_id = 0, id = out->memref.buffer; token_id < TOKEN_COUNT; in entry_ck_slot_list()
Completed in 4 milliseconds