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

/src/sys/modules/opencrypto/
H A DMakefile9 SRCS= criov.c crypto.c xform.c
/src/sys/rump/dev/lib/libopencrypto/
H A DMakefile16 SRCS+= xform.c
/src/sys/netipsec/
H A Dxform.h1 /* $NetBSD: xform.h,v 1.22 2022/05/22 11:39:08 riastradh Exp $ */
2 /* $FreeBSD: xform.h,v 1.1.4.1 2003/01/24 05:11:36 sam Exp $ */
47 #include <opencrypto/xform.h>
H A Dxform_tcp.c59 #include <netipsec/xform.h>
H A Dxform_esp.c75 #include <netipsec/xform.h>
273 DPRINTF("no encoding OR authentication xform!\n");
1040 #define MAXIV(xform) \
1041 if (xform.ivsize > esp_max_ivlen) \
1042 esp_max_ivlen = xform.ivsize \
H A Dxform_ipip.c74 #include <netipsec/xform.h>
H A Dipsec_input.c95 #include <netipsec/xform.h>
H A Dipsec_output.c78 #include <netipsec/xform.h>
469 * before they invoke the xform output method.
H A Dxform_ipcomp.c58 #include <netipsec/xform.h>
H A Dxform_ah.c74 #include <netipsec/xform.h>
97 * this size from the xform but is (currently) always 12.
H A Dipsec.c105 #include <netipsec/xform.h>
1894 IPSECLOG(LOG_DEBUG, "no match for xform type %d\n", xftype);
H A Dkey.c114 #include <netipsec/xform.h>
3369 * Cleanup xform state. Note that zeroize'ing causes the
/src/sys/opencrypto/
H A Docryptodev.c102 #include <opencrypto/xform.h>
H A Dxform.c1 /* $NetBSD: xform.c,v 1.31 2020/06/30 04:14:56 riastradh Exp $ */
2 /* $FreeBSD: src/sys/opencrypto/xform.c,v 1.1.2.1 2002/11/21 23:34:23 sam Exp $ */
3 /* $OpenBSD: xform.c,v 1.19 2002/08/16 22:47:25 dhartmei Exp $ */
43 __KERNEL_RCSID(0, "$NetBSD: xform.c,v 1.31 2020/06/30 04:14:56 riastradh Exp $");
49 #include <opencrypto/xform.h>
51 MALLOC_DEFINE(M_XDATA, "xform", "xform data buffers");
H A Dcrypto.c80 #include <opencrypto/xform.h> /* XXX for M_XDATA */
H A Dcryptosoft.c45 #include <opencrypto/xform.h>
H A Dcryptodev.c99 #include <opencrypto/xform.h>
/src/usr.bin/fgen/
H A Dfgen.l970 struct macro *xform = alookup(aliases, str);
972 if (xform) {
976 printf("Expanding %s to %s\n", str, xform->equiv);
978 newbuf = yy_scan_string(xform->equiv);
984 return (xform != NULL);
/src/sys/dev/pci/qat/
H A Dqat_hw17.c65 #include <opencrypto/xform.h>
H A Dqat_hw15.c66 #include <opencrypto/xform.h>
H A Dqat.c81 #include <opencrypto/xform.h>
/src/sys/arch/x86/x86/
H A Dvia_padlock.c44 #include <opencrypto/xform.h>
/src/sys/dev/marvell/
H A Dmvcesa.c43 #include <opencrypto/xform.h>
H A Dmvxpsec.c62 #include <opencrypto/xform.h>
/src/sys/dev/pci/
H A Dubsec.c60 #include <opencrypto/xform.h>

Completed in 62 milliseconds