Home
last modified time | relevance | path

Searched refs:secret (Results 126 – 140 of 140) sorted by last modified time

123456

/plugin/bible/bible_douayRheims/
H A DJudges.txt78 …3:19. Then returning from Galgal, where the idols were, he said to the king: I have a secret messa…
81 …r, but left it in the body as he had struck it in: and forthwith, by the secret parts of nature, t…
H A DMatthew.txt142 6:4. That thy alms may be in secret, and thy Father who seeth in secret will repay thee.
144 …amber, and having shut the door, pray to thy Father in secret, and thy father who seeth in secret
156 …appear not to men to fast, but to thy Father who is in secret: and thy Father who seeth in secret,…
H A DNumbers.txt201 …ith another man, and her husband cannot discover it, but the adultery is secret, and cannot be pro…
/plugin/fedauth/Auth/OpenID/
H A DPostgreSQLStore.php78 function _set_assoc($server_url, $handle, $secret, $issued, $lifetime, argument
85 array($secret, $issued, $lifetime,
91 array($server_url, $handle, $secret,
H A DAssociation.php97 static function fromExpiresIn($expires_in, $handle, $secret, $assoc_type) argument
101 return new Auth_OpenID_Association($handle, $secret,
115 * @param string $secret This is the shared secret the server
132 $handle, $secret, $issued, $lifetime, $assoc_type) argument
141 $this->secret = $secret;
174 && ($this->secret == $other->secret)
191 'secret' => base64_encode($this->secret),
236 $secret = $pairs['secret'];
248 $secret = base64_decode($secret);
251 $handle, $secret, $issued, $lifetime, $assoc_type);
[all …]
H A DConsumer.php1652 $secret = $assoc_session->extractSecret($assoc_response);
1654 if ($secret === null) {
1659 $expires_in, $assoc_handle, $secret, $assoc_type);
H A DSQLStore.php321 function _set_assoc($server_url, $handle, $secret, $issued, argument
328 $secret,
340 $association->secret),
422 $assoc->secret = $this->blobDecode($assoc->secret);
H A DServer.php444 function answer($secret) argument
446 return array('mac_key' => base64_encode($secret));
539 function answer($secret) argument
542 $mac_key = $this->dh->xorSecret($this->consumer_pubkey, $secret,
662 $this->session->answer($assoc->secret));
1375 $secret = Auth_OpenID_CryptUtil::getBytes(
1382 $this->SECRET_LIFETIME, $handle, $secret, $assoc_type);
H A DDiffieHellman.php98 function xorSecret($composite, $secret, $hash_func) argument
105 for ($i = 0; $i < Auth_OpenID::bytes($secret); $i++) {
106 $xsecret .= chr(ord($secret[$i]) ^ ord($hash_dh_shared[$i]));
H A DMDB2Store.php282 "value" => $association->secret,
/plugin/facebookalbum/
H A Dsyntax.php156 'secret' => $data['secret'],
H A Dfacebook.php919 * @param String $secret the secret to sign with
922 protected static function generateSignature($params, $secret) { argument
931 $base_string .= $secret;
/plugin/autotweet/
H A DOAuth.php12 public $secret; variable in OAuthConsumer
14 function __construct($key, $secret, $callback_url=NULL) { argument
16 $this->secret = $secret;
28 public $secret; variable in OAuthToken
34 function __construct($key, $secret) { argument
36 $this->secret = $secret;
47 OAuthUtil::urlencode_rfc3986($this->secret);
109 $consumer->secret,
110 ($token) ? $token->secret : ""
141 $consumer->secret,
[all …]
/plugin/crypto/
H A Daction.php71 function crypto_encrypt($data, $secret) { argument
73 $data = PMA_blowfish_encrypt($data, $secret);
78 function crypto_decrypt($data, $secret) { argument
90 $secret = $_POST['secret'];
91 if (empty($secret)) {
94 $result = crypto_encrypt($secret.$data, $secret);
109 $secret = $_POST['secret'];
110 if (empty($secret)) {
113 $result = crypto_decrypt($data, $secret);
114 if (strpos($result, $secret) === 0) {
[all …]
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf4478 https?:\/\/([^\/]*\.)?mature-secret-com-r6t85u5\.blogspot\.com

123456