Searched refs:passphrase_len (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/openssl/ |
H A D | openssl.c | 3701 int passphrase_len = 0; in PHP_FUNCTION() local 3710 …SRMLS_CC, "Zp|s!a!", &zpkey, &filename, &filename_len, &passphrase, &passphrase_len, &args) == FAI… in PHP_FUNCTION() 3744 …o_out, EVP_PKEY_get1_EC_KEY(key), cipher, (unsigned char *)passphrase, passphrase_len, NULL, NULL); in PHP_FUNCTION() 3748 …rite_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, passphrase_len, NULL, NULL); in PHP_FUNCTION() 3776 int passphrase_len = 0; in PHP_FUNCTION() local 3783 …rs(ZEND_NUM_ARGS() TSRMLS_CC, "Zz|s!a!", &zpkey, &out, &passphrase, &passphrase_len, &args) == FAI… in PHP_FUNCTION() 3813 …o_out, EVP_PKEY_get1_EC_KEY(key), cipher, (unsigned char *)passphrase, passphrase_len, NULL, NULL); in PHP_FUNCTION() 3817 …rite_bio_PrivateKey(bio_out, key, cipher, (unsigned char *)passphrase, passphrase_len, NULL, NULL); in PHP_FUNCTION() 3887 int passphrase_len = sizeof("")-1; in PHP_FUNCTION() local 3889 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z|s", &cert, &passphrase, &passphrase_len) =… in PHP_FUNCTION()
|
Completed in 13 milliseconds