Home
last modified time | relevance | path

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

/dports/security/pecl-crypto/crypto-0.3.1/
H A Dphp_crypto_cipher.h52 #define PHP_CRYPTO_CIPHER_IS_INITIALIZED_FOR_ENCRYPTION(pobj) \ macro
H A Dcrypto_cipher.c815 } else if (!enc && PHP_CRYPTO_CIPHER_IS_INITIALIZED_FOR_ENCRYPTION(PHPC_THIS)) { in PHPC_OBJ_STRUCT_NAME()
973 if (enc && !PHP_CRYPTO_CIPHER_IS_INITIALIZED_FOR_ENCRYPTION(PHPC_THIS)) { in php_crypto_cipher_update()
1031 if (enc && !PHP_CRYPTO_CIPHER_IS_INITIALIZED_FOR_ENCRYPTION(PHPC_THIS)) { in php_crypto_cipher_finish()