Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dopenssl.c7301 int cipher_mode = EVP_CIPHER_mode(cipher_type); in php_openssl_load_cipher_mode() local
7303 switch (cipher_mode) { in php_openssl_load_cipher_mode()
7313 mode->set_tag_length_always = cipher_mode == EVP_CIPH_OCB_MODE; in php_openssl_load_cipher_mode()
7314 mode->set_tag_length_when_encrypting = cipher_mode == EVP_CIPH_CCM_MODE; in php_openssl_load_cipher_mode()
7315 mode->is_single_run_aead = cipher_mode == EVP_CIPH_CCM_MODE; in php_openssl_load_cipher_mode()

Completed in 23 milliseconds