Searched refs:swcr_id (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/opencrypto/
H A Dcryptosoft.c68 static int32_t swcr_id; variable
1329 swcr_id = crypto_get_driverid(dev, sizeof(struct swcr_session),
1331 if (swcr_id < 0) {
1336 crypto_register(swcr_id, alg, 0,0)
1383 crypto_unregister_all(swcr_id);

Completed in 62 milliseconds