Searched refs:crk_status (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/opencrypto/
H A Dcryptodev.c860 krp->krp_status = kop->crk_status;
918 kop->crk_status = krp->krp_status;
1381 kop[req].crk_status = EINVAL;
1386 kop[req].crk_status = EINVAL;
1391 kop[req].crk_status = EINVAL;
1396 kop[req].crk_status = EINVAL;
1401 kop[req].crk_status = EINVAL;
1406 kop[req].crk_status = EINVAL;
1411 kop[req].crk_status = EINVAL;
1416 kop[req].crk_status
[all...]
H A Dcryptodev.h272 u_int crk_status; /* return status */ member in struct:crypt_kop
293 u_int crk_status; /* return status */ member in struct:crypt_n_kop
308 * not in the original crypt_kop structure (crk_status).
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_cryptodev.c1058 } else if (ECANCELED == kop.crk_status) {
1113 } else if (ECANCELED == kop.crk_status) {
1256 if(0 != kop.crk_status) dsaret = 0;

Completed in 113 milliseconds