Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dopenssl.c6940 unsigned char iv_buf[EVP_MAX_IV_LENGTH + 1], *buf = NULL, **eks; in PHP_FUNCTION() local
7007 if (EVP_SealInit(ctx, cipher, eks, eksl, &iv_buf[0], pkeys, nkeys) <= 0 || in PHP_FUNCTION()
7035 iv_buf[iv_len] = '\0'; in PHP_FUNCTION()
7036 ZEND_TRY_ASSIGN_REF_NEW_STR(iv, zend_string_init((char*)iv_buf, iv_len, 0)); in PHP_FUNCTION()
7065 unsigned char *buf, *iv_buf; in PHP_FUNCTION() local
7107 iv_buf = (unsigned char *)iv; in PHP_FUNCTION()
7109 iv_buf = NULL; in PHP_FUNCTION()
7115 if (ctx != NULL && EVP_OpenInit(ctx, cipher, (unsigned char *)ekey, (int)ekey_len, iv_buf, pkey) && in PHP_FUNCTION()

Completed in 21 milliseconds