Searched refs:seen (Results 1 – 21 of 21) sorted by relevance
/openssl/test/ |
H A D | cert_comp_test.c | 109 int *seen = (int*)SSL_get_app_data(s); in cert_comp_info_cb() local 113 if (!strcmp(SSL_state_string(s), "TRCCC") && seen != NULL) in cert_comp_info_cb() 114 *seen = 1; in cert_comp_info_cb() 117 if (!strcmp(SSL_state_string(s), "TRSCC") && seen != NULL) in cert_comp_info_cb() 118 *seen = 1; in cert_comp_info_cb()
|
/openssl/test/recipes/ |
H A D | tconversion.pl | 155 my %seen = (); 156 grep { not $seen{$_}++ } @_;
|
/openssl/util/ |
H A D | find-doc-nits | 919 my %seen; 934 || defined $seen{$macro} 940 $seen{$macro} = 1;
|
/openssl/doc/internal/man3/ |
H A D | ossl_print_attribute_value.pod | 23 distinguished name, as seen in the C<subject> and C<issuer> fields of an X.509
|
/openssl/apps/ |
H A D | s_client.c | 2468 int seen = 0; in s_client_main() local 2474 seen = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main() 2475 if (seen < 0) { in s_client_main() 2479 mbuf[seen] = '\0'; in s_client_main() 2485 seen = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main() 2487 if (seen <= 0) in s_client_main() 2490 mbuf[seen] = '\0'; in s_client_main() 2494 seen = BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main() 2495 if (seen < 0) { in s_client_main() 2499 sbuf[seen] = '\0'; in s_client_main()
|
/openssl/doc/man1/ |
H A D | openssl-rsautl.pod.in | 213 This is the parsed version of an ASN1 DigestInfo structure. It can be seen that 224 which it can be seen agrees with the recovered value above.
|
H A D | openssl-s_time.pod.in | 77 with a certificate chain can be seen. As a side effect the connection
|
H A D | openssl-s_client.pod.in | 307 with a certificate chain can be seen. As a side effect the connection
|
H A D | openssl-cmp.pod.in | 339 validity period starts from the current time (as seen by the host).
|
/openssl/doc/internal/man7/ |
H A D | VERSION.pod | 20 assignments. When given an empty value, they are seen as unassigned.
|
H A D | build.info.pod | 305 statements, and is most often seen used together with the B<IF> and
|
/openssl/dev/ |
H A D | release.sh | 790 should normally be seen in the git workspace, indicating that 801 This is normally not seen in the git workspace, but should always be what's
|
/openssl/demos/guide/ |
H A D | README.md | 93 most easily be seen in action in our quic interop container, buildable from
|
/openssl/Configurations/ |
H A D | README-design.md | 7 The unified scheme takes all its data from the `build.info` files seen 399 As can be seen, everything in `%unified_info` is fairly simple suggest 561 As an example with the smaller `build.info` set we've seen as an
|
H A D | README.md | 466 and will be seen as true if perl thinks it is, otherwise false. For
|
H A D | unix-Makefile.tmpl | 1378 sub uniq { my %seen; grep !$seen{$_}++, @_; }
|
/openssl/ |
H A D | NOTES-PERL.md | 116 seen the tests succeed!):
|
H A D | CHANGES.md | 6922 EVP_EncryptUpdate() can be seen from the code to be some small value and 8124 EVP_EncryptUpdate() can be seen from the code to be some small value and 16875 seen it once) several lines in one record. BIO_f_linebuffer() is 17962 has already seen).
|
/openssl/providers/ |
H A D | build.info | 99 # built unless the proper LIBS or MODULES statement has been seen, so we
|
/openssl/doc/man3/ |
H A D | EVP_PKEY_set1_RSA.pod | 72 often seen in practice.
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_ffdhe.txt | 98 # The plain shared secret for these keys needs padding as seen above.
|
Completed in 78 milliseconds