Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_null.c47 struct crypt_op co; in main()
H A Dh_arc4.c51 struct crypt_op co; in main()
H A Dh_cbcdes.c52 struct crypt_op co; in main()
H A Dh_camellia.c57 struct crypt_op co; in main()
H A Dh_xcbcmac.c78 struct crypt_op co; in main()
H A Dh_md5.c76 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.c47 struct crypt_op co1, co2; in main()
H A Dh_comp_zlib_rnd.c48 struct crypt_op co1; in main()
H A Dh_sha1hmac.c154 struct crypt_op co; in main()
H A Dh_md5hmac.c144 struct crypt_op co; in main()
H A Dh_aesctr1.c212 struct crypt_op co; in main()
H A Dh_gcm.c56 struct crypt_op co; in main()
/freebsd-13.1/tests/sys/opencrypto/
H A Dblake2_test.c119 struct crypt_op cop; in do_cryptop()
H A Dpoly1305_test.c343 struct crypt_op cop; in do_cryptop()
/freebsd-13.1/sys/opencrypto/
H A Dcryptodev.c203 crypt_op_from_32(const struct crypt_op32 *from, struct crypt_op *to) in crypt_op_from_32()
217 crypt_op_to_32(const struct crypt_op *from, struct crypt_op32 *to) in crypt_op_to_32()
835 cryptodev_op(struct csession *cse, const struct crypt_op *cop) in cryptodev_op()
1450 struct crypt_op *cop; in crypto_ioctl()
1458 struct crypt_op copc; in crypto_ioctl()
1551 cop = (struct crypt_op *)data; in crypto_ioctl()
H A Dcryptodev.h257 struct crypt_op { struct
329 #define CIOCCRYPT _IOWR('c', 103, struct crypt_op)
/freebsd-13.1/tools/tools/crypto/
H A Dcryptocheck.c476 ocf_init_cop(const struct ocf_session *ses, struct crypt_op *cop) in ocf_init_cop()
495 struct crypt_op cop; in ocf_hash()
605 struct crypt_op cop; in ocf_hmac()
731 struct crypt_op cop; in ocf_cipher()
885 struct crypt_op cop; in ocf_eta()
1087 struct crypt_op cop; in ocf_mac()
H A Dcryptotest.c254 struct crypt_op cop; in runtest()
/freebsd-13.1/crypto/openssl/crypto/engine/
H A Deng_devcrypto.c181 struct crypt_op cryp; in cipher_do_cipher()
544 struct crypt_op cryp; in digest_op()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp764 unsigned struct_crypt_op_sz = sizeof(crypt_op);