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.c7268 unsigned char iv_buf[EVP_MAX_IV_LENGTH + 1], *buf = NULL, **eks; local
7335 if (EVP_SealInit(ctx, cipher, eks, eksl, &iv_buf[0], pkeys, nkeys) <= 0 ||
7363 iv_buf[iv_len] = '\0';
7364 ZEND_TRY_ASSIGN_REF_NEW_STR(iv, zend_string_init((char*)iv_buf, iv_len, 0));
7393 unsigned char *buf, *iv_buf; local
7435 iv_buf = (unsigned char *)iv;
7437 iv_buf = NULL;
7443 if (ctx != NULL && EVP_OpenInit(ctx, cipher, (unsigned char *)ekey, (int)ekey_len, iv_buf, pkey) &&

Completed in 20 milliseconds