Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/
H A Dopenssl.c3198 char * passphrase = NULL; int passphrase_len = 0; in PHP_FUNCTION() local
3205 …SRMLS_CC, "Zp|s!a!", &zpkey, &filename, &filename_len, &passphrase, &passphrase_len, &args) == FAI… in PHP_FUNCTION()
3235 …if (PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, passphrase_len, NU… in PHP_FUNCTION()
3258 char * passphrase = NULL; int passphrase_len = 0; in PHP_FUNCTION() local
3264 …rs(ZEND_NUM_ARGS() TSRMLS_CC, "Zz|s!a!", &zpkey, &out, &passphrase, &passphrase_len, &args) == FAI… in PHP_FUNCTION()
3290 …if (PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, passphrase_len, NU… in PHP_FUNCTION()
3356 int passphrase_len = sizeof("")-1; in PHP_FUNCTION() local
3358 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z|s", &cert, &passphrase, &passphrase_len) =… in PHP_FUNCTION()

Completed in 14 milliseconds