Home
last modified time | relevance | path

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

/dports/security/pecl-crypto/crypto-0.3.1/
H A Dcrypto_cipher.c836 if (mode->auth_inlen_init && enc) { in PHPC_OBJ_STRUCT_NAME()
935 if (mode->auth_inlen_init && php_crypto_cipher_write_inlen( in php_crypto_cipher_auth_init()
999 if (!enc && mode->auth_inlen_init) { in php_crypto_cipher_update()
1046 if ((enc || !mode->auth_inlen_init) && !EVP_CipherFinal_ex(PHP_CRYPTO_CIPHER_CTX(PHPC_THIS), in php_crypto_cipher_finish()
1105 if (!enc && mode->auth_inlen_init) { in php_crypto_cipher_crypt()
1115 if ((enc || !mode->auth_inlen_init) && !EVP_CipherFinal_ex(PHP_CRYPTO_CIPHER_CTX(PHPC_THIS), in php_crypto_cipher_crypt()
H A Dphp_crypto_cipher.h88 zend_bool auth_inlen_init; member
H A DTODO.md29 - use new flag for pre-setting tag (instead of re-using `auth_inlen_init`)
H A Dcrypto_stream.c418 if (mode->auth_inlen_init) { in php_crypto_stream_set_cipher()