Searched refs:iv_buf (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/openssl/ |
H A D | openssl.c | 6026 unsigned char iv_buf[EVP_MAX_IV_LENGTH + 1], *buf = NULL, **eks; in PHP_FUNCTION() local 6097 if (EVP_SealInit(ctx, cipher, eks, eksl, &iv_buf[0], pkeys, nkeys) <= 0 || in PHP_FUNCTION() 6123 iv_buf[iv_len] = '\0'; in PHP_FUNCTION() 6124 ZVAL_NEW_STR(iv, zend_string_init((char*)iv_buf, iv_len, 0)); in PHP_FUNCTION() 6155 unsigned char *buf, *iv_buf; in PHP_FUNCTION() local 6201 iv_buf = (unsigned char *)iv; in PHP_FUNCTION() 6203 iv_buf = NULL; in PHP_FUNCTION() 6209 if (ctx != NULL && EVP_OpenInit(ctx, cipher, (unsigned char *)ekey, (int)ekey_len, iv_buf, pkey) && in PHP_FUNCTION()
|
Completed in 17 milliseconds