Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dopenssl.c6984 int cipher_mode = EVP_CIPHER_mode(cipher_type); in php_openssl_load_cipher_mode() local
6986 switch (cipher_mode) { in php_openssl_load_cipher_mode()
6996 mode->set_tag_length_always = cipher_mode == EVP_CIPH_OCB_MODE; in php_openssl_load_cipher_mode()
6997 mode->set_tag_length_when_encrypting = cipher_mode == EVP_CIPH_CCM_MODE; in php_openssl_load_cipher_mode()
6998 mode->is_single_run_aead = cipher_mode == EVP_CIPH_CCM_MODE; in php_openssl_load_cipher_mode()

Completed in 23 milliseconds