Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl.c7065 unsigned char iv_buf[EVP_MAX_IV_LENGTH + 1], *buf = NULL, **eks; in PHP_FUNCTION() local
7132 if (EVP_SealInit(ctx, cipher, eks, eksl, &iv_buf[0], pkeys, nkeys) <= 0 || in PHP_FUNCTION()
7160 iv_buf[iv_len] = '\0'; in PHP_FUNCTION()
7161 ZEND_TRY_ASSIGN_REF_NEW_STR(iv, zend_string_init((char*)iv_buf, iv_len, 0)); in PHP_FUNCTION()
7190 unsigned char *buf, *iv_buf; in PHP_FUNCTION() local
7232 iv_buf = (unsigned char *)iv; in PHP_FUNCTION()
7234 iv_buf = NULL; in PHP_FUNCTION()
7240 if (ctx != NULL && EVP_OpenInit(ctx, cipher, (unsigned char *)ekey, (int)ekey_len, iv_buf, pkey) && in PHP_FUNCTION()

Completed in 21 milliseconds