/openssl-master/Configurations/ |
A D | gentemplate.pm | 206 my $bin = shift; 214 product => $bin, 220 defined $bin ? @{$self->{info}->{includes}->{$bin} // []} : () ], 222 defined $bin ? @{$self->{info}->{defines}->{$bin} // []} : () ], 250 my $bin = shift; 275 obj => $obj, product => $bin, 482 my $bin = shift; 483 return "" if $cache{$bin}; 486 my @deps = ( grep { $_ ne $bin } $self->resolvedepends($bin) ); 497 bin => $bin, [all …]
|
A D | windows-makefile.tmpl | 137 join(" ", map { quotify1(platform->bin($_)) } 747 bin => '$(BIN_CFLAGS) $(BIN_CPPFLAGS)' 807 $gen0 = platform->bin($gen0); 840 bin => ' $(BIN_CFLAGS)' } -> {$args{intent}}; 845 bin => ' $(BIN_CPPFLAGS)' } -> {$args{intent}}; 977 my $bin = platform->bin($args{bin}); 990 $bin: $deps 991 IF EXIST $bin.manifest DEL /F /Q $bin.manifest 995 IF EXIST $bin.manifest \\ 996 \$(MT) \$(MTFLAGS) \$(MTINFLAG)$bin.manifest \$(MTOUTFLAG)$bin [all …]
|
A D | unix-Makefile.tmpl | 884 $(DESTDIR)$(INSTALLTOP)/bin/$$fn; \ 905 $(DESTDIR)$(INSTALLTOP)/bin/$$fn; \ 914 $(DESTDIR)$(INSTALLTOP)/bin/$$fn; \ 926 $(RM) $(DESTDIR)$(INSTALLTOP)/bin/$$fn; \ 933 $(RM) $(DESTDIR)$(INSTALLTOP)/bin/$$fn; \ 935 -$(RMDIR) $(DESTDIR)$(INSTALLTOP)/bin 1598 $gen0 = platform->bin($gen0); 1883 my $bin = platform->bin($args{bin}); 1918 $bin: $deps 1919 rm -f $bin [all …]
|
A D | descrip.mms.tmpl | 775 grep { $x eq $_ } @{$unified_info{programs}} and platform->bin($x) 928 bin => "$bin_cflags $bin_cppflags" } -> {$args{intent}}; 995 $gen0 = platform->bin($gen0); 1046 bin => $bin_cflags_no_inst } -> {$args{intent}}; 1051 bin => $bin_cflags } -> {$args{intent}}; 1056 bin => $bin_cppflags } -> {$args{intent}}; 1062 bin => $bin_asflags } -> {$args{intent}}; 1227 my $bin = platform->bin($args{bin}); 1228 my $binname = platform->binname($args{bin}); 1292 $bin : $deps [all …]
|
A D | README-design.md | 432 intent => one of "libs", "dso", "bin" ); 458 intent => one of "lib", "dso", "bin" ); 532 obj2bin(bin => "PATH/TO/binfile", 536 'bin' has the intended executable file name
|
A D | README.md | 510 intent => one of "libs", "dso", "bin" ); 536 intent => one of "lib", "dso", "bin" ); 610 obj2bin(bin => "PATH/TO/binfile", 614 'bin' has the intended executable file name
|
/openssl-master/test/recipes/ |
A D | 20-test_mac.t | 148 my $bin = pack("H*", $input); 149 print $in $bin; 198 my $bin = pack("H*", $input); 199 print $in $bin;
|
/openssl-master/doc/man1/ |
A D | openssl-mac.pod.in | 130 -in msg.bin HMAC 134 -in msg.bin -out out.bin -binary SipHash 139 -in msg.bin CMAC 144 -macopt size:16 -in msg.bin KMAC128 148 -macopt hexkey:77A77FAF290C1FA30C683DF16BA7A77B -in msg.bin GMAC
|
A D | openssl-enc.pod.in | 394 openssl base64 -in file.bin -out file.b64 398 openssl base64 -d -in file.b64 -out file.bin
|
/openssl-master/ |
A D | NOTES-ANDROID.md | 41 …chains/llvm/prebuilt/linux-x86_64/bin:$ANDROID_NDK_ROOT/toolchains/arm-linux-androideabi-4.9/prebu… 46 directory, so the bin path will be slightly different. EG: to compile 50 PATH=$ANDROID_NDK_ROOT/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin:$PATH 72 adjustment becomes simpler, `$ANDROID_NDK_ROOT/bin:$PATH` suffices.
|
A D | NOTES-VALGRIND.md | 35 "`/bin/pwd`/util/wrap.pl valgrind --error-exitcode=1 --leak-check=full -q" 65 $ make test EXE_SHELL="`/bin/pwd`/util/wrap.pl valgrind --error-exitcode=1 \ 71 $ make test VERBOSE=1 TESTS=test_test EXE_SHELL="`/bin/pwd`/util/wrap.pl \
|
A D | NOTES-NONSTOP.md | 94 Your `PATH` must include the bin directory for the c99 cross-compiler, as in: 96 export PATH=/cygdrive/c/Program\ Files\ \(x86\)/HPE\ NonStop/L16.05/usr/bin:$PATH
|
A D | INSTALL.md | 213 /usr/local/bin 345 installed to the `bin` directory. 1279 bin/ Contains the openssl binary and a few other 1413 Default: /usr/bin/env perl 1778 #!/bin/sh
|
/openssl-master/test/recipes/80-test_cmp_http_data/ |
A D | test_credentials.csv | 26 0,cert file random content, -section,,BLANK,,BLANK,, -cert,random.bin, -key,signer.p12, -keypass,pa… 28 0,key file random content, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,random.bin, -keypass,pas… 29 …on,,BLANK,,BLANK,, -cert,signer.crt, -key,signer.p12, -keypass,file:random.bin,BLANK,,BLANK,,BLANK… 35 …-cert,signer.crt, -key,signer.p12, -keypass,pass:12345, -extracerts,random.bin,BLANK,,BLANK,,BLANK,
|
A D | test_verification.csv | 28 0,srvcert random content, -section,, -recipient,"""",BLANK,, -srvcert,random.bin, -trusted,"""",BLA… 34 0,trusted random file, -section,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,random.bin,BLANK,,BLANK… 39 …, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,trusted.crt, -untrusted,random.bin,BLANK, -unprotected…
|
A D | test_enrollment.csv | 18 …, -section,, -cmd,ir, -newkey,new_pass_12345.key,, -newkeypass,file:random.bin,,,BLANK,,BLANK,,BLA… 78 …ANK,, -certout,_RESULT_DIR/test.certout_out_trusted7.pem,, -out_trusted,random.bin,,BLANK,,BLANK,,, 84 …ertout,_RESULT_DIR/test.certout_oldcert5.pem,, -out_trusted,root.crt,, -oldcert,random.bin,BLANK,,,
|
/openssl-master/test/recipes/95-test_external_pyca_data/ |
A D | cryptography.sh | 41 . ./venv-cryptography/bin/activate
|
/openssl-master/ssl/ |
A D | ssl_rsa.c | 767 BIO *bin = NULL; in SSL_CTX_use_serverinfo_file() local 775 bin = BIO_new(BIO_s_file()); in SSL_CTX_use_serverinfo_file() 776 if (bin == NULL) { in SSL_CTX_use_serverinfo_file() 780 if (BIO_read_filename(bin, file) <= 0) { in SSL_CTX_use_serverinfo_file() 788 if (PEM_read_bio(bin, &name, &header, &extension, &extension_length) in SSL_CTX_use_serverinfo_file() 880 BIO_free(bin); in SSL_CTX_use_serverinfo_file()
|
/openssl-master/Configurations/platform/ |
A D | BASE.pm | 35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() } subroutine
|
/openssl-master/test/ |
A D | README-dev.md | 47 #! /usr/bin/env perl 70 #! /usr/bin/env perl
|
A D | data2.bin | 4 of the data.bin file.
|
/openssl-master/engines/ |
A D | e_capi.c | 619 static int lend_tobn(BIGNUM *bn, unsigned char *bin, int binlen) 629 c = bin[i]; 630 bin[i] = bin[binlen - i - 1]; 631 bin[binlen - i - 1] = c; 634 if (!BN_bin2bn(bin, binlen, bn))
|
/openssl-master/crypto/evp/ |
A D | pmeth_lib.c | 1592 unsigned char *bin; in EVP_PKEY_CTX_hex2ctrl() local 1596 bin = OPENSSL_hexstr2buf(hex, &binlen); in EVP_PKEY_CTX_hex2ctrl() 1597 if (bin == NULL) in EVP_PKEY_CTX_hex2ctrl() 1600 rv = ctx->pmeth->ctrl(ctx, cmd, binlen, bin); in EVP_PKEY_CTX_hex2ctrl() 1601 OPENSSL_free(bin); in EVP_PKEY_CTX_hex2ctrl()
|
/openssl-master/doc/man3/ |
A D | SSL_CTX_load_verify_locations.pod | 150 #!/bin/sh
|
/openssl-master/crypto/aes/asm/ |
A D | aes-ia64.S | 424 #!/usr/bin/env perl
|