Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_arc4.c51 struct crypt_op co; in main()
H A Dh_null.c47 struct crypt_op co; in main()
H A Dh_camellia.c57 struct crypt_op co; in main()
H A Dh_cbcdes.c52 struct crypt_op co; in main()
H A Dh_md5.c76 struct crypt_op co; in main()
H A Dh_xcbcmac.c78 struct crypt_op co; in main()
H A Dh_aesctr2.c54 struct crypt_op co; in main()
H A Dh_comp_zlib.c46 struct crypt_op co1; in main()
H A Dh_comp_zlib_rnd.c48 struct crypt_op co1; in main()
H A Dh_comp.c47 struct crypt_op co1, co2; in main()
H A Dh_aesctr1.c212 struct crypt_op co; in main()
H A Dh_md5hmac.c144 struct crypt_op co; in main()
H A Dh_sha1hmac.c154 struct crypt_op co; in main()
H A Dh_gcm.c56 struct crypt_op co; in main()
/freebsd-12.1/sys/opencrypto/
H A Dcryptodev.c194 crypt_op_from_32(const struct crypt_op32 *from, struct crypt_op *to) in crypt_op_from_32()
208 crypt_op_to_32(const struct crypt_op *from, struct crypt_op32 *to) in crypt_op_to_32()
334 static int cryptodev_op(struct csession *, struct crypt_op *,
382 struct crypt_op *cop; in cryptof_ioctl()
392 struct crypt_op copc; in cryptof_ioctl()
702 cop = (struct crypt_op *)data; in cryptof_ioctl()
821 struct crypt_op *cop, in cryptodev_op()
H A Dcryptodev.h262 struct crypt_op { struct
343 #define CIOCCRYPT _IOWR('c', 103, struct crypt_op)
/freebsd-12.1/tests/sys/opencrypto/
H A Dblake2_test.c115 struct crypt_op cop; in do_cryptop()
H A Dpoly1305_test.c350 struct crypt_op cop; in do_cryptop()
/freebsd-12.1/crypto/openssl/crypto/engine/
H A Deng_devcrypto.c179 struct crypt_op cryp; in cipher_do_cipher()
542 struct crypt_op cryp; in digest_op()
/freebsd-12.1/tools/tools/crypto/
H A Dcryptocheck.c381 struct crypt_op cop; in ocf_hash()
503 struct crypt_op cop; in ocf_hmac()
631 struct crypt_op cop; in ocf_cipher()
799 struct crypt_op cop; in ocf_authenc()
H A Dcryptotest.c266 struct crypt_op cop; in runtest()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc458 unsigned struct_crypt_op_sz = sizeof(crypt_op);