Searched refs:opencrypto (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-11-stable/sys/opencrypto/
H A Dxform.h39 #include <opencrypto/rmd160.h>
40 #include <opencrypto/gmac.h>
42 #include <opencrypto/xform_auth.h>
43 #include <opencrypto/xform_comp.h>
44 #include <opencrypto/xform_enc.h>
H A Dxform_comp.h37 #include <opencrypto/deflate.h>
38 #include <opencrypto/cryptodev.h>
39 #include <opencrypto/xform_userland.h>
H A Dxform_rmd160.c53 #include <opencrypto/rmd160.h>
54 #include <opencrypto/xform_auth.h>
H A Dxform.c68 #include <opencrypto/cast.h>
69 #include <opencrypto/deflate.h>
70 #include <opencrypto/rmd160.h>
71 #include <opencrypto/skipjack.h>
75 #include <opencrypto/cryptodev.h>
76 #include <opencrypto/xform.h>
H A Dcryptodeflate.c47 #include <opencrypto/cryptodev.h>
48 #include <opencrypto/deflate.h>
50 SDT_PROVIDER_DECLARE(opencrypto); variable
51 SDT_PROBE_DEFINE2(opencrypto, deflate, deflate_global, entry,
53 SDT_PROBE_DEFINE5(opencrypto, deflate, deflate_global, bad,
55 SDT_PROBE_DEFINE5(opencrypto, deflate, deflate_global, iter,
57 SDT_PROBE_DEFINE2(opencrypto, deflate, deflate_global, return,
83 SDT_PROBE2(opencrypto, deflate, deflate_global, entry, decomp, size);
108 SDT_PROBE5(opencrypto, deflate, deflate_global, bad,
128 SDT_PROBE5(opencrypto, deflat
[all...]
H A Dxform_deflate.c53 #include <opencrypto/deflate.h>
54 #include <opencrypto/xform_comp.h>
H A Dxform_auth.h42 #include <opencrypto/rmd160.h>
43 #include <opencrypto/gmac.h>
45 #include <opencrypto/cryptodev.h>
46 #include <opencrypto/xform_userland.h>
H A Dxform_enc.h40 #include <opencrypto/cast.h>
41 #include <opencrypto/skipjack.h>
42 #include <opencrypto/cryptodev.h>
43 #include <opencrypto/xform_userland.h>
H A Dxform_gmac.c53 #include <opencrypto/gmac.h>
54 #include <opencrypto/xform_auth.h>
H A Dxform_md5.c54 #include <opencrypto/xform_auth.h>
H A Dcryptodev.c42 __FBSDID("$FreeBSD: stable/11/sys/opencrypto/cryptodev.c 356908 2020-01-20 11:19:55Z jhb $");
66 #include <opencrypto/cryptodev.h>
67 #include <opencrypto/xform.h>
69 SDT_PROVIDER_DECLARE(opencrypto); variable
71 SDT_PROBE_DEFINE1(opencrypto, dev, ioctl, error, "int"/*line number*/);
455 SDT_PROBE1(opencrypto, dev, ioctl, error, __LINE__);
503 SDT_PROBE1(opencrypto, dev, ioctl, error, __LINE__);
517 SDT_PROBE1(opencrypto, dev, ioctl, error,
527 SDT_PROBE1(opencrypto, dev, ioctl, error,
541 SDT_PROBE1(opencrypto, de
[all...]
H A Dxform_cast5.c53 #include <opencrypto/cast.h>
54 #include <opencrypto/xform_enc.h>
H A Dxform_null.c53 #include <opencrypto/xform_auth.h>
54 #include <opencrypto/xform_enc.h>
H A Dxform_skipjack.c53 #include <opencrypto/skipjack.h>
54 #include <opencrypto/xform_enc.h>
H A Dxform_sha1.c54 #include <opencrypto/xform_auth.h>
H A Dgmac.c35 #include <opencrypto/gfmult.h>
36 #include <opencrypto/gmac.h>
H A Dxform_cml.c54 #include <opencrypto/xform_enc.h>
H A Dxform_des1.c54 #include <opencrypto/xform_enc.h>
/freebsd-11-stable/sys/modules/cryptodev/
H A DMakefile3 .PATH: ${SRCTOP}/sys/opencrypto
/freebsd-11-stable/tests/sys/opencrypto/
H A DMakefile1 # $FreeBSD: stable/11/tests/sys/opencrypto/Makefile 350209 2019-07-22 08:27:44Z lwhsu $
5 TESTSDIR= ${TESTSBASE}/sys/opencrypto
/freebsd-11-stable/sys/dev/glxsb/
H A Dglxsb.h32 #include <opencrypto/cryptodev.h>
/freebsd-11-stable/sys/modules/cxgbe/ccr/
H A DMakefile16 MFILES= kern/bus_if.m kern/device_if.m opencrypto/cryptodev_if.m \
/freebsd-11-stable/tests/sys/
H A DMakefile21 TESTS_SUBDIRS+= opencrypto
/freebsd-11-stable/stand/libsa/geli/
H A Dgeliboot_internal.h56 #include <opencrypto/xform_enc.h>
H A DMakefile.inc41 .PATH: ${SYSDIR}/opencrypto

Completed in 206 milliseconds

123