Searched refs:xform (Results 1 - 25 of 25) sorted by relevance
| /src/sys/modules/opencrypto/ |
| H A D | Makefile | 9 SRCS= criov.c crypto.c xform.c
|
| /src/sys/rump/dev/lib/libopencrypto/ |
| H A D | Makefile | 16 SRCS+= xform.c
|
| /src/sys/netipsec/ |
| H A D | xform.h | 1 /* $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 D | xform_tcp.c | 59 #include <netipsec/xform.h>
|
| H A D | xform_esp.c | 75 #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 D | xform_ipip.c | 74 #include <netipsec/xform.h>
|
| H A D | ipsec_input.c | 95 #include <netipsec/xform.h>
|
| H A D | ipsec_output.c | 78 #include <netipsec/xform.h> 469 * before they invoke the xform output method.
|
| H A D | xform_ipcomp.c | 58 #include <netipsec/xform.h>
|
| H A D | xform_ah.c | 74 #include <netipsec/xform.h> 97 * this size from the xform but is (currently) always 12.
|
| H A D | ipsec.c | 105 #include <netipsec/xform.h> 1894 IPSECLOG(LOG_DEBUG, "no match for xform type %d\n", xftype);
|
| H A D | key.c | 114 #include <netipsec/xform.h> 3369 * Cleanup xform state. Note that zeroize'ing causes the
|
| /src/sys/opencrypto/ |
| H A D | ocryptodev.c | 102 #include <opencrypto/xform.h>
|
| H A D | xform.c | 1 /* $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 D | crypto.c | 80 #include <opencrypto/xform.h> /* XXX for M_XDATA */
|
| H A D | cryptosoft.c | 45 #include <opencrypto/xform.h>
|
| H A D | cryptodev.c | 99 #include <opencrypto/xform.h>
|
| /src/usr.bin/fgen/ |
| H A D | fgen.l | 970 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 D | qat_hw17.c | 65 #include <opencrypto/xform.h>
|
| H A D | qat_hw15.c | 66 #include <opencrypto/xform.h>
|
| H A D | qat.c | 81 #include <opencrypto/xform.h>
|
| /src/sys/arch/x86/x86/ |
| H A D | via_padlock.c | 44 #include <opencrypto/xform.h>
|
| /src/sys/dev/marvell/ |
| H A D | mvcesa.c | 43 #include <opencrypto/xform.h>
|
| H A D | mvxpsec.c | 62 #include <opencrypto/xform.h>
|
| /src/sys/dev/pci/ |
| H A D | ubsec.c | 60 #include <opencrypto/xform.h>
|
Completed in 62 milliseconds