/openssl-master/crypto/ |
A D | armv4cpuid.pl | 39 .type OPENSSL_atomic_add,%function 75 .type OPENSSL_cleanse,%function 114 .type CRYPTO_memcmp,%function 149 .type _armv7_neon_probe,%function 156 .type _armv7_tick,%function 167 .type _armv8_aes_probe,%function 178 .type _armv8_sha1_probe,%function 189 .type _armv8_sha256_probe,%function 199 .type _armv8_pmull_probe,%function 211 .type OPENSSL_wipe_cpu,%function [all …]
|
A D | arm64cpuid.pl | 32 .type _armv7_neon_probe,%function 40 .type _armv7_tick,%function 52 .type _armv8_aes_probe,%function 60 .type _armv8_sha1_probe,%function 68 .type _armv8_sha256_probe,%function 76 .type _armv8_pmull_probe,%function 84 .type _armv8_sha512_probe,%function 92 .type _armv8_cpuid_probe,%function 100 .type OPENSSL_cleanse,%function 132 .type CRYPTO_memcmp,%function
|
/openssl-master/doc/man3/ |
A D | X509_STORE_set_verify_cb_func.pod | 139 function will be used instead.> 160 function will be used instead.> 163 function. 168 function will be used instead.> 175 function will be used instead.> 181 function will be used instead.> 187 function will be used instead.> 193 function will be used instead.> 202 function will be used instead.> 208 function will be used instead.> [all …]
|
A D | BIO_meth_new.pod | 84 BIO_write(). The parameters for the function have the same meaning as for 88 when the function was set with BIO_meth_set_write_ex(). 93 The parameters for the function have the same meaning as for BIO_read_ex(). 96 or call BIO_meth_get_read() when the function was set with 102 the function have the same meaning as for BIO_puts(). 117 for creating a new instance of the BIO respectively. This function will be 121 be passed as a parameter to the function. 124 for destroying an instance of a BIO respectively. This function will be 128 this function. 134 the function have the same meaning as for BIO_callback_ctrl(). [all …]
|
A D | DSA_meth_new.pod | 130 creating a DSA signature respectively. This function will be 132 parameters for the function have the same meaning as for DSA_do_sign(). 142 parameters for the function have the same meaning as for DSA_do_verify(). 158 This function will be called by the default OpenSSL function for 162 DSA_meth_get_init() and DSA_meth_set_init() get and set the function used 163 for creating a new DSA instance respectively. This function will be 168 function may be NULL. 175 not be freed by this function. This function may be NULL. 180 DSA_generate_parameters()). The parameters for the function have the same 183 DSA_meth_get_keygen() and DSA_meth_set_keygen() get and set the function [all …]
|
A D | DH_meth_new.pod | 101 function used for generating a new DH key pair respectively. This function will 103 parameter for the function has the same meaning as for DH_generate_key(). 106 function used for computing a new DH shared secret respectively. This function 115 This function will be called by the default OpenSSL function for 120 DH_meth_get_init() and DH_meth_set_init() get and set the function used 121 for creating a new DH instance respectively. This function will be 126 function may be NULL. 133 not be freed by this function. This function may be NULL. 136 function used for generating DH parameters respectively. This function will be 138 DH_generate_parameters()). The parameters for the function have the same [all …]
|
A D | RSA_meth_new.pod | 168 RSA_meth_get_sign() and RSA_meth_set_sign() get and set the function 174 function used for verifying an RSA signature respectively. This 175 function will be called in response to the application calling 180 function used for CRT computations. 183 the function used for CRT computations, specifically the following 198 will be passed as a parameter to the function. This function may be 203 This function will be called in response to the application calling 207 by this function. This function may be NULL. 210 function used for generating a new RSA key pair respectively. This 211 function will be called in response to the application calling [all …]
|
A D | SSL_CTX_set_client_cert_cb.pod | 23 When I<client_cert_cb> is NULL, no callback function is used. 26 function. 34 handshake function will return immediately. L<SSL_get_error(3)> 36 suspended. The next call to the handshake function will again lead to the call 51 library. Using the callback function it is possible to implement a proper 55 If a callback function is defined and no certificate was yet defined for the 56 SSL object, the callback function will be called. 57 If the callback function returns a certificate, the OpenSSL library 83 function, which is only available for the SSL_CTX object as a whole and that 85 the concept of the callback function (to allow the choice from several [all …]
|
A D | OSSL_STORE_LOADER.pod | 163 are the function pointer types used within a STORE loader. 187 This function takes a B<BIO>, otherwise works like 207 This function is expected to return 1 on success, 0 on error. 216 This function is expected to return 1 on success, 0 on error. 220 This function takes a B<OSSL_STORE_LOADER_CTX> pointer and a 228 function is expected to return 1 on success, 0 on error. 242 Note that this function retrieves I<one> data item only. 254 B<OSSL_STORE_load_fn> function. 275 OSSL_STORE_LOADER_set_open() sets the opener function for the 279 function for the I<store_loader>. [all …]
|
A D | EVP_CIPHER_meth_new.pod | 118 Set this to have the implementation's ctrl() function called with 143 Set this to have the implementation's ctrl() function called with 189 EVP_CIPHER_meth_set_init() sets the cipher init function for 191 The cipher init function is called by EVP_CipherInit(), 195 EVP_CIPHER_meth_set_do_cipher() sets the cipher function for 197 The cipher function is called by EVP_CipherUpdate(), 202 EVP_CIPHER_meth_set_cleanup() sets the function for B<cipher> to do 205 Note that the cleanup function is passed a B<EVP_CIPHER_CTX *>, the 208 This cleanup function is called by EVP_CIPHER_CTX_reset() and 213 This function is called by EVP_CIPHER_param_to_asn1(). [all …]
|
A D | EVP_MD_meth_new.pod | 129 EVP_MD_meth_set_init() sets the digest init function for B<md>. 134 EVP_MD_meth_set_update() sets the digest update function for B<md>. 138 EVP_MD_meth_set_final() sets the digest final function for B<md>. 142 EVP_MD_meth_set_copy() sets the function for B<md> to do extra 145 the data, there is no need for this copy function. 148 This copy function is called by EVP_MD_CTX_copy() and 151 EVP_MD_meth_set_cleanup() sets the function for B<md> to do extra 154 Note that the cleanup function is passed a B<EVP_MD_CTX *>, the 156 This cleanup function is called by EVP_MD_CTX_reset() and 159 EVP_MD_meth_set_ctrl() sets the control function for B<md>. [all …]
|
A D | X509_LOOKUP_meth_new.pod | 115 function that is called when an B<X509_LOOKUP> object is created with 122 new_item function. 125 function that is used to initialize the method data that was set with 129 the function that is used to shut down the method data whose state was 130 previously initialized in the init function. 133 function to be used to handle arbitrary control commands issued by 134 X509_LOOKUP_ctrl(). The control function is given the X509_LOOKUP 139 B<argc> and B<argl> are used depends entirely on the control function. 153 function also increases the reference count which leads to one too 162 Any method data that was created as a result of the new_item function [all …]
|
A D | SSL_CTX_set_tlsext_ticket_key_cb.pod | 35 The callback function I<cb> will be called for every client instigated TLS 37 message. It is the responsibility of this function to create or retrieve the 43 maintained by the callback function implementation. 51 Before the callback function is started I<ctx> and I<hctx> have been 57 the callback function will be called with I<enc> equal to 1. The OpenSSL 58 library expects that the function will set an arbitrary I<name>, initialize 78 I<iv>. using a function like L<EVP_DecryptInit_ex(3)>. The key material and 119 The SSL_CTX_set_tlsext_ticket_key_cb() function is identical to 122 Before this callback function is started I<hctx> will have been 148 returns 0 to indicate the callback function was set. [all …]
|
A D | UI_create_method.pod | 62 This function takes a reference to a UI and starts a session, for 67 This function takes a reference to a UI and a UI String, and writes 75 This function takes a reference to a UI, and flushes everything that 82 This function takes a reference to a UI and a UI string and reads off 123 Open the session using the opener function if that one's defined. 128 For every UI String associated with the UI, call the writer function 134 Flush everything using the flusher function if that one's defined. 139 For every UI String associated with the UI, call the reader function 145 Close the session using the closer function if that one's defined. 156 function pointer. [all …]
|
A D | SSL_CTX_set_cert_verify_callback.pod | 17 SSL_CTX_set_cert_verify_callback() sets the verification callback function for 24 a verification function is called regardless of the verification mode. 25 If the application does not explicitly specify a verification callback function, 26 the built-in verification function is used. 28 SSL_CTX_set_cert_verify_callback(), the supplied callback function is called 65 function set using L<SSL_CTX_set_verify(3)>. 73 Do not mix the verification callback described in this function with the 74 B<verify_callback> function called during the verification process. The 81 the B<verify_callback> function.
|
A D | DTLS_set_timer_cb.pod | 19 This function sets an optional callback function for controlling the 20 timeout interval on the DTLS protocol. The callback function will be 29 The DTLS_set_timer_cb() function was added in OpenSSL 1.1.1.
|
A D | DEFINE_STACK_OF.pod | 96 except B<FUNCNAME> is used in the function names: 111 function is equivalent to B<sk_I<TYPE>_new_reserve>(I<compare>, 0). 114 function. This function is equivalent to B<sk_I<TYPE>_new_reserve>(NULL, 0). 129 function is used. 133 was no previous comparison function. 142 free function freefunc() is called on each element to free it. 174 where no comparison function has been specified, the function performs 177 where a comparison function has been specified, I<sk> is sorted and 209 The function freefunc() is only called if an error occurs. 219 Any comparison function supplied should use a metric suitable [all …]
|
A D | SSL_CTX_set_info_callback.pod | 23 SSL_CTX_set_info_callback() sets the B<callback> function, that can be used to 27 When B<callback> is NULL, no callback function is used. 29 SSL_set_info_callback() sets the B<callback> function, that can be used to 35 callback function for B<ctx>. 38 callback function for B<ssl>. 43 information from the SSL/TLS engine. When set, an information callback function 47 The callback function is called as B<callback(SSL *ssl, int where, int ret)>. 49 the callback function was called. If B<ret> is 0, an error condition occurred. 65 Callback has been called to indicate exit of a handshake function. This will 119 The following example callback function prints state strings, information
|
A D | EVP_CIPHER_CTX_get_cipher_data.pod | 17 The EVP_CIPHER_CTX_get_cipher_data() function returns a pointer to the cipher 24 The EVP_CIPHER_CTX_set_cipher_data() function allows an application or engine to 26 returned from this function. If the old data is no longer required then it 31 The EVP_CIPHER_CTX_get_cipher_data() function returns a pointer to the current 34 The EVP_CIPHER_CTX_set_cipher_data() function returns a pointer to the old
|
A D | i2d_CMS_bio_stream.pod | 17 It is otherwise identical to the function SMIME_write_CMS(). 21 This function is effectively a version of the i2d_CMS_bio() supporting 26 The prefix "i2d" is arguably wrong because the function outputs BER format. 42 The i2d_CMS_bio_stream() function was added in OpenSSL 1.0.0.
|
A D | i2d_PKCS7_bio_stream.pod | 17 It is otherwise identical to the function SMIME_write_PKCS7(). 21 This function is effectively a version of the d2i_PKCS7_bio() supporting 26 The prefix "i2d" is arguably wrong because the function outputs BER format. 42 The i2d_PKCS7_bio_stream() function was added in OpenSSL 1.0.0.
|
/openssl-master/doc/internal/man3/ |
A D | evp_keymgmt_newdata.pod | 37 function. They all have in common that they take a B<EVP_KEYMGMT> as 40 function they wrap around. 42 evp_keymgmt_newdata() calls the method's new() function. 44 evp_keymgmt_freedata() calls the method's free() function. 50 evp_keymgmt_get_params() calls the method's get_params() function. 52 evp_keymgmt_has() calls the method's has() function. 54 evp_keymgmt_validate() calls the method's validate() function. 56 evp_keymgmt_import() calls the method's import() function. 58 evp_keymgmt_import_types() calls the method's import_types() function. 60 evp_keymgmt_export() calls the method's export() function. [all …]
|
/openssl-master/doc/man7/ |
A D | openssl-core.h.pod | 25 This type is a tuple of function identity and function pointer. 29 Arrays of this type must be terminated with a tuple having function 30 identity zero and function pointer NULL. 32 The available function identities and corresponding function 35 Any function identity not recognised by the recipient of this type 57 Arrays of this type must be terminated with a tuple having function 58 identity zero and function pointer NULL. 82 This is a function type for a generic feedback callback function: 86 A function that takes a pointer of this type should also take a 94 This is a function type for a generic pass phrase callback function: [all …]
|
/openssl-master/crypto/aes/asm/ |
A D | vpaes-armv8.pl | 191 .type _vpaes_encrypt_core,%function 261 .type vpaes_encrypt,%function 278 .type _vpaes_encrypt_2x,%function 401 .type _vpaes_decrypt_core,%function 494 .type vpaes_decrypt,%function 512 .type _vpaes_decrypt_2x,%function 657 .type _vpaes_key_preheat,%function 1110 .type vpaes_cbc_encrypt,%function 1145 .type vpaes_cbc_decrypt,%function 1198 .type vpaes_ecb_encrypt,%function [all …]
|
/openssl-master/crypto/ec/asm/ |
A D | ecp_nistz256-armv4.pl | 132 .type ecp_nistz256_to_mont,%function 140 .type ecp_nistz256_from_mont,%function 148 .type ecp_nistz256_mul_by_2,%function 189 .type ecp_nistz256_add,%function 202 .type __ecp_nistz256_add,%function 279 .type ecp_nistz256_mul_by_3,%function 364 .type ecp_nistz256_div_by_2,%function 439 .type ecp_nistz256_sub,%function 452 .type __ecp_nistz256_sub,%function 515 .type ecp_nistz256_neg,%function [all …]
|