Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 218) sorted by relevance

123456789

/openssl/doc/man3/
H A DSSL_CTX_set_info_callback.pod47 The callback function is called as B<callback(SSL *ssl, int where, int ret)>.
48 The B<where> argument specifies information about where (in which context)
53 B<where> is a bit-mask made up of the following bits:
122 void apps_ssl_info_callback(SSL *s, int where, int ret)
125 int w = where & ~SSL_ST_MASK;
134 if (where & SSL_CB_LOOP) {
136 } else if (where & SSL_CB_ALERT) {
137 str = (where & SSL_CB_READ) ? "read" : "write";
141 } else if (where & SSL_CB_EXIT) {
H A DSSL_in_init.pod34 SSL_is_init_finished() returns 1 if the SSL/TLS connection is in a state where
49 state machine. OSSL_HANDSHAKE_STATE is an enumerated type where each value
56 B<protocol> is one of TLS or DTLS. DTLS is used where a state is specific to the
H A DSSL_get_certificate.pod35 example, on a client where no client certificate is in use).
46 selection, where it can be used to examine a server's chosen certificate, for
H A DSMIME_write_CMS.pod27 makes sense for SignedData where B<CMS_DETACHED> is also set when CMS_sign() is
43 content where the content is absent and DER format is used.
H A DSMIME_write_PKCS7.pod27 this option only makes sense for signedData where B<PKCS7_DETACHED>
44 content where the content is absent and DER format is used.
H A DERR_get_error.pod69 additionally stores the filename, line number and function where the error
82 store the filename and line number where the error occurred in *I<file> and
89 store the name of the function where the error occurred in *I<func>, unless
H A DX509_digest.pod63 be used, such as EVP_sha1(). The I<md> is a pointer to the buffer where the
66 to a place where the digest size will be stored.
H A DSMIME_write_ASN1.pod44 makes sense for SignedData where B<CMS_DETACHED> is also set when the sign()
60 content where the content is absent and DER format is used.
H A DBIO_ADDR.pod23 const void *where, size_t wherelen, unsigned short port);
53 by B<where> and a port number in network byte order in B<port> (except
54 for the B<AF_UNIX> protocol family, where B<port> is meaningless and
H A DEVP_PKEY_get_size.pod53 EVP_PKEY_get_size() have a functionality where you can pass NULL for the
60 buffer size, but may be useful in cases where it's desirable to know
H A DOPENSSL_Applink.pod20 the public header files (only on the platforms where applicable).
H A DEVP_SealInit.pod30 buffers where the public key encrypted secret key will be written, each buffer
36 The B<iv> parameter is a buffer where the generated IV is written to. It must
H A DEC_GROUP_copy.pod86 n-1 where n is the B<order>. The B<order> multiplied by the B<cofactor> gives the number of points …
119 /** the point is encoded as z||x, where the octet z specifies
122 /** the point is encoded as z||x||y, where z is the octet 0x04 */
124 /** the point is encoded as z||x||y, where the octet z specifies
190 function EC_GROUP_get_trinomial_basis() must only be called where f(x) is of the trinomial form, an…
191 the function EC_GROUP_get_pentanomial_basis() must only be called where f(x) is of the pentanomial …
/openssl/crypto/bio/
H A Dbio_addr.c115 const void *where, size_t wherelen, in BIO_ADDR_rawmake() argument
124 strncpy(ap->s_un.sun_path, where, sizeof(ap->s_un.sun_path) - 1); in BIO_ADDR_rawmake()
134 ap->s_in.sin_addr = *(struct in_addr *)where; in BIO_ADDR_rawmake()
144 ap->s_in6.sin6_addr = *(struct in6_addr *)where; in BIO_ADDR_rawmake()
589 const void *where, size_t wherelen, in addrinfo_wrap() argument
616 BIO_ADDR_rawmake(addr, family, where, wherelen, port); in addrinfo_wrap()
/openssl/doc/man7/
H A Dpassphrase-encoding.pod96 0xEF 0x76 0x65), and you're now in an environment where your default encoding
105 This is particularly relevant for PKCS#12 objects, where human readable pass
124 For opening pass phrase protected objects where you know what character
128 For opening pass phrase protected objects where the character encoding that was
129 used is unknown, or where the producing application is unknown, try one of the
H A Dopenssl_user_macros.pod.in33 This is the form supported for all versions up to 1.1.x, where C<M>
62 where I<major>, I<minor> and I<patch> are the desired major,
H A Dopenssl-core.h.pod47 providers, and must be terminated with a tuple where the integer is
71 It's normally passed in arrays, where the array is terminated with an
72 element where all fields are zero (for non-pointers) or NULL (for
/openssl/.github/ISSUE_TEMPLATE/
H A Ddocumentation.md11 briefly describe the documentation error and where you encountered it
/openssl/external/perl/
H A DDownloaded.txt8 Here, we simply list those modules and where we got them from.
/openssl/
H A DNOTES-ANDROID.md31 will look something like `/some/where/android-sdk/ndk/<ver>`, and for a
32 standalone NDK the path will be something like `/some/where/android-ndk-<ver>`.
49 export ANDROID_NDK_ROOT=/some/where/android-ndk-10d
/openssl/doc/man1/
H A Dopenssl-rehash.pod.in43 for each file, where the name of the link is the hash value.
58 The links created are of the form I<HHHHHHHH.D>, where each I<H>
88 where I<FILENAME> is the filename. It must output the hash of the
H A Dopenssl-cmp.pod.in178 (where in the latter case the whole argument must be enclosed in "...").
230 B<genm> requests information using a General Message, where optionally
319 (where in the latter case the whole argument must be enclosed in "...")
340 (where in the latter case the whole argument must be enclosed in "...")
373 (where in the latter case the whole argument must be enclosed in "...").
393 The file where the newly enrolled certificate should be saved.
475 (where in the latter case the whole argument must be enclosed in "...").
540 (where in the latter case the whole argument must be enclosed in "...").
630 The file where to save the successfully validated certificate, if any,
692 (where in the latter case the whole argument must be enclosed in "...").
[all …]
/openssl/include/openssl/
H A Dstack.h43 int OPENSSL_sk_insert(OPENSSL_STACK *sk, const void *data, int where);
/openssl/crypto/
H A DREADME-sparse_array.md149 Accesses to elements in the sparse array take O(log n) time where n is the
152 Space usage is O(minimum(m, n log(n)) where m is the number of elements in the
/openssl/include/crypto/
H A Driscv_arch.def16 * second argument as the index in the array where the capability will be stored

Completed in 181 milliseconds

123456789