Home
last modified time | relevance | path

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

/src/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
/src/secure/lib/libcrypto/engines/devcrypto/
H A DMakefile1 SHLIB_NAME?= devcrypto.so
/src/secure/lib/libcrypto/engines/
H A DMakefile1 SUBDIR= capi devcrypto loader_attic
/src/tools/tools/crypto/
H A Dcryptocheck.c333 devcrypto(void) in devcrypto() function
388 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crlookup()
405 if (ioctl(devcrypto(), CIOCFINDDEV, &find) == -1) in crfind()
477 fd = devcrypto(); in ocf_init_session()
/src/crypto/openssl/
H A DNEWS.md845 * Rewrite of devcrypto engine
H A DCHANGES.md3943 * Build devcrypto engine as a dynamic engine.
5051 * Add devcrypto engine. This has been implemented against cryptodev-linux,