Searched refs:crypto_minors (Results 1 – 1 of 1) sorted by relevance
159 static crypto_minor_t **crypto_minors = NULL; variable406 if (crypto_minors[i] != NULL) { in crypto_detach()419 kmem_free(crypto_minors, in crypto_detach()421 crypto_minors = NULL; in crypto_detach()490 bcopy(crypto_minors, newtable, in crypto_open()493 kmem_free(crypto_minors, in crypto_open()503 crypto_minors = newtable; in crypto_open()519 crypto_minors[mn - 1] = cm; in crypto_open()548 cm = crypto_minors[mn - 1]; in crypto_close()564 crypto_minors[mn - 1] = NULL; in crypto_close()[all …]