Searched refs:ekey (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/ext/standard/ |
H A D | http.c | 34 char *key = NULL, *ekey, *newprefix, *p; in php_url_encode_hash_ex() local 94 memcpy(p, ekey, ekey_len); in php_url_encode_hash_ex() 96 efree(ekey); in php_url_encode_hash_ex() 108 ekey_len = spprintf(&ekey, 0, "%ld", idx); in php_url_encode_hash_ex() 121 memcpy(p, ekey, ekey_len); in php_url_encode_hash_ex() 123 efree(ekey); in php_url_encode_hash_ex() 150 efree(ekey); in php_url_encode_hash_ex() 156 ekey_len = spprintf(&ekey, 0, "%ld", idx); in php_url_encode_hash_ex() 158 efree(ekey); in php_url_encode_hash_ex() 182 smart_str_appendl(formstr, ekey, ekey_len); in php_url_encode_hash_ex() [all …]
|
/PHP-5.3/ext/openssl/ |
H A D | README | 204 bool openssl_open(string data, &string opendata, string ekey, int privkey)
|
H A D | openssl.c | 328 ZEND_ARG_INFO(0, ekey) 4340 char * ekey; int ekey_len; in PHP_FUNCTION() local 4345 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "szsZ|s", &data, &data_len, &opendata, &ekey,… in PHP_FUNCTION() 4367 …if (EVP_OpenInit(&ctx, cipher, (unsigned char *)ekey, ekey_len, NULL, pkey) && EVP_OpenUpdate(&ctx… in PHP_FUNCTION()
|
Completed in 30 milliseconds