Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 21 of 21) sorted by relevance

/openssl/test/
H A Dcert_comp_test.c109 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 Dtconversion.pl156 my %seen = ();
157 grep { not $seen{$_}++ } @_;
/openssl/util/
H A Dfind-doc-nits919 my %seen;
934 || defined $seen{$macro}
940 $seen{$macro} = 1;
/openssl/doc/internal/man3/
H A Dossl_print_attribute_value.pod23 distinguished name, as seen in the C<subject> and C<issuer> fields of an X.509
/openssl/apps/
H A Ds_client.c2468 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 Dopenssl-rsautl.pod.in213 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 Dopenssl-s_time.pod.in77 with a certificate chain can be seen. As a side effect the connection
H A Dopenssl-s_client.pod.in305 with a certificate chain can be seen. As a side effect the connection
H A Dopenssl-cmp.pod.in339 validity period starts from the current time (as seen by the host).
/openssl/doc/internal/man7/
H A DVERSION.pod20 assignments. When given an empty value, they are seen as unassigned.
H A Dbuild.info.pod305 statements, and is most often seen used together with the B<IF> and
/openssl/dev/
H A Drelease.sh790 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 DREADME.md93 most easily be seen in action in our quic interop container, buildable from
/openssl/Configurations/
H A DREADME-design.md7 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 DREADME.md466 and will be seen as true if perl thinks it is, otherwise false. For
H A Dunix-Makefile.tmpl1378 sub uniq { my %seen; grep !$seen{$_}++, @_; }
/openssl/
H A DNOTES-PERL.md116 seen the tests succeed!):
H A DCHANGES.md6857 EVP_EncryptUpdate() can be seen from the code to be some small value and
8059 EVP_EncryptUpdate() can be seen from the code to be some small value and
16810 seen it once) several lines in one record. BIO_f_linebuffer() is
17897 has already seen).
/openssl/providers/
H A Dbuild.info99 # built unless the proper LIBS or MODULES statement has been seen, so we
/openssl/doc/man3/
H A DEVP_PKEY_set1_RSA.pod72 often seen in practice.
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ffdhe.txt98 # The plain shared secret for these keys needs padding as seen above.

Completed in 88 milliseconds