Searched refs:tpi_key (Results 1 – 2 of 2) sorted by relevance
171 bcmp((*tpp)->tpi_key, key, keylen) == 0) { in tpi_findprov()181 (*tpp)->tpi_key = kmem_alloc(keylen, KM_SLEEP); in tpi_findprov()182 bcopy(key, (*tpp)->tpi_key, keylen); in tpi_findprov()
50 void *tpi_key; member