Searched refs:orig (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/modes/asm/ |
H A D | ghash-parisc.pl | 641 my $orig = "ldd$mod\t$args"; 645 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig; 654 else { "\t".$orig; } 659 my $orig = "std$mod\t$args"; 665 else { "\t".$orig; } 670 my $orig = "extrd$mod\t$args"; 687 else { "\t".$orig; } 692 my $orig = "shrpd$mod\t$args"; 704 else { "\t".$orig; } 709 my $orig = "depd$mod\t$args"; [all …]
|
/openssl/crypto/bn/asm/ |
H A D | parisc-mont.pl | 903 my $orig = "ldd$mod\t$args"; 916 else { "\t".$orig; } 921 my $orig = "std$mod\t$args"; 930 else { "\t".$orig; } 935 my $orig = "extrd$mod\t$args"; 952 else { "\t".$orig; } 957 my $orig = "shrpd$mod\t$args"; 965 else { "\t".$orig; } 970 my $orig = "sub$mod\t$args"; 977 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig [all …]
|
/openssl/crypto/sha/asm/ |
H A D | sha512-parisc.pl | 705 my $orig = "ldd$mod\t$args"; 711 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig; 713 else { "\t".$orig; } 718 my $orig = "std$mod\t$args"; 722 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig; 724 else { "\t".$orig; } 729 my $orig = "extrd$mod\t$args"; 737 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig; 746 else { "\t".$orig; } 751 my $orig = "shrpd$mod\t$args"; [all …]
|
/openssl/crypto/x509/ |
H A D | v3_asid.c | 269 ASN1_INTEGER *orig; in ASIdentifierChoice_is_canonical() local 318 BN_to_ASN1_INTEGER(bn, orig = a_max_plus_one)) == NULL) { in ASIdentifierChoice_is_canonical() 319 a_max_plus_one = orig; in ASIdentifierChoice_is_canonical() 369 ASN1_INTEGER *orig; in ASIdentifierChoice_canonize() local 439 BN_to_ASN1_INTEGER(bn, orig = a_max_plus_one)) == NULL) { in ASIdentifierChoice_canonize() 440 a_max_plus_one = orig; in ASIdentifierChoice_canonize()
|
/openssl/ |
H A D | Configure | 2664 foreach my $orig (sort keys %check_exist) { 2665 foreach my $dest (@{$check_exist{$orig}}) { 2666 if ($orig ne $src_configdata) { 2667 if ($orig =~ /\.a$/) { 2670 unless (grep { $_ eq $orig } 2672 warn "$orig is given as source for $dest, but no such library is built\n"; 2679 my $gen = $orig; 2686 if ($gen ne $orig) { 2688 … warn "$orig is given as source for $dest, but its generator (leading to $gen) is missing\n"; 2691 warn "$orig is given as source for $dest, but is missing\n";
|
/openssl/crypto/ec/ |
H A D | ec_asn1.c | 390 ASN1_INTEGER *orig; in EC_GROUP_get_ecparameters() local 441 ret->order = BN_to_ASN1_INTEGER(tmp, orig = ret->order); in EC_GROUP_get_ecparameters() 443 ret->order = orig; in EC_GROUP_get_ecparameters() 451 ret->cofactor = BN_to_ASN1_INTEGER(tmp, orig = ret->cofactor); in EC_GROUP_get_ecparameters() 453 ret->cofactor = orig; in EC_GROUP_get_ecparameters()
|
/openssl/ssl/ |
H A D | ssl_lib.c | 1176 unsigned long orig = ctx->dane.flags; in SSL_CTX_dane_set_flags() local 1179 return orig; in SSL_CTX_dane_set_flags() 1184 unsigned long orig = ctx->dane.flags; in SSL_CTX_dane_clear_flags() local 1187 return orig; in SSL_CTX_dane_clear_flags() 1240 unsigned long orig; in SSL_dane_set_flags() local 1246 orig = sc->dane.flags; in SSL_dane_set_flags() 1249 return orig; in SSL_dane_set_flags() 1254 unsigned long orig; in SSL_dane_clear_flags() local 1260 orig = sc->dane.flags; in SSL_dane_clear_flags() 1263 return orig; in SSL_dane_clear_flags()
|
Completed in 47 milliseconds