Home
last modified time | relevance | path

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

/openssl/test/recipes/
H A Dtconversion.pl136 my %seen = ();
137 grep { not $seen{$_}++ } @_;
/openssl/util/
H A Dfind-doc-nits915 my %seen;
930 || defined $seen{$macro}
936 $seen{$macro} = 1;
/openssl/apps/
H A Ds_client.c2329 int seen = 0; in s_client_main() local
2335 seen = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2336 if (seen < 0) { in s_client_main()
2340 mbuf[seen] = '\0'; in s_client_main()
2346 seen = BIO_read(sbio, mbuf, BUFSIZZ); in s_client_main()
2348 if (seen <= 0) in s_client_main()
2351 mbuf[seen] = '\0'; in s_client_main()
2355 seen = BIO_read(sbio, sbuf, BUFSIZZ); in s_client_main()
2356 if (seen < 0) { in s_client_main()
2360 sbuf[seen] = '\0'; in s_client_main()
/openssl/doc/man1/
H A Dopenssl-rsautl.pod.in206 This is the parsed version of an ASN1 DigestInfo structure. It can be seen that
217 which it can be seen agrees with the recovered value above.
H A Dopenssl-s_time.pod.in76 with a certificate chain can be seen. As a side effect the connection
H A Dopenssl-s_client.pod.in290 with a certificate chain can be seen. As a side effect the connection
H A Dopenssl-cmp.pod.in307 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/
H A DNOTES-PERL.md116 seen the tests succeed!):
H A DCHANGES.md5374 EVP_EncryptUpdate() can be seen from the code to be some small value and
6576 EVP_EncryptUpdate() can be seen from the code to be some small value and
15327 seen it once) several lines in one record. BIO_f_linebuffer() is
16414 has already seen).
/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.md453 and will be seen as true if perl thinks it is, otherwise false. For
/openssl/providers/
H A Dbuild.info98 # built unless the proper LIBS or MODULES statement has been seen, so we
/openssl/doc/man3/
H A DEVP_PKEY_set1_RSA.pod71 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 122 milliseconds