Searched refs:loader_attic (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/engines/ |
| H A D | build.info | 73 MODULES{engine}=loader_attic 74 SOURCE[loader_attic]=e_loader_attic.c ../crypto/pem/pvkfmt.c 75 DEFINE[loader_attic]=OPENSSL_NO_PROVIDER_CODE 76 DEPEND[loader_attic]=../libcrypto 77 INCLUDE[loader_attic]=../include 79 SOURCE[loader_attic]=loader_attic.ld 80 GENERATE[loader_attic.ld]=../util/engines.num
|
| H A D | e_loader_attic.c | 1684 static OSSL_STORE_LOADER *loader_attic = NULL; variable 1715 (loader_attic = OSSL_STORE_LOADER_new(e, "file")) == NULL in bind_loader_attic() 1716 || !OSSL_STORE_LOADER_set_open_ex(loader_attic, file_open_ex) in bind_loader_attic() 1717 || !OSSL_STORE_LOADER_set_open(loader_attic, file_open) in bind_loader_attic() 1718 || !OSSL_STORE_LOADER_set_attach(loader_attic, file_attach) in bind_loader_attic() 1719 || !OSSL_STORE_LOADER_set_ctrl(loader_attic, file_ctrl) in bind_loader_attic() 1720 || !OSSL_STORE_LOADER_set_expect(loader_attic, file_expect) in bind_loader_attic() 1721 || !OSSL_STORE_LOADER_set_find(loader_attic, file_find) in bind_loader_attic() 1722 || !OSSL_STORE_LOADER_set_load(loader_attic, file_load) in bind_loader_attic() 1723 || !OSSL_STORE_LOADER_set_eof(loader_attic, file_eof) in bind_loader_attic() [all …]
|
| /freebsd/secure/lib/libcrypto/engines/ |
| H A D | Makefile | 1 SUBDIR= capi devcrypto loader_attic
|
| /freebsd/secure/lib/libcrypto/engines/loader_attic/ |
| H A D | Makefile | 1 SHLIB_NAME?= loader_attic.so
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl.pod | 637 A special case is the C<loader_attic> engine, which
|