Home
last modified time | relevance | path

Searched defs:secret (Results 251 – 275 of 8716) sorted by relevance

1...<<11121314151617181920>>...349

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DSecureStorage.cpp41 AesCbcState calc_aes_cbc_state_pbkdf2(Slice secret, Slice salt) { in calc_aes_cbc_state_pbkdf2()
181 static uint8 secret_checksum(Slice secret) { in secret_checksum()
189 Result<Secret> Secret::create(Slice secret) { in create()
207 UInt256 secret; in create_new() local
246 Secret::Secret(UInt256 secret, int64 hash) : secret_(secret), hash_(hash) { in Secret()
342 Result<EncryptedValue> encrypt_value(const Secret &secret, Slice data) { in encrypt_value()
355 Result<BufferSlice> decrypt_value(const Secret &secret, const ValueHash &hash, Slice data) { in decrypt_value()
367 Result<ValueHash> encrypt_file(const Secret &secret, const string &src, const string &dest) { in encrypt_file()
385 Status decrypt_file(const Secret &secret, const ValueHash &hash, const string &src, const string &d… in decrypt_file()
/dports/security/py-passlib/passlib-1.7.4/passlib/handlers/
H A Dargon2.py663 def hash(cls, secret): argument
668 def verify(cls, secret, hash): argument
674 def genhash(cls, secret, config): argument
681 def _calc_checksum(self, secret): argument
737 def hash(cls, secret): argument
760 def verify(cls, secret, hash): argument
783 def genhash(cls, secret, config): argument
810 def _calc_checksum(self, secret): argument
878 def _calc_checksum(self, secret): argument
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/passlib/handlers/
H A Dargon2.py663 def hash(cls, secret): argument
668 def verify(cls, secret, hash): argument
674 def genhash(cls, secret, config): argument
681 def _calc_checksum(self, secret): argument
737 def hash(cls, secret): argument
760 def verify(cls, secret, hash): argument
783 def genhash(cls, secret, config): argument
810 def _calc_checksum(self, secret): argument
878 def _calc_checksum(self, secret): argument
H A Ddigests.py44 def _calc_checksum(self, secret): argument
93 def hash(cls, secret, user, realm, encoding=None): argument
118 def verify(cls, secret, hash, user, realm, encoding="utf-8"): argument
138 def genhash(cls, secret, config, user, realm, encoding=None): argument
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/mail/
H A D_cred.py28 def challengeResponse(self, secret, chal): argument
42 def challengeUsername(self, secret, chal): argument
47 def challengeSecret(self, secret, chal): argument
60 def challengeResponse(self, secret, chal): argument
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/
H A DAnonymousToken.php24 private $secret; variable in Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken
31 public function __construct($secret, $user, array $roles = [])
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Facebook/
H A DFacebookApp.php38 protected $secret; variable in Facebook\\FacebookApp
44 public function __construct($id, $secret)
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Facebook/
H A DFacebookApp.php38 protected $secret; variable in Facebook\\FacebookApp
44 public function __construct($id, $secret)
/dports/www/bolt/bolt-2.2.24/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/
H A DUriSigner.php21 private $secret; variable in Symfony\\Component\\HttpKernel\\UriSigner
28 public function __construct($secret)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/Token/
H A DAnonymousToken.php24 private $secret; variable in Symfony\\Component\\Security\\Core\\Authentication\\Token\\AnonymousToken
31 public function __construct($secret, $user, array $roles = [])
/dports/devel/gitlist/gitlist/vendor/symfony/http-kernel/
H A DUriSigner.php21 private $secret; variable in Symfony\\Component\\HttpKernel\\UriSigner
28 public function __construct($secret)
/dports/www/itop/web/lib/silex/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/
H A DUriSigner.php21 private $secret; variable in Symfony\\Component\\HttpKernel\\UriSigner
28 public function __construct($secret)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Storage/
H A DHmacKey.php23 public $secret; variable in Google_Service_Storage_HmacKey
47 public function setSecret($secret)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Storage/
H A DHmacKey.php23 public $secret; variable in Google_Service_Storage_HmacKey
47 public function setSecret($secret)
/dports/security/hashcat/hashcat-6.2.5/deps/git/xxHash/
H A Dxxh_x86dispatch.c668 … XXH64_hash_t seed64, const xxh_u8* secret, size_t secretLen) in XXH3_hashLong_64b_defaultSecret_selection()
682 XXH64_hash_t seed64, const xxh_u8* secret, size_t secretLen) in XXH3_hashLong_64b_withSeed_selection()
696 XXH64_hash_t seed64, const xxh_u8* secret, size_t secretLen) in XXH3_hashLong_64b_withSecret_selection()
703 XXH64_hash_t XXH3_64bits_withSecret_dispatch(const void* input, size_t len, const void* secret, siz… in XXH3_64bits_withSecret_dispatch()
720 … XXH64_hash_t seed64, const void* secret, size_t secretLen) in XXH3_hashLong_128b_defaultSecret_selection()
734 XXH64_hash_t seed64, const void* secret, size_t secretLen) in XXH3_hashLong_128b_withSeed_selection()
748 XXH64_hash_t seed64, const void* secret, size_t secretLen) in XXH3_hashLong_128b_withSecret_selection()
755 XXH128_hash_t XXH3_128bits_withSecret_dispatch(const void* input, size_t len, const void* secret, s… in XXH3_128bits_withSecret_dispatch()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dpwdbased.h96 const byte *secret, size_t secretLen, const NameValuePairs& params) const in DeriveKey()
115 …KDF1<T>::DeriveKey(byte *derived, size_t derivedLen, byte purpose, const byte *secret, size_t secr… in DeriveKey()
225 const byte *secret, size_t secretLen, const NameValuePairs& params) const in DeriveKey()
244 …HMAC<T>::DeriveKey(byte *derived, size_t derivedLen, byte purpose, const byte *secret, size_t secr… in DeriveKey()
386 const byte *secret, size_t secretLen, const NameValuePairs& params) const in DeriveKey()
406 …BKDF<T>::DeriveKey(byte *derived, size_t derivedLen, byte purpose, const byte *secret, size_t secr… in DeriveKey()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dpwdbased.h96 const byte *secret, size_t secretLen, const NameValuePairs& params) const in DeriveKey()
115 …KDF1<T>::DeriveKey(byte *derived, size_t derivedLen, byte purpose, const byte *secret, size_t secr… in DeriveKey()
225 const byte *secret, size_t secretLen, const NameValuePairs& params) const in DeriveKey()
244 …HMAC<T>::DeriveKey(byte *derived, size_t derivedLen, byte purpose, const byte *secret, size_t secr… in DeriveKey()
386 const byte *secret, size_t secretLen, const NameValuePairs& params) const in DeriveKey()
406 …BKDF<T>::DeriveKey(byte *derived, size_t derivedLen, byte purpose, const byte *secret, size_t secr… in DeriveKey()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dpwdbased.h96 const byte *secret, size_t secretLen, const NameValuePairs& params) const in DeriveKey()
115 …KDF1<T>::DeriveKey(byte *derived, size_t derivedLen, byte purpose, const byte *secret, size_t secr… in DeriveKey()
225 const byte *secret, size_t secretLen, const NameValuePairs& params) const in DeriveKey()
244 …HMAC<T>::DeriveKey(byte *derived, size_t derivedLen, byte purpose, const byte *secret, size_t secr… in DeriveKey()
386 const byte *secret, size_t secretLen, const NameValuePairs& params) const in DeriveKey()
406 …BKDF<T>::DeriveKey(byte *derived, size_t derivedLen, byte purpose, const byte *secret, size_t secr… in DeriveKey()
/dports/www/moodle310/moodle/lib/
H A Doauthlib.php153 public function sign($http_method, $url, $params, $secret) {
252 public function set_access_token($token, $secret) {
264 public function get_access_token($token, $secret, $verifier='') {
288 public function request($method, $url, $params=array(), $token='', $secret='') {
313 public function get($url, $params=array(), $token='', $secret='') {
320 public function post($url, $params=array(), $token='', $secret='') {
/dports/www/moodle311/moodle/lib/
H A Doauthlib.php153 public function sign($http_method, $url, $params, $secret) {
252 public function set_access_token($token, $secret) {
264 public function get_access_token($token, $secret, $verifier='') {
288 public function request($method, $url, $params=array(), $token='', $secret='') {
313 public function get($url, $params=array(), $token='', $secret='') {
320 public function post($url, $params=array(), $token='', $secret='') {
/dports/www/moodle39/moodle/lib/
H A Doauthlib.php153 public function sign($http_method, $url, $params, $secret) {
252 public function set_access_token($token, $secret) {
264 public function get_access_token($token, $secret, $verifier='') {
288 public function request($method, $url, $params=array(), $token='', $secret='') {
313 public function get($url, $params=array(), $token='', $secret='') {
320 public function post($url, $params=array(), $token='', $secret='') {
/dports/emulators/qemu/qemu-6.2.0/crypto/
H A Dsecret_keyring.c43 QCryptoSecretKeyring *secret = QCRYPTO_SECRET_KEYRING(sec_common); in qcrypto_secret_keyring_load_data() local
84 QCryptoSecretKeyring *secret = QCRYPTO_SECRET_KEYRING(obj); in qcrypto_secret_prop_set_key() local
99 QCryptoSecretKeyring *secret = QCRYPTO_SECRET_KEYRING(obj); in qcrypto_secret_prop_get_key() local
/dports/emulators/qemu60/qemu-6.0.0/crypto/
H A Dsecret_keyring.c43 QCryptoSecretKeyring *secret = QCRYPTO_SECRET_KEYRING(sec_common); in qcrypto_secret_keyring_load_data() local
84 QCryptoSecretKeyring *secret = QCRYPTO_SECRET_KEYRING(obj); in qcrypto_secret_prop_set_key() local
99 QCryptoSecretKeyring *secret = QCRYPTO_SECRET_KEYRING(obj); in qcrypto_secret_prop_get_key() local
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/crypto/
H A Dsecret_keyring.c43 QCryptoSecretKeyring *secret = QCRYPTO_SECRET_KEYRING(sec_common); in qcrypto_secret_keyring_load_data() local
84 QCryptoSecretKeyring *secret = QCRYPTO_SECRET_KEYRING(obj); in qcrypto_secret_prop_set_key() local
99 QCryptoSecretKeyring *secret = QCRYPTO_SECRET_KEYRING(obj); in qcrypto_secret_prop_get_key() local
/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

1...<<11121314151617181920>>...349