HomeSort by: relevance | last modified time | path
    Searched refs:crypt_op (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/opencrypto/
cryptodev_internal.h 8 int cryptodev_op(struct csession *, struct crypt_op *, struct lwp *);
ocryptodev.h 176 struct crypt_op;
cryptodev.h 190 struct crypt_op { struct
379 #define CIOCCRYPT _IOWR('c', 114, struct crypt_op)
ocryptodev.c 199 struct crypt_op cop;
cryptodev.c 230 struct crypt_op *cop;
344 cop = (struct crypt_op *)data;
454 cryptodev_op(struct csession *cse, struct crypt_op *cop, struct lwp *l)
  /src/tests/crypto/opencrypto/
h_arc4.c 51 struct crypt_op co;
h_cbcdes.c 52 struct crypt_op co;
h_null.c 47 struct crypt_op co;
h_aesctr2.c 54 struct crypt_op co;
h_camellia.c 57 struct crypt_op co;
h_cbc3des.c 56 struct crypt_op co, co2;
h_comp.c 47 struct crypt_op co1, co2;
h_comp_zlib.c 46 struct crypt_op co1;
h_comp_zlib_rnd.c 48 struct crypt_op co1;
h_gcm.c 56 struct crypt_op co;
h_md5.c 76 struct crypt_op co;
h_xcbcmac.c 78 struct crypt_op co;
h_aescbc.c 126 struct crypt_op co;
h_aesctr1.c 212 struct crypt_op co;
h_md5hmac.c 144 struct crypt_op co;
h_sha1hmac.c 154 struct crypt_op co;
h_sha2hmac.c 233 struct crypt_op co;
  /src/sys/sys/
compat_stub.h 132 struct crypt_op;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 603 unsigned struct_crypt_op_sz = sizeof(crypt_op);

Completed in 34 milliseconds