Home
last modified time | relevance | path

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

/openssl-master/engines/
A De_afalg.txt13 AFALG_R_KERNEL_DOES_NOT_SUPPORT_AFALG:101:kernel does not support afalg
15 kernel does not support async afalg
A De_capi.c469 HMODULE kernel = GetModuleHandle(TEXT("KERNEL32.DLL")); in capi_init() local
474 if (kernel) in capi_init()
476 (GETCONSWIN) GetProcAddress(kernel, "GetConsoleWindow"); in capi_init()
/openssl-master/providers/implementations/rands/seeding/
A Drand_unix.c438 int kernel[2]; in wait_random_seeded() local
457 kernel[0] = atoi(un.release); in wait_random_seeded()
459 kernel[1] = p == NULL ? 0 : atoi(p + 1); in wait_random_seeded()
460 if (kernel[0] > kernel_version[0] in wait_random_seeded()
461 || (kernel[0] == kernel_version[0] in wait_random_seeded()
462 && kernel[1] >= kernel_version[1])) { in wait_random_seeded()
/openssl-master/doc/man3/
A DSSL_CTX_set_options.pod157 Enable the use of kernel TLS. In order to benefit from kernel TLS OpenSSL must
160 that are supported may vary by platform and kernel version.
162 The kernel TLS data-path implements the record layer, and the encryption
163 algorithm. The kernel will utilize the best hardware
164 available for encryption. Using the kernel data-path should reduce the memory
167 kernel memory instead of the usual encrypt then copy to kernel.
173 Note that with kernel TLS enabled some cryptographic operations are performed
174 by the kernel directly and not via any available OpenSSL Providers. This might
A DSSL_set_fd.pod55 implementation returns an index into the kernel handle table, the size of which
A DSSL_CONF_cmd.pod532 B<KTLS>: Enables kernel TLS if support has been compiled in, and it is supported
/openssl-master/include/openssl/
A Dbio.h.in119 # define BIO_CTRL_DGRAM_QUERY_MTU 40/* as kernel for current MTU */
124 * the kernel fails */
/openssl-master/
A DINSTALL.md846 means that if you happen to run OS kernel which does not support SSE2 extension
848 instruction" exception. There might be a way to enable support in kernel, e.g.
849 FreeBSD kernel can be compiled with `CPU_ENABLE_SSE`, and there is a way to
851 "audience" running such kernel, consider `no-sse2`. Both the `386` and `no-asm`
A DCHANGES.md1986 early boot when the kernel CSPRNG has not been seeded yet.
3347 offload work to the Linux kernel. In this initial version it only supports
3348 AES128-CBC. The kernel must be version 4.1.0 or greater.

Completed in 36 milliseconds