Home
last modified time | relevance | path

Searched refs:hmac_check (Results 1 – 25 of 30) sorted by relevance

12

/dports/security/libgsasl/gsasl-1.10.0/lib/gltests/
H A Dtest-hmac-md5.c30 hmac_check (const void *key, size_t key_len, in hmac_check() function
66 hmac_check (key, key_len, data, data_len, digest); in main()
76 hmac_check (key, key_len, data, data_len, digest); in main()
88 hmac_check (key, key_len, data, data_len, digest); in main()
99 hmac_check (key, key_len, data, data_len, digest); in main()
H A Dtest-hmac-sha1.c28 hmac_check (const void *key, size_t key_len, in hmac_check() function
65 hmac_check (key, key_len, data, data_len, digest); in main()
76 hmac_check (key, key_len, data, data_len, digest); in main()
89 hmac_check (key, key_len, data, data_len, digest); in main()
101 hmac_check (key, key_len, data, data_len, digest); in main()
H A Dtest-hmac-sha256.c28 hmac_check (const void *key, size_t key_len, in hmac_check() function
65 hmac_check (key, key_len, data, data_len, digest); in main()
76 hmac_check (key, key_len, data, data_len, digest); in main()
89 hmac_check (key, key_len, data, data_len, digest); in main()
101 hmac_check (key, key_len, data, data_len, digest); in main()
/dports/security/gsasl/gsasl-1.10.0/lib/gltests/
H A Dtest-hmac-sha256.c28 hmac_check (const void *key, size_t key_len, in hmac_check() function
65 hmac_check (key, key_len, data, data_len, digest); in main()
76 hmac_check (key, key_len, data, data_len, digest); in main()
89 hmac_check (key, key_len, data, data_len, digest); in main()
101 hmac_check (key, key_len, data, data_len, digest); in main()
H A Dtest-hmac-sha1.c28 hmac_check (const void *key, size_t key_len, in hmac_check() function
65 hmac_check (key, key_len, data, data_len, digest); in main()
76 hmac_check (key, key_len, data, data_len, digest); in main()
89 hmac_check (key, key_len, data, data_len, digest); in main()
101 hmac_check (key, key_len, data, data_len, digest); in main()
H A Dtest-hmac-md5.c30 hmac_check (const void *key, size_t key_len, in hmac_check() function
66 hmac_check (key, key_len, data, data_len, digest); in main()
76 hmac_check (key, key_len, data, data_len, digest); in main()
88 hmac_check (key, key_len, data, data_len, digest); in main()
99 hmac_check (key, key_len, data, data_len, digest); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-hmac-md5.c30 hmac_check (const void *key, size_t key_len, in hmac_check() function
66 hmac_check (key, key_len, data, data_len, digest); in main()
76 hmac_check (key, key_len, data, data_len, digest); in main()
88 hmac_check (key, key_len, data, data_len, digest); in main()
99 hmac_check (key, key_len, data, data_len, digest); in main()
H A Dtest-hmac-sha512.c28 hmac_check (const void *key, size_t key_len, in hmac_check() function
67 hmac_check (key, key_len, data, data_len, digest); in main()
80 hmac_check (key, key_len, data, data_len, digest); in main()
95 hmac_check (key, key_len, data, data_len, digest); in main()
109 hmac_check (key, key_len, data, data_len, digest); in main()
H A Dtest-hmac-sha1.c28 hmac_check (const void *key, size_t key_len, in hmac_check() function
65 hmac_check (key, key_len, data, data_len, digest); in main()
76 hmac_check (key, key_len, data, data_len, digest); in main()
89 hmac_check (key, key_len, data, data_len, digest); in main()
101 hmac_check (key, key_len, data, data_len, digest); in main()
H A Dtest-hmac-sha256.c28 hmac_check (const void *key, size_t key_len, in hmac_check() function
65 hmac_check (key, key_len, data, data_len, digest); in main()
76 hmac_check (key, key_len, data, data_len, digest); in main()
89 hmac_check (key, key_len, data, data_len, digest); in main()
101 hmac_check (key, key_len, data, data_len, digest); in main()
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lib/
H A Dhmac.c185 hmac_check(ipmi_con_t *ipmi, in hmac_check() function
219 .integ_check = hmac_check
228 .integ_check = hmac_check
/dports/devel/py-pyzipper/pyzipper-0.3.5/pyzipper/
H A Dzipfile_aes.py82 def check_hmac(self, hmac_check): argument
83 if self.hmac.digest()[:10] != hmac_check:
313 hmac_check = self._fileobj.read(self._decrypter.hmac_size)
314 self._decrypter.check_hmac(hmac_check)
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php435 private $hmac_check = false; variable in phpseclib3\\Net\\SSH2
1887 $this->hmac_check = new \stdClass;
1888 $this->hmac_check->name = $mac_algorithm_in;
1894 if ($this->hmac_check instanceof Hash) {
1900 $this->hmac_check->name = $mac_algorithm_in;
3173 $this->hmac_check = $this->hmac_create = false;
3305 if (!$this->hmac_check instanceof Hash || !$this->hmac_check->etm) {
3346 if ($this->hmac_check instanceof Hash) {
3353 $reconstructed = !$this->hmac_check->etm ?
3408 case $this->hmac_check instanceof Hash && $this->hmac_check->etm:
[all …]
/dports/www/owncloud/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php435 private $hmac_check = false; variable in phpseclib3\\Net\\SSH2
1873 $this->hmac_check = new \stdClass;
1874 $this->hmac_check->name = $mac_algorithm_in;
1880 if ($this->hmac_check instanceof Hash) {
1886 $this->hmac_check->name = $mac_algorithm_in;
3126 $this->hmac_check = $this->hmac_create = false;
3258 if (!$this->hmac_check instanceof Hash || !$this->hmac_check->etm) {
3300 if ($this->hmac_check instanceof Hash) {
3307 $reconstructed = !$this->hmac_check->etm ?
3362 case $this->hmac_check instanceof Hash && $this->hmac_check->etm:
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php435 private $hmac_check = false; variable in phpseclib3\\Net\\SSH2
1873 $this->hmac_check = new \stdClass;
1874 $this->hmac_check->name = $mac_algorithm_in;
1880 if ($this->hmac_check instanceof Hash) {
1886 $this->hmac_check->name = $mac_algorithm_in;
3126 $this->hmac_check = $this->hmac_create = false;
3258 if (!$this->hmac_check instanceof Hash || !$this->hmac_check->etm) {
3300 if ($this->hmac_check instanceof Hash) {
3307 $reconstructed = !$this->hmac_check->etm ?
3362 case $this->hmac_check instanceof Hash && $this->hmac_check->etm:
[all …]
/dports/deskutils/egroupware/egroupware/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php399 var $hmac_check = false; variable in phpseclib\\Net\\SSH2
1968 $this->hmac_check = new Hash('sha256');
1973 $this->hmac_check = new Hash('sha1');
1978 $this->hmac_check = new Hash('sha1-96');
1983 $this->hmac_check = new Hash('md5');
1988 $this->hmac_check = new Hash('md5-96');
1992 $this->hmac_check->name = $mac_algorithm_in;
2004 $this->hmac_check->setKey(substr($key, 0, $checkKeyLength));
3300 $this->hmac_check = $this->hmac_create = false;
3427 if ($this->hmac_check !== false) {
[all …]
/dports/www/dokuwiki/dokuwiki-2020-07-29/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php399 var $hmac_check = false; variable in phpseclib\\Net\\SSH2
1946 $this->hmac_check = new Hash('sha256');
1951 $this->hmac_check = new Hash('sha1');
1956 $this->hmac_check = new Hash('sha1-96');
1961 $this->hmac_check = new Hash('md5');
1966 $this->hmac_check = new Hash('md5-96');
1970 $this->hmac_check->name = $mac_algorithm;
1982 $this->hmac_check->setKey(substr($key, 0, $checkKeyLength));
3303 $this->hmac_check = $this->hmac_create = false;
3382 if ($this->hmac_check !== false) {
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php399 var $hmac_check = false; variable in phpseclib\\Net\\SSH2
1968 $this->hmac_check = new Hash('sha256');
1973 $this->hmac_check = new Hash('sha1');
1978 $this->hmac_check = new Hash('sha1-96');
1983 $this->hmac_check = new Hash('md5');
1988 $this->hmac_check = new Hash('md5-96');
1992 $this->hmac_check->name = $mac_algorithm_in;
2004 $this->hmac_check->setKey(substr($key, 0, $checkKeyLength));
3321 $this->hmac_check = $this->hmac_create = false;
3448 if ($this->hmac_check !== false) {
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php399 var $hmac_check = false; variable in phpseclib\\Net\\SSH2
1946 $this->hmac_check = new Hash('sha256');
1951 $this->hmac_check = new Hash('sha1');
1956 $this->hmac_check = new Hash('sha1-96');
1961 $this->hmac_check = new Hash('md5');
1966 $this->hmac_check = new Hash('md5-96');
1970 $this->hmac_check->name = $mac_algorithm;
1982 $this->hmac_check->setKey(substr($key, 0, $checkKeyLength));
3303 $this->hmac_check = $this->hmac_create = false;
3382 if ($this->hmac_check !== false) {
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php399 var $hmac_check = false; variable in phpseclib\\Net\\SSH2
1979 $this->hmac_check = new Hash('sha256');
1984 $this->hmac_check = new Hash('sha1');
1989 $this->hmac_check = new Hash('sha1-96');
1994 $this->hmac_check = new Hash('md5');
1999 $this->hmac_check = new Hash('md5-96');
2003 $this->hmac_check->name = $mac_algorithm_in;
2015 $this->hmac_check->setKey(substr($key, 0, $checkKeyLength));
3319 $this->hmac_check = $this->hmac_create = false;
3446 if ($this->hmac_check !== false) {
[all …]
/dports/net-mgmt/cacti/cacti-1.2.19/include/vendor/phpseclib/Net/
H A DSSH2.php399 var $hmac_check = false; variable in phpseclib\\Net\\SSH2
1979 $this->hmac_check = new Hash('sha256');
1984 $this->hmac_check = new Hash('sha1');
1989 $this->hmac_check = new Hash('sha1-96');
1994 $this->hmac_check = new Hash('md5');
1999 $this->hmac_check = new Hash('md5-96');
2003 $this->hmac_check->name = $mac_algorithm_in;
2015 $this->hmac_check->setKey(substr($key, 0, $checkKeyLength));
3319 $this->hmac_check = $this->hmac_create = false;
3446 if ($this->hmac_check !== false) {
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php373 var $hmac_check = false; variable in phpseclib\\Net\\SSH2
1702 $this->hmac_check = new Hash('sha256');
1707 $this->hmac_check = new Hash('sha1');
1712 $this->hmac_check = new Hash('sha1-96');
1717 $this->hmac_check = new Hash('md5');
1722 $this->hmac_check = new Hash('md5-96');
1737 $this->hmac_check->setKey(substr($key, 0, $checkKeyLength));
2939 if ($this->hmac_check !== false) {
2945 …} elseif ($hmac != $this->hmac_check->hash(pack('NNCa*', $this->get_seq_no, $packet_length, $paddi…
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/plugins/phpseclib/Net/
H A DSSH2.php386 var $hmac_check = false; variable in Net_SSH2
2146 $this->hmac_check = new Crypt_Hash('sha256');
2151 $this->hmac_check = new Crypt_Hash('sha1');
2156 $this->hmac_check = new Crypt_Hash('sha1-96');
2161 $this->hmac_check = new Crypt_Hash('md5');
2166 $this->hmac_check = new Crypt_Hash('md5-96');
2181 $this->hmac_check->setKey(substr($key, 0, $checkKeyLength));
3569 $this->hmac_check = $this->hmac_create = false;
3648 if ($this->hmac_check !== false) {
3654 …} elseif ($hmac != $this->hmac_check->hash(pack('NNCa*', $this->get_seq_no, $packet_length, $paddi…
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/phpseclib/Net/
H A DSSH2.php381 var $hmac_check = false; variable in phpseclib\\Net\\SSH2
1967 $this->hmac_check = new Hash('sha256');
1972 $this->hmac_check = new Hash('sha1');
1977 $this->hmac_check = new Hash('sha1-96');
1982 $this->hmac_check = new Hash('md5');
1987 $this->hmac_check = new Hash('md5-96');
2002 $this->hmac_check->setKey(substr($key, 0, $checkKeyLength));
3329 $this->hmac_check = $this->hmac_create = false;
3408 if ($this->hmac_check !== false) {
3414 …} elseif ($hmac != $this->hmac_check->hash(pack('NNCa*', $this->get_seq_no, $packet_length, $paddi…
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php378 var $hmac_check = false; variable in phpseclib\\Net\\SSH2
1964 $this->hmac_check = new Hash('sha256');
1969 $this->hmac_check = new Hash('sha1');
1974 $this->hmac_check = new Hash('sha1-96');
1979 $this->hmac_check = new Hash('md5');
1984 $this->hmac_check = new Hash('md5-96');
1999 $this->hmac_check->setKey(substr($key, 0, $checkKeyLength));
3326 $this->hmac_check = $this->hmac_create = false;
3405 if ($this->hmac_check !== false) {
3411 …} elseif ($hmac != $this->hmac_check->hash(pack('NNCa*', $this->get_seq_no, $packet_length, $paddi…

12