Searched refs:sc_cid (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/crypto/via/ |
| H A D | padlock.c | 60 int32_t sc_cid; member 121 sc->sc_cid = crypto_get_driverid(dev, sizeof(struct padlock_session), in padlock_attach() 124 if (sc->sc_cid < 0) { in padlock_attach() 137 crypto_unregister_all(sc->sc_cid); in padlock_detach()
|
| /f-stack/freebsd/crypto/openssl/ |
| H A D | ossl.c | 55 int32_t sc_cid; member 95 sc->sc_cid = crypto_get_driverid(dev, sizeof(struct ossl_session), in ossl_attach() 98 if (sc->sc_cid < 0) { in ossl_attach() 113 crypto_unregister_all(sc->sc_cid); in ossl_detach()
|
| /f-stack/freebsd/mips/cavium/cryptocteon/ |
| H A D | cryptocteon.c | 51 int32_t sc_cid; /* opencrypto id */ member 88 sc->sc_cid = crypto_get_driverid(dev, sizeof(struct octo_sess), in cryptocteon_attach() 91 if (sc->sc_cid < 0) { in cryptocteon_attach() 92 device_printf(dev, "crypto_get_driverid ret %d\n", sc->sc_cid); in cryptocteon_attach()
|
| /f-stack/freebsd/mips/nlm/dev/sec/ |
| H A D | nlmrsalib.h | 55 int sc_cid; member
|
| H A D | nlmrsa.c | 281 sc->sc_cid = crypto_get_driverid(dev, in xlp_rsa_attach() 283 if (sc->sc_cid < 0) { in xlp_rsa_attach() 287 if (crypto_kregister(sc->sc_cid, CRK_MOD_EXP, 0) != 0) in xlp_rsa_attach()
|
| H A D | nlmseclib.h | 125 int32_t sc_cid; member
|
| H A D | nlmsec.c | 283 crypto_unblock(sc->sc_cid, sc->sc_needwakeup); in nlm_xlpsec_msgring_handler() 339 sc->sc_cid = crypto_get_driverid(dev, in xlp_sec_attach() 341 if (sc->sc_cid < 0) { in xlp_sec_attach()
|