Searched refs:kernel (Results 1 – 9 of 9) sorted by relevance
13 AFALG_R_KERNEL_DOES_NOT_SUPPORT_AFALG:101:kernel does not support afalg15 kernel does not support async afalg
469 HMODULE kernel = GetModuleHandle(TEXT("KERNEL32.DLL")); in capi_init() local474 if (kernel) in capi_init()476 (GETCONSWIN) GetProcAddress(kernel, "GetConsoleWindow"); in capi_init()
438 int kernel[2]; in wait_random_seeded() local457 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()
157 Enable the use of kernel TLS. In order to benefit from kernel TLS OpenSSL must160 that are supported may vary by platform and kernel version.162 The kernel TLS data-path implements the record layer, and the encryption163 algorithm. The kernel will utilize the best hardware164 available for encryption. Using the kernel data-path should reduce the memory167 kernel memory instead of the usual encrypt then copy to kernel.173 Note that with kernel TLS enabled some cryptographic operations are performed174 by the kernel directly and not via any available OpenSSL Providers. This might
55 implementation returns an index into the kernel handle table, the size of which
532 B<KTLS>: Enables kernel TLS if support has been compiled in, and it is supported
119 # define BIO_CTRL_DGRAM_QUERY_MTU 40/* as kernel for current MTU */124 * the kernel fails */
846 means that if you happen to run OS kernel which does not support SSE2 extension848 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 to851 "audience" running such kernel, consider `no-sse2`. Both the `386` and `no-asm`
1986 early boot when the kernel CSPRNG has not been seeded yet.3347 offload work to the Linux kernel. In this initial version it only supports3348 AES128-CBC. The kernel must be version 4.1.0 or greater.
Completed in 36 milliseconds