Searched refs:token_mechanism (Results 1 – 1 of 1) sorted by relevance
234 const struct pkcs11_mechachism_modes token_mechanism[] = { variable312 for (n = 0; n < ARRAY_SIZE(token_mechanism); n++) in tee_malloc_mechanism_list()313 if (token_mechanism[n].flags) in tee_malloc_mechanism_list()325 for (n = 0; n < ARRAY_SIZE(token_mechanism); n++) { in tee_malloc_mechanism_list()326 if (token_mechanism[n].flags) { in tee_malloc_mechanism_list()328 array[count] = token_mechanism[n].id; in tee_malloc_mechanism_list()340 for (n = 0; n < ARRAY_SIZE(token_mechanism); n++) { in mechanism_supported_flags()341 if (id == token_mechanism[n].id) { in mechanism_supported_flags()342 uint32_t flags = token_mechanism[n].flags; in mechanism_supported_flags()