Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/openssl/crypto/perlasm/
H A Darm-xlate.pl110 my $line = join(",",@_);
111 if ($line =~ /^"(.*)"$/)
130 my $line = shift;
133 pos($line)=0;
156 return $line;
159 while(my $line=<>) {
161 if ($line =~ m/^\s*(#|@|\/\/)/) { print $line; next; }
179 if ($line !~ m/^[#@]/) {
193 $line = &$opcode($arg);
195 $line = $c.$mnemonic;
[all …]
H A Dx86_64-xlate.pl231 $$line = substr($$line,@+[0]); $$line =~ s/^\s+//;
309 $$line = substr($$line,@+[0]); $$line =~ s/^\s+//;
356 $$line = substr($$line,@+[0]); $$line =~ s/^\s+//;
459 $$line = substr($$line,@+[0]); $$line =~ s/^\s+//;
497 $$line = substr($$line,@+[0]); $$line =~ s/^\s+//;
564 $$line = substr($$line,@+[0]); $$line =~ s/^\s+//;
848 $$line = substr($$line,@+[0]); $$line =~ s/^\s+//;
852 && do { $globals{$$line} = $prefix . $$line;
853 $$line = $globals{$$line} if ($prefix);
1016 $$line = ".CRT\$XCU" if ($$line eq ".init");
[all …]
H A Dppc-xlate.pl116 my $line = join(",",@_);
117 if ($line =~ /^"(.*)"$/)
397 while($line=<>) {
400 $line =~ s|/\*.*\*/||; # ... and C-style comments...
402 $line =~ s|\s+$||; # ... and at the end
406 $line =~ s|\bL(\w+)|\.L$1|g if ($dotinlocallabels);
410 $line =~ s|(^[\.\w]+)\:\s*||;
424 $line =~ s|^\s*(\.?)(\w+)([\.\+\-]?)\s*||;
430 if (ref($opcode) eq 'CODE') { $line = &$opcode($f,split(/,\s*/,$line)); }
431 elsif ($mnemonic) { $line = $c.$mnemonic.$f."\t".$line; }
[all …]
/openssl/util/
H A Dadd-depends.pl78 my $line = shift;
83 $line =~ s/^\s+//;
84 $line =~ s/\s+$//;
119 my $line = shift;
133 $line =~ s/^\s+//;
134 $line =~ s/\s+$//;
154 my $line = shift;
176 $line =~ s/^\s+//;
181 $line = canonpath($line);
224 my $line = shift;
[all …]
H A Dfind-doc-nits339 my $line = $1;
357 $line =~ s/LHASH_OF\([^)]+\)/int/g;
360 $line =~ s/__declspec\([^)]+\)//;
375 if ( $line =~ /env (\S*)=/ ) {
447 next unless $line =~ /^=head/;
448 if ( $line =~ /head1/ ) {
450 if defined $head1{$line};
451 $head1{$line} = 1;
456 $subheads{$line} = 1;
459 if $line =~ /\.[^\w]/ or $line =~ /\.$/;
[all …]
H A Dwithlibctx.pl50 foreach my $line (<$fh>) {
51 chomp($line);
53 if ($line =~ /^(.+)_with_libctx\((.*[^\\])$/) {
70 $line =~ s/_with_libctx/_ex/g;
71 print $line."\n";
75 $line =~ s/^\s+//;
77 $line =~ s/\s+$//;
78 my @rets = extracttoclose($paramstr.$line);
88 $paramstr .= $line;
H A Dcheckplatformsyms.pl46 my $line = $_;
47 $line =~ s/ [0-9a-fA-F]{1,2} /SYMBOL /;
48 if (index($line, "SYMBOL") != -1) {
49 $line =~ s/.*SYMBOL //;
50 push(@symlist, $line);
H A Dcheck-format.pl150 my $line; # current line number
205 $line = 0;
302 my $line = shift;
308 print "$ARGV:$line:$msg:$contents" unless $self_test;
320 report_flexibly($line, $msg, $contents);
545 $line++;
888 my $body_len = $line - $line_body_start - 1;
1125 $line_function_start = $line;
1230 my $linediff = $line - $line_before - 1;
1236 $line_before = $line;
[all …]
/openssl/Configurations/
H A DINTERNALS.Configure39 the skip stack should look like after each line is processed:
44 | ... whatever ... | | this line is processed |
46 | ... whatever ... | | this line is processed |
48 | ... whatever ... | | this line is skipped over |
50 | ... whatever ... | | this line is skipped over |
52 | ... whatever ... | | this line is processed |
54 | ... whatever ... | | this line is skipped over |
56 | ... whatever ... | | this line is skipped over |
58 | ... whatever ... | | this line is skipped over |
60 | ... whatever ... | | this line is skipped over |
[all …]
/openssl/test/testutil/
H A Dtests.c26 int line, const char *type, in test_fail_message_prefix() argument
40 test_printf_stderr(" @ %s:%d", file, line); in test_fail_message_prefix()
75 int line, const char *type, in test_fail_message_va() argument
79 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_message_va()
88 int line, const char *type, in test_fail_message() argument
108 void test_info(const char *file, int line, const char *desc, ...) in test_info() argument
127 void test_error(const char *file, int line, const char *desc, ...) in test_error() argument
160 int test_skip(const char *file, int line, const char *desc, ...) in test_skip() argument
261 int test_true(const char *file, int line, const char *s, int b) in test_true() argument
269 int test_false(const char *file, int line, const char *s, int b) in test_false() argument
[all …]
H A Dtu_local.h22 int line, const char *type,
27 int line, const char *type,
33 int line, const char *type,
38 int line, const char *type,
43 int line, const char *type,
H A Dformat_output.c39 int line, const char *type, in test_fail_string_common() argument
51 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_string_common()
128 int line, const char *type, in test_fail_string_message() argument
133 test_fail_string_common(prefix, file, line, type, left, right, op, in test_fail_string_message()
266 int line, const char *type, in test_fail_bignum_common() argument
280 test_fail_message_prefix(prefix, file, line, type, left, right, op); in test_fail_bignum_common()
367 int line, const char *type, in test_fail_bignum_message() argument
377 int line, const char *type, in test_fail_bignum_mono_message() argument
424 int line, const char *type, in test_fail_memory_common() argument
519 int line, const char *type, in test_fail_memory_message() argument
[all …]
/openssl/crypto/
H A Dmem.c183 ptr = malloc_impl(num, file, line); in CRYPTO_malloc()
210 if (file != NULL || line != 0) { in CRYPTO_malloc()
212 ERR_set_debug(file, line, NULL); in CRYPTO_malloc()
222 ret = CRYPTO_malloc(num, file, line); in CRYPTO_zalloc()
298 return CRYPTO_malloc(num, file, line); in CRYPTO_realloc()
301 CRYPTO_free(str, file, line); in CRYPTO_realloc()
315 return CRYPTO_malloc(num, file, line); in CRYPTO_clear_realloc()
328 ret = CRYPTO_malloc(num, file, line); in CRYPTO_clear_realloc()
340 free_impl(str, file, line); in CRYPTO_free()
353 CRYPTO_free(str, file, line); in CRYPTO_clear_free()
[all …]
/openssl/test/recipes/
H A D80-test_cmp_http.t237 while (my $line = <$data>) {
238 chomp $line;
240 $line =~ s{_CA_DN}{$ca_dn}g;
241 $line =~ s{_SERVER_DN}{$server_dn}g;
244 $line =~ s{_SERVER_TLS}{$server_tls}g;
247 $line =~ s{_KUR_PORT}{$kur_port}g;
248 $line =~ s{_PBM_PORT}{$pbm_port}g;
249 $line =~ s{_PBM_REF}{$pbm_ref}g;
250 $line =~ s{_PBM_SECRET}{$pbm_secret}g;
251 $line =~ s{_RESULT_DIR}{$result_dir}g;
[all …]
H A D40-test_rehash.t71 while (my $line = <PEM>) {
72 if ($line =~ m{^-----BEGIN (?:CERTIFICATE|X509 CRL)-----}) {
83 print OUT $line if $writing;
84 if ($line =~ m|^-----END |) {
H A D02-test_ordinals.t29 while (my $line = <$fh>) {
30 my @tokens = split(/(?:\s+|\s*:\s*)/, $line);
33 print STDERR "Invalid line:\n$line\n";
/openssl/test/
H A Dparams_conversion_test.c184 static int param_conversion_test(const PARAM_CONVERSION *pc, int line) in param_conversion_test() argument
201 TEST_note("unexpected conversion to int32 on line %d", line); in param_conversion_test()
208 line); in param_conversion_test()
222 TEST_note("unexpected conversion to int64 on line %d", line); in param_conversion_test()
229 line); in param_conversion_test()
243 TEST_note("unexpected conversion to uint32 on line %d", line); in param_conversion_test()
250 line); in param_conversion_test()
271 line); in param_conversion_test()
284 TEST_note("unable to convert to double on line %d", line); in param_conversion_test()
301 TEST_note("unexpected NaN on line %d", line); in param_conversion_test()
[all …]
H A Dendecode_test.c34 #define TEST_FL_ptr(a) test_ptr(file, line, #a, a)
134 typedef int (encoder)(const char *file, const int line,
139 typedef int (decoder)(const char *file, const int line,
143 typedef int (tester)(const char *file, const int line,
146 typedef int (checker)(const char *file, const int line,
153 static int test_encode_decode(const char *file, const int line, in test_encode_decode() argument
476 static int test_text(const char *file, const int line, in test_text() argument
483 static int test_mem(const char *file, const int line, in test_mem() argument
587 static int check_params_DER(const char *file, const int line, in check_params_DER() argument
672 static int check_MSBLOB(const char *file, const int line, in check_MSBLOB() argument
[all …]
H A Dtestutil.h344 int test_ptr(const char *file, int line, const char *s, const void *p);
345 int test_ptr_null(const char *file, int line, const char *s, const void *p);
359 int test_strn_eq(const char *file, int line, const char *, const char *,
361 int test_strn_ne(const char *file, int line, const char *, const char *,
381 int test_true(const char *file, int line, const char *s, int b);
382 int test_false(const char *file, int line, const char *s, int b);
398 int test_BN_odd(const char *file, int line, const char *s, const BIGNUM *a);
402 int test_BN_abs_eq_word(const char *file, int line, const char *bns,
409 void test_error(const char *file, int line, const char *desc, ...)
412 void test_info(const char *file, int line, const char *desc, ...)
[all …]
/openssl/crypto/err/
H A Derr.c166 const char **file, int *line,
354 unsigned long ERR_get_error_all(const char **file, int *line, in ERR_get_error_all() argument
358 return get_error_values(EV_POP, file, line, func, data, flags); in ERR_get_error_all()
362 unsigned long ERR_get_error_line(const char **file, int *line) in ERR_get_error_line() argument
364 return get_error_values(EV_POP, file, line, NULL, NULL, NULL); in ERR_get_error_line()
367 unsigned long ERR_get_error_line_data(const char **file, int *line, in ERR_get_error_line_data() argument
370 return get_error_values(EV_POP, file, line, NULL, data, flags); in ERR_get_error_line_data()
379 unsigned long ERR_peek_error_line(const char **file, int *line) in ERR_peek_error_line() argument
394 unsigned long ERR_peek_error_all(const char **file, int *line, in ERR_peek_error_all() argument
497 if (line != NULL) in get_error_values()
[all …]
H A Derr_prn.c26 int line, flags; in ERR_print_errors_cb() local
28 while ((l = ERR_get_error_all(&file, &line, &func, &data, &flags)) != 0) { in ERR_print_errors_cb()
42 file, line, data); in ERR_print_errors_cb()
51 const char *file, int line) in put_error() argument
54 ERR_set_debug(file, line, func); in put_error()
63 int line; in ERR_add_error_txt() local
81 ERR_peek_last_error_all(&file, &line, &func, &data, &flags); in ERR_add_error_txt()
129 put_error(ERR_GET_LIB(err), func, err, file, line); in ERR_add_error_txt()
/openssl/doc/man3/
H A DERR_get_error.pod21 unsigned long ERR_peek_error_line(const char **file, int *line);
22 unsigned long ERR_peek_last_error_line(const char **file, int *line);
30 unsigned long ERR_get_error_all(const char **file, int *line,
33 unsigned long ERR_peek_error_all(const char **file, int *line,
36 unsigned long ERR_peek_last_error_all(const char **file, int *line,
44 unsigned long ERR_get_error_line(const char **file, int *line);
45 unsigned long ERR_get_error_line_data(const char **file, int *line,
47 unsigned long ERR_peek_error_line_data(const char **file, int *line,
74 An unset line number is indicated as 0.
83 *I<line>, as far as they are not NULL.
[all …]
/openssl/crypto/cmp/
H A Dcmp_util.c76 char **func, char **file, int *line) in ossl_cmp_log_parse_metadata() argument
86 *line = 0; in ossl_cmp_log_parse_metadata()
102 *line = (int)line_number; in ossl_cmp_log_parse_metadata()
128 int line, OSSL_CMP_severity level, const char *msg) in OSSL_CMP_print_to_bio() argument
142 file, line) < 0) in OSSL_CMP_print_to_bio()
156 int line, flags; in OSSL_CMP_print_errors_cb() local
158 while ((err = ERR_get_error_all(&file, &line, &func, &data, &flags)) != 0) { in OSSL_CMP_print_errors_cb()
187 OSSL_CMP_print_to_bio(bio, component, file, line, in OSSL_CMP_print_errors_cb()
195 if (log_fn(component, file, line, OSSL_CMP_LOG_ERR, msg) <= 0) in OSSL_CMP_print_errors_cb()
/openssl/providers/fips/
H A Dfipsprov.c881 c_set_error_debug(NULL, file, line, func); in ERR_set_debug()
933 return c_CRYPTO_malloc(num, file, line); in CRYPTO_malloc()
938 return c_CRYPTO_zalloc(num, file, line); in CRYPTO_zalloc()
943 c_CRYPTO_free(ptr, file, line); in CRYPTO_free()
948 c_CRYPTO_clear_free(ptr, num, file, line); in CRYPTO_clear_free()
953 return c_CRYPTO_realloc(addr, num, file, line); in CRYPTO_realloc()
957 const char *file, int line) in CRYPTO_clear_realloc() argument
964 return c_CRYPTO_secure_malloc(num, file, line); in CRYPTO_secure_malloc()
969 return c_CRYPTO_secure_zalloc(num, file, line); in CRYPTO_secure_zalloc()
974 c_CRYPTO_secure_free(ptr, file, line); in CRYPTO_secure_free()
[all …]
/openssl/test/recipes/70-test_quic_multistream_data/
H A Dverify-qlog.py18 def __init__(self, line, msg): argument
27 for line in fi:
28 if line[0] != '\x1e':
31 line = line[1:]
33 objs.append(json.loads(line))
38 raise Malformed(line, "Malformed json input")

Completed in 45 milliseconds

12345678910>>...12