Search Results
This function runs the self test on the algorithm specified by the descriptor td.
mcrypt_module_is_block_mode — Returns if the specified mode outputs blocks or not mcrypt_module_open — Opens the module of the algorithm and the mode to be used mcrypt_module_self_test — This function runs a self test on the specified module mdecrypt_generic — Decrypts data
mcrypt_module_is_block_mode — Returns if the specified mode outputs blocks or not mcrypt_module_open — Opens the module of the algorithm and the mode to be used mcrypt_module_self_test — This function runs a self test on the specified module mdecrypt_generic — Decrypts data
Simple usage example of `mcrypt_enc_self_test ()`. The 'mcrypt_enc_self_test' function is used to run a self test on the currently opened encryption module in PHP.
This function runs the self test on the algorithm specified by the descriptor td . If the self test succeeds it returns FALSE. In case of an error, it returns TRUE.
mcrypt_module_is_block_mode - Returns if the specified mode outputs blocks or not mcrypt_module_open - Opens the module of the algorithm and the mode to be used mcrypt_module_self_test - This function runs a self test on the specified module mdecrypt_generic - Decrypts data
People also ask
What does the function mcrypt\_ENC\_self\_test do?
What does mcrypt_module_is_block_algorithm do?
What does the function mcrypt\_encrypt do?
What does mcrypt_ENC_is_block_mode do?
This function runs a self test on the opened module (PHP 4 >= 4.0.2, PHP 5)
