Home
last modified time | relevance | path

Searched refs:kernel (Results 1 – 17 of 17) sorted by relevance

/openssl/doc/man3/
H A DOPENSSL_riscvcap.pod43 Could be detected using hwprobe for Linux kernel >= 6.5
49 Could be detected using hwprobe for Linux kernel >= 6.5
55 Could be detected using hwprobe for Linux kernel >= 6.8
61 Could be detected using hwprobe for Linux kernel >= 6.5
67 Could be detected using hwprobe for Linux kernel >= 6.8
73 Could be detected using hwprobe for Linux kernel >= 6.8
79 Could be detected using hwprobe for Linux kernel >= 6.8
85 Could be detected using hwprobe for Linux kernel >= 6.8
91 Could be detected using hwprobe for Linux kernel >= 6.8
97 Could be detected using hwprobe for Linux kernel >= 6.8
[all …]
H A DSSL_CTX_set_options.pod171 Enable the use of kernel TLS. In order to benefit from kernel TLS OpenSSL must
174 that are supported may vary by platform and kernel version.
176 The kernel TLS data-path implements the record layer, and the encryption
177 algorithm. The kernel will utilize the best hardware
178 available for encryption. Using the kernel data-path should reduce the memory
181 kernel memory instead of the usual encrypt then copy to kernel.
187 Note that with kernel TLS enabled some cryptographic operations are performed
188 by the kernel directly and not via any available OpenSSL Providers. This might
H A DSSL_set_fd.pod59 implementation returns an index into the kernel handle table, the size of which
H A DSSL_CONF_cmd.pod569 B<KTLS>: Enables kernel TLS if support has been compiled in, and it is supported
/openssl/engines/
H A De_afalg.txt13 AFALG_R_KERNEL_DOES_NOT_SUPPORT_AFALG:101:kernel does not support afalg
15 kernel does not support async afalg
16 AFALG_R_KERNEL_OP_FAILED:112:kernel op failed
H A De_capi.c473 HMODULE kernel = GetModuleHandle(TEXT("KERNEL32.DLL")); in capi_init() local
478 if (kernel) in capi_init()
480 (GETCONSWIN) GetProcAddress(kernel, "GetConsoleWindow"); in capi_init()
/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c434 int kernel[2]; in wait_random_seeded() local
453 kernel[0] = atoi(un.release); in wait_random_seeded()
455 kernel[1] = p == NULL ? 0 : atoi(p + 1); in wait_random_seeded()
456 if (kernel[0] > kernel_version[0] in wait_random_seeded()
457 || (kernel[0] == kernel_version[0] in wait_random_seeded()
458 && kernel[1] >= kernel_version[1])) { in wait_random_seeded()
/openssl/doc/man7/
H A Dbio.pod61 =item * Linux kernel 3.13 and later, where TFO is enabled by default.
63 =item * Linux kernel 4.11 and later, using TCP_FASTOPEN_CONNECT.
/openssl/doc/designs/quic-design/
H A Dquic-requirements.md175 to the kernel for sending via a system call.
178 by the kernel via a system call from the socket. No further copies of that data
H A Drecord-layer.md81 TLS record layer, one for the standard DTLS record layer, one for kernel TLS and
165 the kernel TLS record layer once the handshake is complete.
H A Dquic-io-arch.md389 For example, Windows sockets are kernel handles and thus like any other object
/openssl/doc/designs/ddd/
H A DWINDOWS.md17 because sockets are NT kernel handles on Windows and thus are not allocated
/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl50 // kernel targets, since the Linux kernel crypto support has moved on
/openssl/
H A DINSTALL.md455 OpenSSL requires Zstd 1.4 or greater. The Linux kernel source contains a
951 means that if you happen to run OS kernel which does not support SSE2 extension
953 instruction" exception. There might be a way to enable support in kernel, e.g.
954 FreeBSD kernel can be compiled with `CPU_ENABLE_SSE`, and there is a way to
956 "audience" running such kernel, consider `no-sse2`. Both the `386` and `no-asm`
H A DCHANGES.md855 kernel versions that support KTLS have a known bug in CCM processing. That
3735 early boot when the kernel CSPRNG has not been seeded yet.
5096 offload work to the Linux kernel. In this initial version it only supports
5097 AES128-CBC. The kernel must be version 4.1.0 or greater.
/openssl/include/openssl/
H A Dbio.h.in124 # define BIO_CTRL_DGRAM_QUERY_MTU 40/* as kernel for current MTU */
129 * the kernel fails */
/openssl/crypto/err/
H A Dopenssl.txt160 BIO_R_TFO_NO_KERNEL_SUPPORT:108:tfo no kernel support

Completed in 265 milliseconds