Searched refs:infilename (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/openssl/ |
H A D | openssl.c | 307 ZEND_ARG_INFO(0, infilename) 4650 char * infilename = NULL; in PHP_FUNCTION() local 4657 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ppza!|ll", &infilename, &infilename_len, in PHP_FUNCTION() 4666 infile = BIO_new_file(infilename, "r"); in PHP_FUNCTION() 4777 char * infilename; in PHP_FUNCTION() local 4785 &infilename, &infilename_len, &outfilename, &outfilename_len, in PHP_FUNCTION() 4816 infile = BIO_new_file(infilename, "r"); in PHP_FUNCTION() 4818 php_error_docref(NULL, E_WARNING, "error opening input file %s!", infilename); in PHP_FUNCTION() 4880 char * infilename; in PHP_FUNCTION() local 4885 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ppz|z", &infilename, &infilename_len, in PHP_FUNCTION() [all …]
|
H A D | README | 171 bool openssl_pkcs7_decrypt(string infilename, string outfilename, mixed 174 Decrypts the MIME message contained in the file named by infilename
|
Completed in 22 milliseconds