Home
last modified time | relevance | path

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

/dports/net/quagga/quagga-1.2.4/ospfd/
H A Dospf_interface.c559 UNSET_IF_PARAM (oip, auth_crypt); in ospf_new_if_params()
562 oip->auth_crypt = list_new (); in ospf_new_if_params()
572 list_delete (oip->auth_crypt); in ospf_del_if_params()
604 listcount (oip->auth_crypt) == 0 && in ospf_free_if_params()
1229 ospf_crypt_key_lookup (struct list *auth_crypt, u_char key_id) in ospf_crypt_key_lookup() argument
1234 for (ALL_LIST_ELEMENTS_RO (auth_crypt, node, ck)) in ospf_crypt_key_lookup()
1242 ospf_crypt_key_delete (struct list *auth_crypt, u_char key_id) in ospf_crypt_key_delete() argument
1247 for (ALL_LIST_ELEMENTS (auth_crypt, node, nnode, ck)) in ospf_crypt_key_delete()
1251 listnode_delete (auth_crypt, ck); in ospf_crypt_key_delete()
H A Dospf_interface.h84 DECLARE_IF_PARAM (struct list *, auth_crypt); /* List of Auth cryptographic data. */
H A Dospf_packet.c110 list_isempty (OSPF_IF_PARAM (oi, auth_crypt))) in ospf_auth_type()
337 ck = ospf_crypt_key_lookup (OSPF_IF_PARAM (oi, auth_crypt), in ospf_check_md5_digest()
412 if (list_isempty (OSPF_IF_PARAM (oi, auth_crypt))) in ospf_make_md5_digest()
416 ck = listgetdata (listtail(OSPF_IF_PARAM (oi, auth_crypt))); in ospf_make_md5_digest()
2335 NULL == (ck = listgetdata (listtail(OSPF_IF_PARAM (oi,auth_crypt)))) || in ospf_check_auth()
2969 if (list_isempty (OSPF_IF_PARAM (oi, auth_crypt))) in ospf_make_auth()
2977 ck = listgetdata (listtail(OSPF_IF_PARAM (oi, auth_crypt))); in ospf_make_auth()
H A Dospf_vty.c852 if (ospf_crypt_key_lookup (IF_DEF_PARAMS (ifp)->auth_crypt, vl_config->crypto_key_id) in ospf_vl_set_security()
864 ospf_crypt_key_add (IF_DEF_PARAMS (ifp)->auth_crypt, ck); in ospf_vl_set_security()
870 if (ospf_crypt_key_lookup (IF_DEF_PARAMS (ifp)->auth_crypt, in ospf_vl_set_security()
878 ospf_crypt_key_delete (IF_DEF_PARAMS (ifp)->auth_crypt, vl_config->crypto_key_id); in ospf_vl_set_security()
4701 if (ospf_crypt_key_lookup (params->auth_crypt, key_id) != NULL)
4712 ospf_crypt_key_add (params->auth_crypt, ck);
4713 SET_IF_PARAM (params, auth_crypt);
4773 ck = ospf_crypt_key_lookup (params->auth_crypt, key_id);
4780 ospf_crypt_key_delete (params->auth_crypt, key_id);
6924 for (ALL_LIST_ELEMENTS_RO (params->auth_crypt, n2, ck)) in config_write_interface()
[all …]
/dports/net/p5-OurNet-BBS/OurNet-BBS-1.66/lib/OurNet/BBS/
H A DClient.pm263 return AUTH_CRYPT if auth_crypt($client, $user, $pass);
314 sub auth_crypt { subroutine
316 my ($status, $salt) = $client->auth_crypt($user) or return;
H A DServer.pm58 auth_crypt => 0,
330 sub auth_crypt { subroutine
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfd/
H A Dospf_interface.c528 UNSET_IF_PARAM(oip, auth_crypt); in ospf_new_if_params()
532 oip->auth_crypt = list_new(); in ospf_new_if_params()
542 list_delete(&oip->auth_crypt); in ospf_del_if_params()
575 && listcount(oip->auth_crypt) == 0) { in ospf_free_if_params()
1194 struct crypt_key *ospf_crypt_key_lookup(struct list *auth_crypt, uint8_t key_id) in ospf_crypt_key_lookup() argument
1199 for (ALL_LIST_ELEMENTS_RO(auth_crypt, node, ck)) in ospf_crypt_key_lookup()
1206 int ospf_crypt_key_delete(struct list *auth_crypt, uint8_t key_id) in ospf_crypt_key_delete() argument
1211 for (ALL_LIST_ELEMENTS(auth_crypt, node, nnode, ck)) { in ospf_crypt_key_delete()
1213 listnode_delete(auth_crypt, ck); in ospf_crypt_key_delete()
H A Dospf_interface.h100 auth_crypt); /* List of Auth cryptographic data. */
H A Dospf_packet.c130 && list_isempty(OSPF_IF_PARAM(oi, auth_crypt))) in ospf_auth_type()
321 ck = ospf_crypt_key_lookup(OSPF_IF_PARAM(oi, auth_crypt), in ospf_check_md5_digest()
410 if (list_isempty(OSPF_IF_PARAM(oi, auth_crypt))) in ospf_make_md5_digest()
413 ck = listgetdata(listtail(OSPF_IF_PARAM(oi, auth_crypt))); in ospf_make_md5_digest()
2536 listtail(OSPF_IF_PARAM(oi, auth_crypt)))) in ospf_check_auth()
3262 if (list_isempty(OSPF_IF_PARAM(oi, auth_crypt))) { in ospf_make_auth()
3268 listtail(OSPF_IF_PARAM(oi, auth_crypt))); in ospf_make_auth()
H A Dospf_vty.c934 if (ospf_crypt_key_lookup(IF_DEF_PARAMS(ifp)->auth_crypt, in ospf_vl_set_security()
947 ospf_crypt_key_add(IF_DEF_PARAMS(ifp)->auth_crypt, ck); in ospf_vl_set_security()
951 if (ospf_crypt_key_lookup(IF_DEF_PARAMS(ifp)->auth_crypt, in ospf_vl_set_security()
959 ospf_crypt_key_delete(IF_DEF_PARAMS(ifp)->auth_crypt, in ospf_vl_set_security()
7015 ospf_crypt_key_add(params->auth_crypt, ck);
7016 SET_IF_PARAM(params, auth_crypt);
7070 ck = ospf_crypt_key_lookup(params->auth_crypt, key_id);
7076 ospf_crypt_key_delete(params->auth_crypt, key_id);
9882 if (params && params->auth_crypt) { in config_write_interface_one()
9883 for (ALL_LIST_ELEMENTS_RO(params->auth_crypt, in config_write_interface_one()
[all …]
/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospf_interface.c528 UNSET_IF_PARAM(oip, auth_crypt); in ospf_new_if_params()
532 oip->auth_crypt = list_new(); in ospf_new_if_params()
542 list_delete(&oip->auth_crypt); in ospf_del_if_params()
575 && listcount(oip->auth_crypt) == 0) { in ospf_free_if_params()
1194 struct crypt_key *ospf_crypt_key_lookup(struct list *auth_crypt, uint8_t key_id) in ospf_crypt_key_lookup() argument
1199 for (ALL_LIST_ELEMENTS_RO(auth_crypt, node, ck)) in ospf_crypt_key_lookup()
1206 int ospf_crypt_key_delete(struct list *auth_crypt, uint8_t key_id) in ospf_crypt_key_delete() argument
1211 for (ALL_LIST_ELEMENTS(auth_crypt, node, nnode, ck)) { in ospf_crypt_key_delete()
1213 listnode_delete(auth_crypt, ck); in ospf_crypt_key_delete()
H A Dospf_interface.h100 auth_crypt); /* List of Auth cryptographic data. */
H A Dospf_packet.c130 && list_isempty(OSPF_IF_PARAM(oi, auth_crypt))) in ospf_auth_type()
321 ck = ospf_crypt_key_lookup(OSPF_IF_PARAM(oi, auth_crypt), in ospf_check_md5_digest()
410 if (list_isempty(OSPF_IF_PARAM(oi, auth_crypt))) in ospf_make_md5_digest()
413 ck = listgetdata(listtail(OSPF_IF_PARAM(oi, auth_crypt))); in ospf_make_md5_digest()
2536 listtail(OSPF_IF_PARAM(oi, auth_crypt)))) in ospf_check_auth()
3262 if (list_isempty(OSPF_IF_PARAM(oi, auth_crypt))) { in ospf_make_auth()
3268 listtail(OSPF_IF_PARAM(oi, auth_crypt))); in ospf_make_auth()
H A Dospf_vty.c934 if (ospf_crypt_key_lookup(IF_DEF_PARAMS(ifp)->auth_crypt, in ospf_vl_set_security()
947 ospf_crypt_key_add(IF_DEF_PARAMS(ifp)->auth_crypt, ck); in ospf_vl_set_security()
951 if (ospf_crypt_key_lookup(IF_DEF_PARAMS(ifp)->auth_crypt, in ospf_vl_set_security()
959 ospf_crypt_key_delete(IF_DEF_PARAMS(ifp)->auth_crypt, in ospf_vl_set_security()
7015 ospf_crypt_key_add(params->auth_crypt, ck);
7016 SET_IF_PARAM(params, auth_crypt);
7070 ck = ospf_crypt_key_lookup(params->auth_crypt, key_id);
7076 ospf_crypt_key_delete(params->auth_crypt, key_id);
9882 if (params && params->auth_crypt) { in config_write_interface_one()
9883 for (ALL_LIST_ELEMENTS_RO(params->auth_crypt, in config_write_interface_one()
[all …]
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuath.c256 int auth_crypt=0; variable
1666 *p |= auth_crypt;
1687 auth_crypt
1769 auth_crypt;
1894 *p |= auth_crypt;
1911 auth_crypt;
2142 *p |= auth_crypt;
2792 if (auth_crypt) {
2850 if (auth_crypt) {
3368 if ( parsedat[3] != (auth_how|auth_crypt|auth_fwd) ) {
[all …]
/dports/benchmarks/tsung/tsung-1.7.0/src/lib/
H A Dpgsql_proto.erl130 exit({nyi, auth_crypt});
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/base/i18n/
H A Dgl.po1715 "(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n"
H A Dkab.po1715 "(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n"
H A Dsr@latin.po1762 "(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n"
H A Daf.po1716 "(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n"
H A Dam.po1715 "(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n"
H A Dsq.po1715 "(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n"
H A Dlo.po1715 "(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n"
H A Dmk.po1715 "(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n"
H A Dfo.po1715 "(``auth_crypt`` was previously using the weaker ``md5crypt`` key\n"