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

/freebsd-11-stable/tools/tools/crypto/
H A Dcryptokeytest.c166 if (kop.crk_status != 0) {
167 printf("error %d\n", kop.crk_status);
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.h285 u_int crk_status; /* return status */ member in struct:crypt_kop
H A Dcryptodev.c116 u_int crk_status; member in struct:crypt_kop32
245 CP(*from, *to, crk_status);
259 CP(*from, *to, crk_status);
1212 krp->krp_status = kop->crk_status;
1273 kop->crk_status = krp->krp_status;
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c1153 } else if (ECANCELED == kop.crk_status) {
1209 } else if (ECANCELED == kop.crk_status) {
1357 if (0 != kop.crk_status)

Completed in 216 milliseconds