Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl.c7638 int cipher_mode = EVP_CIPHER_mode(cipher_type); local
7640 switch (cipher_mode) {
7650 mode->set_tag_length_always = cipher_mode == EVP_CIPH_OCB_MODE;
7653 mode->set_tag_length_when_encrypting = cipher_mode == EVP_CIPH_CCM_MODE;
7654 mode->is_single_run_aead = cipher_mode == EVP_CIPH_CCM_MODE;

Completed in 29 milliseconds