Home
last modified time | relevance | path

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

/dports/security/pecl-crypto/crypto-0.3.1/
H A Dphp_crypto_cipher.h49 #define PHP_CRYPTO_CIPHER_IS_IN_INIT_STATE(pobj) \ macro
H A Dcrypto_cipher.c982 if (PHP_CRYPTO_CIPHER_IS_IN_INIT_STATE(PHPC_THIS) && in php_crypto_cipher_update()