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.c7398 int cipher_mode = EVP_CIPHER_mode(cipher_type); in php_openssl_load_cipher_mode() local
7400 switch (cipher_mode) { in php_openssl_load_cipher_mode()
7410 mode->set_tag_length_always = cipher_mode == EVP_CIPH_OCB_MODE; in php_openssl_load_cipher_mode()
7413 mode->set_tag_length_when_encrypting = cipher_mode == EVP_CIPH_CCM_MODE; in php_openssl_load_cipher_mode()
7414 mode->is_single_run_aead = cipher_mode == EVP_CIPH_CCM_MODE; in php_openssl_load_cipher_mode()

Completed in 32 milliseconds