Searched refs:ld (Results 1 – 18 of 18) sorted by relevance
/openssl/engines/ |
H A D | build.info | 38 SOURCE[padlock]=padlock.ld 39 GENERATE[padlock.ld]=../util/engines.num 48 SOURCE[capi]=capi.ld 49 GENERATE[capi.ld]=../util/engines.num 58 SOURCE[afalg]=afalg.ld 59 GENERATE[afalg.ld]=../util/engines.num 68 SOURCE[devcrypto]=devcrypto.ld 79 SOURCE[loader_attic]=loader_attic.ld 89 SOURCE[dasync]=dasync.ld 90 GENERATE[dasync.ld]=../util/engines.num [all …]
|
/openssl/crypto/bn/asm/ |
H A D | sparcv8.S | 50 ld [%o1],%g2 60 ld [%o0],%o4 61 ld [%o1+4],%g3 70 ld [%o0+4],%o4 103 ld [%o1],%g2 107 ld [%o1],%g2 114 ld [%o0],%o4 163 ld [%o1],%g2 205 ld [%o1],%g2 209 ld [%o1],%g2 [all …]
|
/openssl/crypto/des/asm/ |
H A D | des_enc.m4 | 50 # define LDPTR ld 132 ld [out2+256], local1 138 ld [out2+260], local2 147 ld [out2+264], local3 183 ld [out2+272], local7 638 ld [out2+256], ip1 645 ld [out2+272], ip5 664 ld [out2+268], ip4 667 ld [out2+260], ip2 876 ld [$5], $5 [all …]
|
/openssl/crypto/chacha/asm/ |
H A D | chacha-s390x.pl | 993 ld ("%f8","$FRAME-8*8($sp)"); 994 ld ("%f9","$FRAME-8*7($sp)"); 995 ld ("%f10","$FRAME-8*6($sp)"); 996 ld ("%f11","$FRAME-8*5($sp)"); 997 ld ("%f12","$FRAME-8*4($sp)"); 998 ld ("%f13","$FRAME-8*3($sp)"); 999 ld ("%f14","$FRAME-8*2($sp)"); 1000 ld ("%f15","$FRAME-8*1($sp)"); 1012 ld ("%f8","$FRAME-8*8($sp)"); 1013 ld ("%f9","$FRAME-8*7($sp)"); [all …]
|
/openssl/ |
H A D | build.info | 94 SHARED_SOURCE[libcrypto]=libcrypto.ld 95 SHARED_SOURCE[libssl]=libssl.ld 97 GENERATE[libcrypto.ld]=util/libcrypto.num libcrypto 98 GENERATE[libssl.ld]=util/libssl.num libssl 99 DEPEND[libcrypto.ld libssl.ld]=configdata.pm util/perl/OpenSSL/Ordinals.pm
|
H A D | NOTES-UNIX.md | 17 and `ld(1)` to figure out what linker options are available. 84 your system, please refer to ld(1) for the exact information on your
|
H A D | .gitignore | 191 *.ld
|
H A D | Configure | 800 ld => 'LD',
|
H A D | CHANGES.md | 16092 * Fix crypto/objects/objects.h: "ld-ce" should be "id-ce",
|
/openssl/crypto/x509/ |
H A D | by_dir.c | 86 BY_DIR *ld = (BY_DIR *)ctx->method_data; in dir_ctrl() local 94 ret = add_cert_dir(ld, dir, X509_FILETYPE_PEM); in dir_ctrl() 96 ret = add_cert_dir(ld, X509_get_default_cert_dir(), in dir_ctrl() 102 ret = add_cert_dir(ld, argp, (int)argl); in dir_ctrl()
|
/openssl/crypto/ |
H A D | sparccpuid.S | 44 ld [%o0],%f0 45 ld [%o0],%f1 199 .enter: ld [%i0],%i2 214 ld [%o0],%o2 493 ld [%o0],%o4 506 ld [%o0],%o4 533 ld [%o0],%o4 547 ld [%o0],%o4
|
/openssl/crypto/poly1305/asm/ |
H A D | poly1305-s390x.pl | 864 ld ("%f8","$stdframe+0*8($sp)"); 865 ld ("%f9","$stdframe+1*8($sp)"); 866 ld ("%f10","$stdframe+2*8($sp)"); 867 ld ("%f11","$stdframe+3*8($sp)"); 868 ld ("%f12","$stdframe+4*8($sp)"); 869 ld ("%f13","$stdframe+5*8($sp)"); 870 ld ("%f14","$stdframe+6*8($sp)"); 871 ld ("%f15","$stdframe+7*8($sp)"); 874 ld ("%f4","$stdframe+16*$SIZE_T+2*8($sp)"); 875 ld ("%f6","$stdframe+16*$SIZE_T+3*8($sp)");
|
/openssl/providers/ |
H A D | build.info | 114 SOURCE[$FIPSGOAL]=fips.ld 115 GENERATE[fips.ld]=../util/providers.num 153 SOURCE[legacy]=legacy.ld 154 GENERATE[legacy.ld]=../util/providers.num
|
/openssl/util/ |
H A D | shlib_wrap.sh.in | 51 if [ -f /lib/64/ld.so.1 ]; then
|
/openssl/include/crypto/ |
H A D | sparc_arch.h | 92 # define LDPTR ld
|
/openssl/doc/man3/ |
H A D | CONF_modules_load_file.pod | 137 fprintf(stderr, "Error on line %ld of configuration file\n", eline);
|
/openssl/Configurations/ |
H A D | README.md | 79 ld => Linker command, usually not defined 322 {ld} $(CFLAGS) {lflags} {shared_ldflag} -o libfoo.so \ 326 {ld} $(CFLAGS) {lflags} {module_ldflags} -o libeng.so \ 330 {ld} $(CFLAGS) {lflags} -o app \
|
/openssl/test/ |
H A D | build.info | 1088 SOURCE[p_test]=p_test.ld 1089 GENERATE[p_test.ld]=../util/providers.num 1095 SOURCE[p_minimal]=p_minimal.ld 1096 GENERATE[p_minimal.ld]=../util/providers.num
|
Completed in 132 milliseconds