Home
last modified time | relevance | path

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

/freebsd-14.2/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_rnd.c48 struct crypt_op co1; in main()
H A Dh_comp.c47 struct crypt_op co1, co2; in main()
H A Dh_comp_zlib.c46 struct crypt_op co1; 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-14.2/sys/opencrypto/
H A Dcryptodev.c185 crypt_op_from_32(const struct crypt_op32 *from, struct crypt_op *to) in crypt_op_from_32()
199 crypt_op_to_32(const struct crypt_op *from, struct crypt_op32 *to) in crypt_op_to_32()
636 cryptodev_op(struct csession *cse, const struct crypt_op *cop) in cryptodev_op()
1127 struct crypt_op *cop; in crypto_ioctl()
1134 struct crypt_op copc; in crypto_ioctl()
1215 cop = (struct crypt_op *)data; in crypto_ioctl()
H A Dcryptodev.h257 struct crypt_op { struct
299 #define CIOCCRYPT _IOWR('c', 103, struct crypt_op)
/freebsd-14.2/tests/sys/opencrypto/
H A Dblake2_test.c117 struct crypt_op cop; in do_cryptop()
H A Dpoly1305_test.c341 struct crypt_op cop; in do_cryptop()
/freebsd-14.2/tools/tools/crypto/
H A Dcryptocheck.c496 ocf_init_cop(const struct ocf_session *ses, struct crypt_op *cop) in ocf_init_cop()
515 struct crypt_op cop; in ocf_hash()
625 struct crypt_op cop; in ocf_hmac()
751 struct crypt_op cop; in ocf_cipher()
905 struct crypt_op cop; in ocf_eta()
1107 struct crypt_op cop; in ocf_mac()
H A Dcryptotest.c252 struct crypt_op cop; in runtest()
/freebsd-14.2/crypto/openssl/engines/
H A De_devcrypto.c245 struct crypt_op cryp; in cipher_do_cipher()
767 struct crypt_op cryp; in digest_op()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp765 unsigned struct_crypt_op_sz = sizeof(crypt_op);