Home
last modified time | relevance | path

Searched defs:secret (Results 1 – 25 of 8716) sorted by last modified time

12345678910>>...349

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/enterprise_reporting_private/
H A Dchrome_desktop_report_request_helper.cc111 LONG CreateRandomSecret(std::string* secret) { in CreateRandomSecret()
345 std::string secret; in RetrieveDeviceSecret() local
/dports/www/mod_auth_tkt/mod_auth_tkt-2.1.0/src/
H A Dmod_auth_tkt.c78 const char *secret; member
804 ticket_digest(request_rec *r, auth_tkt *parsed, unsigned int timestamp, const char *secret) in ticket_digest()
/dports/www/typo3-9/typo3_src-9.5.31/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/
H A DCramMd5Authenticator.php63 private function _getResponse($secret, $challenge)
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/mailer/Transport/Smtp/Auth/
H A DCramMd5Authenticator.php44 private function getResponse(string $secret, string $challenge): string
/dports/www/mod_auth_xradius/mod_auth_xradius-0.4.6/libradius/
H A Dradlib.c321 const char *secret, int timeout, int tries) in xrad_add_server()
411 char *secret; in xrad_config() local
/dports/www/mod_auth_xradius/mod_auth_xradius-0.4.6/src/
H A Dmod_auth_xradius.c287 const char *server_addr, const char* secret) in xrad_conf_add_server()
/dports/www/janus/janus-gateway-0.11.6/
H A Djanus.c931 json_t *secret = json_object_get(root, "apisecret"); in janus_request_check_secret() local
2038 json_t *secret = json_object_get(root, "admin_secret"); in janus_process_incoming_admin_request() local
2691 json_t *secret = json_object_get(root, "admin_secret"); in janus_process_incoming_admin_request() local
/dports/www/obhttpd/httpd-7.0.20211221/src/usr.sbin/httpd/
H A Dparse.y1785 pushfile(const char *name, int secret) in pushfile()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Authentication/Mfa/Provider/
H A DTotp.php35 protected string $secret; variable in TYPO3\\CMS\\Core\\Authentication\\Mfa\\Provider\\Totp
42 string $secret,
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/mailer/Transport/Smtp/Auth/
H A DCramMd5Authenticator.php44 private function getResponse(string $secret, string $challenge): string
/dports/www/e107/e107/e107_handlers/vendor/hybridauth/hybridauth/src/Thirdparty/OAuth/
H A DOAuthConsumer.php18 public $secret; variable in Hybridauth\\Thirdparty\\OAuth\\OAuthConsumer
27 public function __construct($key, $secret, $callback_url = null)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/scenario_guides/kubernetes_scenarios/task_outputs/
H A DAdd_a_pod_using_k8s.json56 "secret": { object
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/utils/
H A Dencrypt.py101 def hash(self, secret, salt=None, salt_size=None, rounds=None): argument
125 def _hash(self, secret, salt, rounds): argument
163 def hash(self, secret, salt=None, salt_size=None, rounds=None): argument
194 def _hash(self, secret, salt, salt_size, rounds): argument
226 def passlib_or_crypt(secret, algorithm, salt=None, salt_size=None, rounds=None): argument
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/parsing/vault/
H A D__init__.py280 def verify_secret_is_not_empty(secret, msg=None): argument
606 def encrypt(self, plaintext, secret=None, vault_id=None): argument
856 …def _edit_file_helper(self, filename, secret, existing_data=None, force_save=False, vault_id=None): argument
907 def encrypt_bytes(self, b_plaintext, secret, vault_id=None): argument
913 def encrypt_file(self, filename, secret, vault_id=None, output_file=None): argument
938 def create_file(self, filename, secret, vault_id=None): argument
1270 def encrypt(cls, b_plaintext, secret): argument
1358 def decrypt(cls, b_vaulttext, secret): argument
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/playbook/
H A D__init__.py94 if any(action in entry for action in C._ACTION_ALL_IMPORT_PLAYBOOKS):
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/parsing/vault/
H A Dtest_vault.py667 def _vault_secrets(self, vault_id, secret): argument
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/utils/
H A Dtest_encrypt.py42 def assert_hash(expected, secret, algorithm, **settings): argument
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/utils/
H A Dencrypt.py97 def hash(self, secret, salt=None, salt_size=None, rounds=None): argument
114 def _hash(self, secret, salt, rounds): argument
142 def hash(self, secret, salt=None, salt_size=None, rounds=None): argument
167 def _hash(self, secret, salt, salt_size, rounds): argument
199 def passlib_or_crypt(secret, algorithm, salt=None, salt_size=None, rounds=None): argument
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/galaxy/
H A Dapi.py397 def add_secret(self, source, github_user, github_repo, secret): argument
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/units/utils/
H A Dtest_encrypt.py42 def assert_hash(expected, secret, algorithm, **settings): argument
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/units/parsing/vault/
H A Dtest_vault.py667 def _vault_secrets(self, vault_id, secret): argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/parsing/vault/
H A D__init__.py280 def verify_secret_is_not_empty(secret, msg=None): argument
602 def encrypt(self, plaintext, secret=None, vault_id=None): argument
851 …def _edit_file_helper(self, filename, secret, existing_data=None, force_save=False, vault_id=None): argument
902 def encrypt_bytes(self, b_plaintext, secret, vault_id=None): argument
908 def encrypt_file(self, filename, secret, vault_id=None, output_file=None): argument
933 def create_file(self, filename, secret, vault_id=None): argument
1262 def encrypt(cls, b_plaintext, secret): argument
1350 def decrypt(cls, b_vaulttext, secret): argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/utils/
H A Dencrypt.py87 def hash(self, secret, salt=None, salt_size=None, rounds=None): argument
104 def _hash(self, secret, salt, rounds): argument
132 def hash(self, secret, salt=None, salt_size=None, rounds=None): argument
157 def _hash(self, secret, salt, salt_size, rounds): argument
189 def passlib_or_crypt(secret, algorithm, salt=None, salt_size=None, rounds=None): argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/parsing/yaml/
H A Dobjects.py79 def from_plaintext(cls, seq, vault, secret): argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/azure/
H A Dazure_rm_keyvaultsecret.py213 def create_update_secret(self, name, secret, tags): argument

12345678910>>...349