Home
last modified time | relevance | path

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

/dports/security/pecl-crypto/crypto-0.3.1/
H A Dphp_crypto_cipher.h90 int auth_set_tag_flag; member
H A Dcrypto_cipher.c736 if (!EVP_CIPHER_CTX_ctrl(cipher_ctx, mode->auth_set_tag_flag, tag_len, tag)) { in php_crypto_cipher_set_tag()
837 EVP_CIPHER_CTX_ctrl(PHP_CRYPTO_CIPHER_CTX(PHPC_THIS), mode->auth_set_tag_flag, in PHPC_OBJ_STRUCT_NAME()