Home
last modified time | relevance | path

Searched refs:crypt_op (Results 1 – 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/crypto/opencrypto/
HDh_null.c47 struct crypt_op co; in main()
HDh_arc4.c51 struct crypt_op co; in main()
HDh_camellia.c57 struct crypt_op co; in main()
HDh_cbcdes.c52 struct crypt_op co; in main()
HDh_xcbcmac.c78 struct crypt_op co; in main()
HDh_md5.c76 struct crypt_op co; in main()
HDh_aesctr2.c54 struct crypt_op co; in main()
HDh_comp.c47 struct crypt_op co1, co2; in main()
HDh_comp_zlib.c46 struct crypt_op co1; in main()
HDh_comp_zlib_rnd.c48 struct crypt_op co1; in main()
HDh_md5hmac.c144 struct crypt_op co; in main()
HDh_aesctr1.c212 struct crypt_op co; in main()
HDh_sha1hmac.c154 struct crypt_op co; in main()
HDh_gcm.c56 struct crypt_op co; in main()
/freebsd-11-stable/sys/opencrypto/
HDcryptodev.c196 crypt_op_from_32(const struct crypt_op32 *from, struct crypt_op *to) in crypt_op_from_32()
210 crypt_op_to_32(const struct crypt_op *from, struct crypt_op32 *to) in crypt_op_to_32()
336 static int cryptodev_op(struct csession *, struct crypt_op *,
384 struct crypt_op *cop; in cryptof_ioctl()
394 struct crypt_op copc; in cryptof_ioctl()
633 cop = (struct crypt_op *)data; in cryptof_ioctl()
793 struct crypt_op *cop, in cryptodev_op()
HDcryptodev.h235 struct crypt_op { struct
316 #define CIOCCRYPT _IOWR('c', 103, struct crypt_op)
/freebsd-11-stable/crypto/openssl/crypto/evp/
HDopenbsd_hw.c158 struct crypt_op cryp;
320 struct crypt_op cryp;
/freebsd-11-stable/crypto/openssl/crypto/engine/
HDeng_cryptodev.c410 struct crypt_op cryp; in cryptodev_cipher()
798 struct crypt_op cryp; in cryptodev_digest_update()
845 struct crypt_op cryp; in cryptodev_digest_final()
/freebsd-11-stable/tools/tools/crypto/
HDcryptocheck.c348 struct crypt_op cop; in ocf_hmac()
476 struct crypt_op cop; in ocf_cipher()
644 struct crypt_op cop; in ocf_authenc()
HDcryptotest.c257 struct crypt_op cop; in runtest()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp480 unsigned struct_crypt_op_sz = sizeof(crypt_op);