Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dopenssl.c6445 char *tag, int tag_len, zend_long options, int enc) /* {{{ */ in php_openssl_cipher_init() argument
6467 if (!EVP_CIPHER_CTX_ctrl(cipher_ctx, mode->aead_set_tag_flag, tag_len, NULL)) { in php_openssl_cipher_init()
6471 } else if (!enc && tag && tag_len > 0) { in php_openssl_cipher_init()
6558 zend_long options = 0, tag_len = 16; in PHP_FUNCTION() local
6577 PHP_OPENSSL_CHECK_LONG_TO_INT(tag_len, tag_len); in PHP_FUNCTION()
6594 &iv, &iv_len, &free_iv, NULL, tag_len, options, 1) == FAILURE || in PHP_FUNCTION()
6613 zend_string *tag_str = zend_string_alloc(tag_len, 0); in PHP_FUNCTION()
6617 ZSTR_VAL(tag_str)[tag_len] = '\0'; in PHP_FUNCTION()
6618 ZSTR_LEN(tag_str) = tag_len; in PHP_FUNCTION()
6681 PHP_OPENSSL_CHECK_SIZE_T_TO_INT(tag_len, tag); in PHP_FUNCTION()
[all …]

Completed in 25 milliseconds