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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/
H A Docf-compat.h51 int (*cryptodev_process)(device_t dev, struct cryptop *crp, int hint);
52 int (*cryptodev_kprocess)(device_t dev, struct cryptkop *krp, int hint);
68 #define CRYPTODEV_PROCESS(dev, crp, hint) \
69 ((*(dev)->methods.cryptodev_process)(dev, crp, hint))
70 #define CRYPTODEV_KPROCESS(dev, krp, hint) \
71 ((*(dev)->methods.cryptodev_kprocess)(dev, krp, hint))
H A Dcrypto.c286 static int crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint);
1029 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) argument
1070 return CRYPTODEV_PROCESS(cap->cc_dev, crp, hint);
1272 int result, hint; local
1294 hint = 0;
1321 hint = CRYPTO_HINT_MORE;
1340 result = crypto_invoke(cap, submit, hint);
H A Dcryptosoft.c1161 swcr_process(device_t dev, struct cryptop *crp, int hint) argument
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/ep80579/
H A Dicp_ocf.h294 int icp_ocfDrvSymProcess(icp_device_t dev, struct cryptop *crp, int hint);
297 int icp_ocfDrvPkeProcess(icp_device_t dev, struct cryptkop *krp, int hint);
H A Dicp_asym.c179 int icp_ocfDrvPkeProcess(icp_device_t dev, struct cryptkop *krp, int hint) argument
H A Dicp_sym.c644 int icp_ocfDrvSymProcess(icp_device_t dev, struct cryptop *crp, int hint) argument
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/ocfnull/
H A Docfnull.c123 null_process(device_t arg, struct cryptop *crp, int hint) argument
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/hifn/
H A DhifnHIPP.c143 hipp_process(device_t dev, struct cryptop *crp, int hint) argument
H A Dhifn7751.c1740 int hint)
2011 if ((hint & CRYPTO_HINT_MORE) && sc->sc_curbatch < hifn_maxbatch) {
2436 hifn_process(device_t dev, struct cryptop *crp, int hint) argument
2661 err = hifn_crypto(sc, cmd, crp, hint);
1736 hifn_crypto( struct hifn_softc *sc, struct hifn_command *cmd, struct cryptop *crp, int hint) argument
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/ixp4xx/
H A Dixp4xx.c134 static int ixp_kprocess(device_t, struct cryptkop *krp, int hint);
810 ixp_process(device_t dev, struct cryptop *crp, int hint) argument
1122 ixp_kprocess(device_t dev, struct cryptkop *krp, int hint) argument
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/cryptocteon/
H A Dcryptocteon.c347 octo_process(device_t dev, struct cryptop *crp, int hint) argument
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/talitos/
H A Dtalitos.c148 static int talitos_process(device_t dev, struct cryptop *crp, int hint);
497 talitos_process(device_t dev, struct cryptop *crp, int hint) argument
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/safe/
H A Dsafe.c111 static int safe_kprocess(device_t dev, struct cryptkop *krp, int hint);
585 safe_process(device_t dev, struct cryptop *crp, int hint) argument
1512 safe_kprocess(device_t dev, struct cryptkop *krp, int hint) argument
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/c7108/
H A Daes-7108.c480 c7108_process(void *arg, struct cryptop *crp, int hint) argument
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/kirkwood/
H A Dcesa_ocf_drv.c313 cesa_ocf_process(device_t dev, struct cryptop *crp, int hint) argument
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/pasemi/
H A Dpasemi.c311 pasemi_process(device_t dev, struct cryptop *crp, int hint) argument
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/ubsec_ssb/
H A Dubsec_ssb.c1098 ubsec_process(device_t dev, struct cryptop *crp, int hint) argument
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/wmi/
H A Dwmi_doc.h1273 UINT16 channel Provides a hint as to which channel was

Completed in 198 milliseconds