Home
last modified time | relevance | path

Searched refs:krp_status (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/opencrypto/
Dcryptodev.c825 krp->krp_status = kop->crk_status; in cryptodev_key()
828 krp->krp_status = 0; in cryptodev_key()
854 if (krp->krp_status != 0) { in cryptodev_key()
855 DPRINTF("krp->krp_status 0x%08x\n", krp->krp_status); in cryptodev_key()
856 error = krp->krp_status; in cryptodev_key()
875 kop->crk_status = krp->krp_status; in cryptodev_key()
1395 krp->krp_status = kop[req].crk_status; in cryptodev_mkey()
1398 krp->krp_status = 0; in cryptodev_mkey()
1433 kop[req].crk_status = krp->krp_status; in cryptodev_mkey()
1834 if (krp->krp_status != 0) { in cryptodev_getmstatus()
[all …]
Dcryptodev.h547 u_int krp_status; /* return status */ member
Dcrypto.c1487 krp->krp_status = ENODEV; in crypto_kinvoke()
1738 if (krp->krp_status != 0) in crypto_kdone()
/netbsd/src/sys/dev/pci/
Dubsec.c1969 krp->krp_status = E2BIG; in ubsec_callback2()
2405 krp->krp_status = EOPNOTSUPP; in ubsec_kprocess()
2612 krp->krp_status = err; in ubsec_kprocess_modexp_sw()
2816 krp->krp_status = err; in ubsec_kprocess_modexp_hw()
3005 krp->krp_status = err; in ubsec_kprocess_rsapriv()