Home
last modified time | relevance | path

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

/freebsd/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_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.c47 struct crypt_op co1, co2; 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_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/sys/opencrypto/
H A Dcryptodev.c184 crypt_op_from_32(const struct crypt_op32 *from, struct crypt_op *to) in crypt_op_from_32()
198 crypt_op_to_32(const struct crypt_op *from, struct crypt_op32 *to) in crypt_op_to_32()
635 cryptodev_op(struct csession *cse, const struct crypt_op *cop) in cryptodev_op()
1126 struct crypt_op *cop; in crypto_ioctl()
1133 struct crypt_op copc; in crypto_ioctl()
1214 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/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/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()
627 struct crypt_op cop; in ocf_hmac()
770 struct crypt_op cop; in ocf_cipher()
930 struct crypt_op cop; in ocf_eta()
1153 struct crypt_op cop; in ocf_mac()
H A Dcryptotest.c252 struct crypt_op cop; in runtest()
/freebsd/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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp765 unsigned struct_crypt_op_sz = sizeof(crypt_op);