Home
last modified time | relevance | path

Searched refs:devcrypto (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/crypto/openssl/engines/
H A Dbuild.info63 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 DMakefile2 SHLIB_NAME?= devcrypto.so
/freebsd-14.2/secure/lib/libcrypto/engines/
H A DMakefile2 SUBDIR= capi devcrypto loader_attic
/freebsd-14.2/tools/tools/crypto/
H A Dcryptotest.c194 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 Dcryptocheck.c333 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 DNEWS.md365 * Rewrite of devcrypto engine
H A DCHANGES.md2296 * Build devcrypto engine as a dynamic engine.
3402 * Add devcrypto engine. This has been implemented against cryptodev-linux,