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

/freebsd-11-stable/tools/tools/crypto/
H A Dcryptokeytest.c143 kop.crk_op = CRK_MOD_EXP;
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c1137 kop.crk_op = CRK_MOD_EXP;
1188 kop.crk_op = CRK_MOD_EXP_CRT;
1291 kop.crk_op = CRK_DSA_SIGN;
1334 kop.crk_op = CRK_DSA_VERIFY;
1407 kop.crk_op = CRK_DH_COMPUTE_KEY;
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.h284 u_int crk_op; /* ie. CRK_MOD_EXP or other */ member in struct:crypt_kop
H A Dcryptodev.c115 u_int crk_op; member in struct:crypt_kop32
244 CP(*from, *to, crk_op);
258 CP(*from, *to, crk_op);
1175 switch (kop->crk_op) {
1211 krp->krp_op = kop->crk_op;

Completed in 171 milliseconds