Home
last modified time | relevance | path

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

/openssl/crypto/thread/
H A Darch.c13 CRYPTO_THREAD *ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine, in ossl_crypto_thread_native_start() argument
18 if (routine == NULL) in ossl_crypto_thread_native_start()
33 handle->routine = routine; in ossl_crypto_thread_native_start()
/openssl/doc/internal/man3/
H A Dossl_lib_ctx_get_data.pod24 ossl_lib_ctx_run_once() is used to run some initialisation routine I<run_once_fn>
25 exactly once per library context I<ctx> object. Each initialisation routine
28 Any resources allocated via a run once initialisation routine can be cleaned up
29 using ossl_lib_ctx_onfree(). This associates an "on free" routine I<onfreefn> with
H A DOPTIONS.pod62 It is intended to be used like the standard getopt(3) routine, except
75 Each program should define, near the main() routine, an enumeration
/openssl/include/internal/
H A Dthread_arch.h74 CRYPTO_THREAD_ROUTINE routine; member
116 CRYPTO_THREAD * ossl_crypto_thread_native_start(CRYPTO_THREAD_ROUTINE routine,
/openssl/apps/demoSRP/
H A Dsrp_verifier.txt1 # This is a file that will be filled by the openssl srp routine.
/openssl/doc/man3/
H A DDES_random_key.pod141 DES_ecb_encrypt() is the basic DES encryption routine that encrypts or
155 then encrypting with I<ks3>. This routine greatly reduces the chances
165 routine cipher-block-chain encrypts the cleartext data pointed to by
200 useful you ask? Because this routine will allow you to encrypt an
202 routine will encrypt the input bytes to output and then update ivec
H A DEVP_BytesToKey.pod5 EVP_BytesToKey - password based encryption routine
H A DCRYPTO_get_ex_new_index.pod96 routine must be used. This is because the containing structure is opaque
106 to a structure. The appropriate type-specific routine must be used.
H A DASYNC_WAIT_CTX_new.pod108 routine. This can be NULL but if provided will automatically get called when
110 the fd or any other resources. Note: The "cleanup" routine does not get called
H A DPEM_read_bio_PrivateKey.pod354 default callback routine is used which will typically prompt for the
359 routine has the following form:
365 which is set to 0 when reading and 1 when writing. A typical routine
368 value as the I<u> parameter passed to the PEM routine. It allows
H A DSSL_CTX_set_client_cert_cb.pod52 selection routine or to allow a user interaction to choose the certificate to
H A DX509_LOOKUP_meth_new.pod127 L<X509_LOOKUP_set_method_data(3)> as part of the new_item routine.
H A DEVP_PKEY_set1_RSA.pod185 key as part of its routine to load a private key.
H A DOSSL_trace_enabled.pod75 or by providing a callback routine using L<OSSL_trace_set_callback(3)>.
H A DOSSL_trace_set_channel.pod101 regular BIO output routine.
H A DOPENSSL_malloc.pod111 this case, OPENSSL_aligned_alloc implements its own alignment routine,
H A DEVP_EncryptInit.pod649 The B<EVP_CIPHER> can provide its own random key generation routine to support
/openssl/crypto/thread/arch/
H A Dthread_posix.c25 ret = thread->routine(thread->data); in thread_start_thunk()
H A Dthread_win.c25 ret = thread->routine(thread->data); in thread_start_thunk()
/openssl/crypto/
H A Dsparccpuid.S29 ! This routine wipes registers, but not the backing store [which
/openssl/Configurations/
H A DREADME-design.md174 `LIBS` may be used to declare routine libraries only.
H A Dwindows-makefile.tmpl927 # We *know* this routine is only called when we've configure 'shared'.
H A Dunix-Makefile.tmpl1771 # We *know* this routine is only called when we've configure 'shared'.
/openssl/
H A DNEWS.md1676 * Bug fix in X.509 printing routine.
1677 * Bug fix in DSA verification routine and DSA S/MIME verification.
H A DCHANGES.md12234 routine to support keys of a specific form. This is used in the des and
15258 * Fix to avoid calling the underlying ASN1 print routine when
18454 without choking one or the other routine. Changed this to just read
18579 since SSLeay releases. For now the offending routine has been replaced

Completed in 94 milliseconds