Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c7421 int cipher_mode = EVP_CIPHER_mode(cipher_type); in php_openssl_load_cipher_mode() local
7423 switch (cipher_mode) { in php_openssl_load_cipher_mode()
7433 mode->set_tag_length_always = cipher_mode == EVP_CIPH_OCB_MODE; in php_openssl_load_cipher_mode()
7436 mode->set_tag_length_when_encrypting = cipher_mode == EVP_CIPH_CCM_MODE; in php_openssl_load_cipher_mode()
7437 mode->is_single_run_aead = cipher_mode == EVP_CIPH_CCM_MODE; in php_openssl_load_cipher_mode()

Completed in 36 milliseconds