Searched refs:ekey (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | http.c | 35 char *ekey, *newprefix, *p; in php_url_encode_hash_ex() local 99 memcpy(p, ekey, ekey_len); in php_url_encode_hash_ex() 101 efree(ekey); in php_url_encode_hash_ex() 113 ekey_len = spprintf(&ekey, 0, "%ld", idx); in php_url_encode_hash_ex() 126 memcpy(p, ekey, ekey_len); in php_url_encode_hash_ex() 128 efree(ekey); in php_url_encode_hash_ex() 159 efree(ekey); in php_url_encode_hash_ex() 165 ekey_len = spprintf(&ekey, 0, "%ld", idx); in php_url_encode_hash_ex() 167 efree(ekey); in php_url_encode_hash_ex() 199 smart_str_appendl(formstr, ekey, ekey_len); in php_url_encode_hash_ex() [all …]
|
/PHP-5.6/ext/openssl/ |
H A D | README | 204 bool openssl_open(string data, &string opendata, string ekey, int privkey)
|
H A D | openssl.c | 362 ZEND_ARG_INFO(0, ekey) 5050 char * ekey; int ekey_len; in PHP_FUNCTION() local 5055 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "szsZ|s", &data, &data_len, &opendata, &ekey,… in PHP_FUNCTION() 5077 …if (EVP_OpenInit(&ctx, cipher, (unsigned char *)ekey, ekey_len, NULL, pkey) && EVP_OpenUpdate(&ctx… in PHP_FUNCTION()
|
Completed in 19 milliseconds