Searched refs:sc_hwcrypto (Results 1 – 10 of 10) sorted by relevance
83 switch (sc->sc_hwcrypto) { in rtwn_init_seccfg()99 sc->sc_hwcrypto)); in rtwn_init_seccfg()104 __func__, seccfg, sc->sc_hwcrypto); in rtwn_init_seccfg()118 if (sc->sc_hwcrypto != RTWN_CRYPTO_FULL) in rtwn_key_alloc()139 switch (sc->sc_hwcrypto) { in rtwn_key_alloc()158 __func__, sc->sc_hwcrypto)); in rtwn_key_alloc()188 if (sc->sc_hwcrypto == RTWN_CRYPTO_FULL && in rtwn_key_set_cb0()265 if (sc->sc_hwcrypto != RTWN_CRYPTO_FULL) in rtwn_init_static_keys()311 if (sc->sc_hwcrypto == RTWN_CRYPTO_FULL) { in rtwn_process_key()
237 if (sc->sc_hwcrypto != RTWN_CRYPTO_SW) { in rtwn_attach()341 sc->sc_hwcrypto = RTWN_CRYPTO_PAIR; in rtwn_sysctlattach()343 "hwcrypto", CTLFLAG_RDTUN, &sc->sc_hwcrypto, in rtwn_sysctlattach()344 sc->sc_hwcrypto, "Enable h/w crypto: " in rtwn_sysctlattach()346 if (sc->sc_hwcrypto >= RTWN_CRYPTO_MAX) in rtwn_sysctlattach()347 sc->sc_hwcrypto = RTWN_CRYPTO_FULL; in rtwn_sysctlattach()
178 int sc_hwcrypto; member
148 ((sc->sc_hwcrypto != RTWN_CRYPTO_SW) ? R92C_CR_ENSEC : 0) | in r88ee_power_on()
128 ((sc->sc_hwcrypto != RTWN_CRYPTO_SW) ? R92C_CR_ENSEC : 0) | in r88eu_power_on()
220 ((sc->sc_hwcrypto != RTWN_CRYPTO_SW) ? R92C_CR_ENSEC : 0)); in r92ce_power_on()
170 ((sc->sc_hwcrypto != RTWN_CRYPTO_SW) ? R92C_CR_ENSEC : 0) | in r21a_power_on()
168 ((sc->sc_hwcrypto != RTWN_CRYPTO_SW) ? R92C_CR_ENSEC : 0) | in r92cu_power_on()
281 ((sc->sc_hwcrypto != RTWN_CRYPTO_SW) ? R92C_CR_ENSEC : 0) | in r92e_power_on()
316 ((sc->sc_hwcrypto != RTWN_CRYPTO_SW) ? R92C_CR_ENSEC : 0) | in r12a_power_on()