Home
last modified time | relevance | path

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

/PHP-5.3/ext/openssl/
H A Dopenssl.c3096 char * passphrase = NULL; int passphrase_len = 0; in PHP_FUNCTION() local
3103 …SRMLS_CC, "Zs|s!a!", &zpkey, &filename, &filename_len, &passphrase, &passphrase_len, &args) == FAI… in PHP_FUNCTION()
3133 …if (PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, passphrase_len, NU… in PHP_FUNCTION()
3156 char * passphrase = NULL; int passphrase_len = 0; in PHP_FUNCTION() local
3162 …rs(ZEND_NUM_ARGS() TSRMLS_CC, "Zz|s!a!", &zpkey, &out, &passphrase, &passphrase_len, &args) == FAI… in PHP_FUNCTION()
3184 …if (PEM_write_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, passphrase_len, NU… in PHP_FUNCTION()
3249 int passphrase_len = sizeof("")-1; in PHP_FUNCTION() local
3251 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z|s", &cert, &passphrase, &passphrase_len) =… in PHP_FUNCTION()

Completed in 18 milliseconds