Home
last modified time | relevance | path

Searched defs:mac (Results 1 – 25 of 8928) sorted by relevance

12345678910>>...358

/dports/net-mgmt/py-napalm/napalm-3.3.1/test/iosxr/mocked_data/test_get_arp_table/normal/
H A Dexpected_result.json4 "mac": "D4:6D:50:05:B1:0E", string
9 "mac": "00:0F:53:2B:E4:41", string
14 "mac": "00:0F:53:2B:E2:E1", string
19 "mac": "00:0F:53:2B:E2:E1", string
24 "mac": "00:0F:53:2B:CE:31", string
29 "mac": "00:0F:53:2B:CE:31", string
34 "mac": "00:0F:53:2B:EB:01", string
39 "mac": "00:0F:53:2B:EB:01", string
44 "mac": "00:0F:53:2B:EA:E1", string
49 "mac": "00:0F:53:2B:EA:E1", string
[all …]
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/iosxr_netconf/mocked_data/test_get_arp_table/normal/
H A Dexpected_result.json6 "mac": "6C:8B:D3:45:F7:B0" string
12 "mac": "00:CC:FC:BB:69:32" string
18 "mac": "00:13:5F:22:0D:4A" string
24 "mac": "00:13:5F:21:FD:0A" string
30 "mac": "00:0C:29:B8:86:37" string
36 "mac": "00:00:0C:07:AC:06" string
42 "mac": "00:42:68:6E:FB:38" string
48 "mac": "A0:93:51:52:86:80" string
54 "mac": "00:A7:42:20:E2:B0" string
60 "mac": "00:13:5F:22:0D:4A" string
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/app/provision/
H A Dindex.php42 $mac = check_str($_REQUEST['mac']); variable
53 $mac = strtolower(substr($name, 3, 12)); variable
66 $mac = $device['device_mac_address']; variable
93 $mac = substr($_SERVER['HTTP_USER_AGENT'],-17); variable
96 $mac = substr($_SERVER['HTTP_USER_AGENT'],-12); variable
101 $mac = substr($_SERVER['HTTP_USER_AGENT'],-17); variable
106 $mac = substr($_SERVER['HTTP_USER_AGENT'],-14); variable
111 $mac = substr($_SERVER['HTTP_USER_AGENT'],-12); variable
116 $mac = substr($_SERVER['HTTP_USER_AGENT'],-13); variable
122 $mac = $matches[1]; variable
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/EventClients/lib/python/ps3/
H A Dsixpair.py28 def mac_to_string(mac): argument
31 def set_pair_filename(dirname, filename, mac): argument
44 def set_pair(dev, mac): argument
80 def set_pair_all(mac): argument
85 def update_pair(dev, mac): argument
94 mac = None variable
98 mac = tuple([int(x, 16) for x in mac]) variable
101 mac = None variable
104 mac = None variable
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/ios/mocked_data/test_get_ipv6_neighbors_table/long/
H A Dexpected_result.json4 "mac": "00:1B:54:AA:F0:48", string
11 "mac": "00:1B:54:AA:F0:48", string
18 "mac": "00:1B:54:AA:F0:48", string
25 "mac": "00:1B:54:AA:F0:48", string
32 "mac": "00:1B:54:AA:F0:48", string
39 "mac": "00:1B:54:AA:F0:48", string
46 "mac": "00:1B:54:AA:F0:48", string
53 "mac": "00:1B:54:AA:F0:48", string
60 "mac": "00:1B:54:AA:F0:48", string
67 "mac": "00:1B:54:AA:F0:48", string
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/ffi/
H A Dffi_mac.cpp17 int botan_mac_init(botan_mac_t* mac, const char* mac_name, uint32_t flags) in botan_mac_init()
34 int botan_mac_destroy(botan_mac_t mac) in botan_mac_destroy()
39 int botan_mac_set_key(botan_mac_t mac, const uint8_t* key, size_t key_len) in botan_mac_set_key()
44 int botan_mac_output_length(botan_mac_t mac, size_t* out) in botan_mac_output_length()
49 int botan_mac_clear(botan_mac_t mac) in botan_mac_clear()
54 int botan_mac_update(botan_mac_t mac, const uint8_t* buf, size_t len) in botan_mac_update()
59 int botan_mac_final(botan_mac_t mac, uint8_t out[]) in botan_mac_final()
64 int botan_mac_name(botan_mac_t mac, char* name, size_t* name_len) in botan_mac_name()
70 int botan_mac_get_keyspec(botan_mac_t mac, in botan_mac_get_keyspec()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/ffi/
H A Dffi_mac.cpp17 int botan_mac_init(botan_mac_t* mac, const char* mac_name, uint32_t flags) in botan_mac_init()
34 int botan_mac_destroy(botan_mac_t mac) in botan_mac_destroy()
39 int botan_mac_set_key(botan_mac_t mac, const uint8_t* key, size_t key_len) in botan_mac_set_key()
44 int botan_mac_output_length(botan_mac_t mac, size_t* out) in botan_mac_output_length()
49 int botan_mac_clear(botan_mac_t mac) in botan_mac_clear()
54 int botan_mac_update(botan_mac_t mac, const uint8_t* buf, size_t len) in botan_mac_update()
59 int botan_mac_final(botan_mac_t mac, uint8_t out[]) in botan_mac_final()
64 int botan_mac_name(botan_mac_t mac, char* name, size_t* name_len) in botan_mac_name()
70 int botan_mac_get_keyspec(botan_mac_t mac, in botan_mac_get_keyspec()
/dports/security/botan2/Botan-2.18.2/src/lib/ffi/
H A Dffi_mac.cpp17 int botan_mac_init(botan_mac_t* mac, const char* mac_name, uint32_t flags) in botan_mac_init()
34 int botan_mac_destroy(botan_mac_t mac) in botan_mac_destroy()
39 int botan_mac_set_key(botan_mac_t mac, const uint8_t* key, size_t key_len) in botan_mac_set_key()
44 int botan_mac_output_length(botan_mac_t mac, size_t* out) in botan_mac_output_length()
49 int botan_mac_clear(botan_mac_t mac) in botan_mac_clear()
54 int botan_mac_update(botan_mac_t mac, const uint8_t* buf, size_t len) in botan_mac_update()
59 int botan_mac_final(botan_mac_t mac, uint8_t out[]) in botan_mac_final()
64 int botan_mac_name(botan_mac_t mac, char* name, size_t* name_len) in botan_mac_name()
70 int botan_mac_get_keyspec(botan_mac_t mac, in botan_mac_get_keyspec()
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/nxos_ssh/mocked_data/test_get_arp_table/fhrp_entries/
H A Dexpected_result.json4 "mac": "F4:CF:E2:E0:CF:41", string
10 "mac": "00:2C:C8:7D:74:3F", string
16 "mac": "2C:5A:0F:F0:45:7F", string
22 "mac": "00:2C:C8:7D:75:7F", string
28 "mac": "70:DF:2F:07:20:E4", string
34 "mac": "00:00:0C:07:AC:0A", string
40 "mac": "40:55:39:22:CC:C1", string
46 "mac": "00:E0:86:02:A5:E9", string
52 "mac": "00:E0:86:02:C3:D0", string
58 "mac": "00:1B:D5:02:A7:44", string
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/evp/
H A Dmac_meth.c12 EVP_MAC *mac = vmac; in evp_mac_up_ref() local
21 EVP_MAC *mac = vmac; in evp_mac_free() local
38 EVP_MAC *mac = NULL; in evp_mac_new() local
56 EVP_MAC *mac = NULL; in evp_mac_from_algorithm() local
168 int EVP_MAC_up_ref(EVP_MAC *mac) in EVP_MAC_up_ref()
173 void EVP_MAC_free(EVP_MAC *mac) in EVP_MAC_free()
178 const OSSL_PROVIDER *EVP_MAC_get0_provider(const EVP_MAC *mac) in EVP_MAC_get0_provider()
183 const OSSL_PARAM *EVP_MAC_gettable_params(const EVP_MAC *mac) in EVP_MAC_gettable_params()
190 const OSSL_PARAM *EVP_MAC_gettable_ctx_params(const EVP_MAC *mac) in EVP_MAC_gettable_ctx_params()
200 const OSSL_PARAM *EVP_MAC_settable_ctx_params(const EVP_MAC *mac) in EVP_MAC_settable_ctx_params()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/evp/
H A Dmac_meth.c12 EVP_MAC *mac = vmac; in evp_mac_up_ref() local
21 EVP_MAC *mac = vmac; in evp_mac_free() local
38 EVP_MAC *mac = NULL; in evp_mac_new() local
56 EVP_MAC *mac = NULL; in evp_mac_from_algorithm() local
168 int EVP_MAC_up_ref(EVP_MAC *mac) in EVP_MAC_up_ref()
173 void EVP_MAC_free(EVP_MAC *mac) in EVP_MAC_free()
178 const OSSL_PROVIDER *EVP_MAC_get0_provider(const EVP_MAC *mac) in EVP_MAC_get0_provider()
183 const OSSL_PARAM *EVP_MAC_gettable_params(const EVP_MAC *mac) in EVP_MAC_gettable_params()
190 const OSSL_PARAM *EVP_MAC_gettable_ctx_params(const EVP_MAC *mac) in EVP_MAC_gettable_ctx_params()
200 const OSSL_PARAM *EVP_MAC_settable_ctx_params(const EVP_MAC *mac) in EVP_MAC_settable_ctx_params()
[all …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/evp/
H A Dmac_meth.c12 EVP_MAC *mac = vmac; in evp_mac_up_ref() local
21 EVP_MAC *mac = vmac; in evp_mac_free() local
38 EVP_MAC *mac = NULL; in evp_mac_new() local
56 EVP_MAC *mac = NULL; in evp_mac_from_algorithm() local
168 int EVP_MAC_up_ref(EVP_MAC *mac) in EVP_MAC_up_ref()
173 void EVP_MAC_free(EVP_MAC *mac) in EVP_MAC_free()
178 const OSSL_PROVIDER *EVP_MAC_get0_provider(const EVP_MAC *mac) in EVP_MAC_get0_provider()
183 const OSSL_PARAM *EVP_MAC_gettable_params(const EVP_MAC *mac) in EVP_MAC_gettable_params()
190 const OSSL_PARAM *EVP_MAC_gettable_ctx_params(const EVP_MAC *mac) in EVP_MAC_gettable_ctx_params()
200 const OSSL_PARAM *EVP_MAC_settable_ctx_params(const EVP_MAC *mac) in EVP_MAC_settable_ctx_params()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/evp/
H A Dmac_meth.c12 EVP_MAC *mac = vmac; in evp_mac_up_ref() local
21 EVP_MAC *mac = vmac; in evp_mac_free() local
38 EVP_MAC *mac = NULL; in evp_mac_new() local
56 EVP_MAC *mac = NULL; in evp_mac_from_algorithm() local
168 int EVP_MAC_up_ref(EVP_MAC *mac) in EVP_MAC_up_ref()
173 void EVP_MAC_free(EVP_MAC *mac) in EVP_MAC_free()
178 const OSSL_PROVIDER *EVP_MAC_get0_provider(const EVP_MAC *mac) in EVP_MAC_get0_provider()
183 const OSSL_PARAM *EVP_MAC_gettable_params(const EVP_MAC *mac) in EVP_MAC_gettable_params()
190 const OSSL_PARAM *EVP_MAC_gettable_ctx_params(const EVP_MAC *mac) in EVP_MAC_gettable_ctx_params()
200 const OSSL_PARAM *EVP_MAC_settable_ctx_params(const EVP_MAC *mac) in EVP_MAC_settable_ctx_params()
[all …]
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/evp/
H A Dmac_meth.c21 EVP_MAC *mac = vmac; in evp_mac_up_ref() local
30 EVP_MAC *mac = vmac; in evp_mac_free() local
47 EVP_MAC *mac = NULL; in evp_mac_new() local
65 EVP_MAC *mac = NULL; in evp_mac_from_algorithm() local
177 int EVP_MAC_up_ref(EVP_MAC *mac) in EVP_MAC_up_ref()
182 void EVP_MAC_free(EVP_MAC *mac) in EVP_MAC_free()
187 const OSSL_PROVIDER *EVP_MAC_get0_provider(const EVP_MAC *mac) in EVP_MAC_get0_provider()
192 const OSSL_PARAM *EVP_MAC_gettable_params(const EVP_MAC *mac) in EVP_MAC_gettable_params()
199 const OSSL_PARAM *EVP_MAC_gettable_ctx_params(const EVP_MAC *mac) in EVP_MAC_gettable_ctx_params()
209 const OSSL_PARAM *EVP_MAC_settable_ctx_params(const EVP_MAC *mac) in EVP_MAC_settable_ctx_params()
[all …]
/dports/security/openssl-devel/openssl-3.0.2/crypto/evp/
H A Dmac_meth.c21 EVP_MAC *mac = vmac; in evp_mac_up_ref() local
30 EVP_MAC *mac = vmac; in evp_mac_free() local
47 EVP_MAC *mac = NULL; in evp_mac_new() local
65 EVP_MAC *mac = NULL; in evp_mac_from_algorithm() local
177 int EVP_MAC_up_ref(EVP_MAC *mac) in EVP_MAC_up_ref()
182 void EVP_MAC_free(EVP_MAC *mac) in EVP_MAC_free()
187 const OSSL_PROVIDER *EVP_MAC_get0_provider(const EVP_MAC *mac) in EVP_MAC_get0_provider()
192 const OSSL_PARAM *EVP_MAC_gettable_params(const EVP_MAC *mac) in EVP_MAC_gettable_params()
199 const OSSL_PARAM *EVP_MAC_gettable_ctx_params(const EVP_MAC *mac) in EVP_MAC_gettable_ctx_params()
209 const OSSL_PARAM *EVP_MAC_settable_ctx_params(const EVP_MAC *mac) in EVP_MAC_settable_ctx_params()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/golang.org/x/crypto/poly1305/
H A Dsum_s390x.go27 type mac struct { struct
28 macState
30 buffer [16 * TagSize]byte // size must be a multiple of block size (16)
31 offset int
34 func (h *mac) Write(p []byte) (int, error) {
64 func (h *mac) Sum(out *[TagSize]byte) {
/dports/finance/cointop/cointop-1.5.4/vendor/golang.org/x/crypto/poly1305/
H A Dsum_s390x.go26 type mac struct { struct
27 macState
29 buffer [16 * TagSize]byte // size must be a multiple of block size (16)
30 offset int
33 func (h *mac) Write(p []byte) (int, error) {
63 func (h *mac) Sum(out *[TagSize]byte) {
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/crypto/poly1305/
H A Dsum_s390x.go26 type mac struct { struct
27 macState
29 buffer [16 * TagSize]byte // size must be a multiple of block size (16)
30 offset int
33 func (h *mac) Write(p []byte) (int, error) {
63 func (h *mac) Sum(out *[TagSize]byte) {
/dports/net/nncp/nncp-8.0.2/src/vendor/golang.org/x/crypto/internal/poly1305/
H A Dsum_s390x.go27 type mac struct { struct
28 macState
30 buffer [16 * TagSize]byte // size must be a multiple of block size (16)
31 offset int
34 func (h *mac) Write(p []byte) (int, error) {
64 func (h *mac) Sum(out *[TagSize]byte) {
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/crypto/poly1305/
H A Dsum_s390x.go27 type mac struct { struct
28 macState
30 buffer [16 * TagSize]byte // size must be a multiple of block size (16)
31 offset int
34 func (h *mac) Write(p []byte) (int, error) {
64 func (h *mac) Sum(out *[TagSize]byte) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/vendor/golang.org/x/crypto/internal/poly1305/
H A Dsum_s390x.go27 type mac struct { struct
28 macState
30 buffer [16 * TagSize]byte // size must be a multiple of block size (16)
31 offset int
34 func (h *mac) Write(p []byte) (int, error) {
64 func (h *mac) Sum(out *[TagSize]byte) {
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/golang.org/x/crypto/poly1305/
H A Dsum_s390x.go26 type mac struct { struct
27 macState
29 buffer [16 * TagSize]byte // size must be a multiple of block size (16)
30 offset int
33 func (h *mac) Write(p []byte) (int, error) {
63 func (h *mac) Sum(out *[TagSize]byte) {
/dports/sysutils/cbsd-mq-router/cbsd-mq-router-0.2/vendor/golang.org/x/crypto/poly1305/
H A Dsum_s390x.go27 type mac struct { struct
28 macState
30 buffer [16 * TagSize]byte // size must be a multiple of block size (16)
31 offset int
34 func (h *mac) Write(p []byte) (int, error) {
64 func (h *mac) Sum(out *[TagSize]byte) {
/dports/sysutils/cbsd-mq-api/cbsd-mq-api-0.3/vendor/golang.org/x/crypto/poly1305/
H A Dsum_s390x.go27 type mac struct { struct
28 macState
30 buffer [16 * TagSize]byte // size must be a multiple of block size (16)
31 offset int
34 func (h *mac) Write(p []byte) (int, error) {
64 func (h *mac) Sum(out *[TagSize]byte) {
/dports/deskutils/pet/pet-0.4.0/vendor/golang.org/x/crypto/poly1305/
H A Dsum_s390x.go26 type mac struct { struct
27 macState
29 buffer [16 * TagSize]byte // size must be a multiple of block size (16)
30 offset int
33 func (h *mac) Write(p []byte) (int, error) {
63 func (h *mac) Sum(out *[TagSize]byte) {

12345678910>>...358