Searched refs:iv_buf (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/openssl/ |
H A D | openssl.c | 6849 unsigned char iv_buf[EVP_MAX_IV_LENGTH + 1], *buf = NULL, **eks; in PHP_FUNCTION() local 6916 if (EVP_SealInit(ctx, cipher, eks, eksl, &iv_buf[0], pkeys, nkeys) <= 0 || in PHP_FUNCTION() 6944 iv_buf[iv_len] = '\0'; in PHP_FUNCTION() 6945 ZEND_TRY_ASSIGN_REF_NEW_STR(iv, zend_string_init((char*)iv_buf, iv_len, 0)); in PHP_FUNCTION() 6974 unsigned char *buf, *iv_buf; in PHP_FUNCTION() local 7016 iv_buf = (unsigned char *)iv; in PHP_FUNCTION() 7018 iv_buf = NULL; in PHP_FUNCTION() 7024 if (ctx != NULL && EVP_OpenInit(ctx, cipher, (unsigned char *)ekey, (int)ekey_len, iv_buf, pkey) && in PHP_FUNCTION()
|
Completed in 22 milliseconds