Searched refs:devcrypto (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/crypto/openssl/engines/ |
| H A D | build.info | 63 MODULES{engine}=devcrypto 64 SOURCE[devcrypto]=e_devcrypto.c 65 DEPEND[devcrypto]=../libcrypto 66 INCLUDE[devcrypto]=../include 68 SOURCE[devcrypto]=devcrypto.ld 69 GENERATE[devcrypto.ld]=../util/engines.num
|
| /freebsd-14.2/secure/lib/libcrypto/engines/devcrypto/ |
| H A D | Makefile | 2 SHLIB_NAME?= devcrypto.so
|
| /freebsd-14.2/secure/lib/libcrypto/engines/ |
| H A D | Makefile | 2 SUBDIR= capi devcrypto loader_attic
|
| /freebsd-14.2/tools/tools/crypto/ |
| H A D | cryptotest.c | 194 devcrypto(void) in devcrypto() function 218 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crlookup() 230 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crfind() 248 int i, fd = devcrypto(); in runtest()
|
| H A D | cryptocheck.c | 333 devcrypto(void) in devcrypto() function 383 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crlookup() 400 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crfind() 472 fd = devcrypto(); in ocf_init_session()
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | NEWS.md | 365 * Rewrite of devcrypto engine
|
| H A D | CHANGES.md | 2296 * Build devcrypto engine as a dynamic engine. 3402 * Add devcrypto engine. This has been implemented against cryptodev-linux,
|