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

/freebsd-12-stable/tests/sys/opencrypto/
H A Dcryptodevh.py223 CRK_MOD_EXP = 0 variable
229 CRF_MOD_EXP = (1 << CRK_MOD_EXP)
/freebsd-12-stable/sys/opencrypto/
H A Dcryptodev.h311 u_int crk_op; /* ie. CRK_MOD_EXP or other */
319 #define CRK_MOD_EXP 0 macro
326 #define CRF_MOD_EXP (1 << CRK_MOD_EXP)
502 u_int krp_op; /* ie. CRK_MOD_EXP or other */
H A Dcryptodev.c1238 case CRK_MOD_EXP:
/freebsd-12-stable/sys/mips/nlm/dev/sec/
H A Dnlmrsa.c289 if (crypto_kregister(sc->sc_cid, CRK_MOD_EXP, 0) != 0)
458 case CRK_MOD_EXP:
/freebsd-12-stable/tools/tools/crypto/
H A Dcryptokeytest.c129 kop.crk_op = CRK_MOD_EXP;
/freebsd-12-stable/sys/dev/ubsec/
H A Dubsec.c473 crypto_kregister(sc->sc_cid, CRK_MOD_EXP, 0);
2052 case CRK_MOD_EXP:
/freebsd-12-stable/sys/dev/safe/
H A Dsafe.c386 crypto_kregister(sc->sc_cid, CRK_MOD_EXP, 0);

Completed in 188 milliseconds