Searched refs:auth_key (Results 1 - 19 of 19) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/sctp/
H A Dauth.h119 struct sctp_authkey *auth_key);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/sctp/
H A Dauth.h119 struct sctp_authkey *auth_key);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sctp/
H A Dauth.c820 struct sctp_authkey *auth_key)
836 if (cur_key->key_id == auth_key->sca_keynumber) {
846 cur_key = sctp_auth_shkey_create(auth_key->sca_keynumber,
853 key = sctp_auth_create_key(auth_key->sca_keylength, GFP_KERNEL);
857 memcpy(key->data, &auth_key->sca_key[0], auth_key->sca_keylength);
818 sctp_auth_set_key(struct sctp_endpoint *ep, struct sctp_association *asoc, struct sctp_authkey *auth_key) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sctp/
H A Dauth.c820 struct sctp_authkey *auth_key)
836 if (cur_key->key_id == auth_key->sca_keynumber) {
846 cur_key = sctp_auth_shkey_create(auth_key->sca_keynumber,
853 key = sctp_auth_create_key(auth_key->sca_keylength, GFP_KERNEL);
857 memcpy(key->data, &auth_key->sca_key[0], auth_key->sca_keylength);
818 sctp_auth_set_key(struct sctp_endpoint *ep, struct sctp_association *asoc, struct sctp_authkey *auth_key) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospfd/
H A Dospf_interface.h118 u_char auth_key[OSPF_AUTH_MD5_SIZE + 1]; member in struct:crypt_key
H A Dospf_vty.c714 char *auth_key; /* simple password if present */ member in struct:ospf_vl_config_data
797 if (vl_config->auth_key)
800 strncpy ((char *) IF_DEF_PARAMS (ifp)->auth_simple, vl_config->auth_key,
814 memset(ck->auth_key, 0, OSPF_AUTH_MD5_SIZE+1);
815 strncpy ((char *) ck->auth_key, vl_config->md5_key, OSPF_AUTH_MD5_SIZE);
950 char auth_key[OSPF_AUTH_SIMPLE_SIZE+1]; variable
995 memset (auth_key, 0, OSPF_AUTH_SIMPLE_SIZE + 1);
996 strncpy (auth_key, argv[i+1], OSPF_AUTH_SIMPLE_SIZE);
997 vl_config.auth_key = auth_key;
1087 char auth_key[OSPF_AUTH_SIMPLE_SIZE+1]; variable
[all...]
H A Dospf_packet.c362 MD5Update(&ctx, ck->auth_key, OSPF_AUTH_MD5_SIZE);
391 const u_int8_t *auth_key; local
411 /* Get MD5 Authentication key from auth_key list. */
413 auth_key = (const u_int8_t *) digest;
417 auth_key = ck->auth_key;
424 MD5Update(&ctx, auth_key, OSPF_AUTH_MD5_SIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospfd/
H A Dospf_interface.h118 u_char auth_key[OSPF_AUTH_MD5_SIZE + 1]; member in struct:crypt_key
H A Dospf_vty.c714 char *auth_key; /* simple password if present */ member in struct:ospf_vl_config_data
797 if (vl_config->auth_key)
800 strncpy ((char *) IF_DEF_PARAMS (ifp)->auth_simple, vl_config->auth_key,
814 memset(ck->auth_key, 0, OSPF_AUTH_MD5_SIZE+1);
815 strncpy ((char *) ck->auth_key, vl_config->md5_key, OSPF_AUTH_MD5_SIZE);
950 char auth_key[OSPF_AUTH_SIMPLE_SIZE+1]; variable
995 memset (auth_key, 0, OSPF_AUTH_SIMPLE_SIZE + 1);
996 strncpy (auth_key, argv[i+1], OSPF_AUTH_SIMPLE_SIZE);
997 vl_config.auth_key = auth_key;
1087 char auth_key[OSPF_AUTH_SIMPLE_SIZE+1]; variable
[all...]
H A Dospf_packet.c362 MD5Update(&ctx, ck->auth_key, OSPF_AUTH_MD5_SIZE);
391 const u_int8_t *auth_key; local
411 /* Get MD5 Authentication key from auth_key list. */
413 auth_key = (const u_int8_t *) digest;
417 auth_key = ck->auth_key;
424 MD5Update(&ctx, auth_key, OSPF_AUTH_MD5_SIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospfd/
H A Dospf_interface.h118 u_char auth_key[OSPF_AUTH_MD5_SIZE + 1]; member in struct:crypt_key
H A Dospf_vty.c714 char *auth_key; /* simple password if present */ member in struct:ospf_vl_config_data
797 if (vl_config->auth_key)
800 strncpy ((char *) IF_DEF_PARAMS (ifp)->auth_simple, vl_config->auth_key,
814 memset(ck->auth_key, 0, OSPF_AUTH_MD5_SIZE+1);
815 strncpy ((char *) ck->auth_key, vl_config->md5_key, OSPF_AUTH_MD5_SIZE);
950 char auth_key[OSPF_AUTH_SIMPLE_SIZE+1]; variable
995 memset (auth_key, 0, OSPF_AUTH_SIMPLE_SIZE + 1);
996 strncpy (auth_key, argv[i+1], OSPF_AUTH_SIMPLE_SIZE);
997 vl_config.auth_key = auth_key;
1087 char auth_key[OSPF_AUTH_SIMPLE_SIZE+1]; variable
[all...]
H A Dospf_packet.c362 MD5Update(&ctx, ck->auth_key, OSPF_AUTH_MD5_SIZE);
391 const u_int8_t *auth_key; local
411 /* Get MD5 Authentication key from auth_key list. */
413 auth_key = (const u_int8_t *) digest;
417 auth_key = ck->auth_key;
424 MD5Update(&ctx, auth_key, OSPF_AUTH_MD5_SIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ipw2x00/
H A Dipw2200.h885 u8 auth_type:4, auth_key:4; member in struct:ipw_associate
887 u8 auth_key:4, auth_type:4; member in struct:ipw_associate
H A Dipw2200.c7387 priv->assoc_request.auth_key = 0;
7392 priv->assoc_request.auth_key = priv->ieee->sec.active_key;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2200.h885 u8 auth_type:4, auth_key:4; member in struct:ipw_associate
887 u8 auth_key:4, auth_type:4; member in struct:ipw_associate
H A Dipw2200.c7387 priv->assoc_request.auth_key = 0;
7392 priv->assoc_request.auth_key = priv->ieee->sec.active_key;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/crypto/
H A Dn2_core.c502 unsigned long auth_key, unsigned int auth_key_len)
546 ent->auth_key_addr = auth_key;
499 n2_do_async_digest(struct ahash_request *req, unsigned int auth_type, unsigned int digest_size, unsigned int result_size, void *hash_loc, unsigned long auth_key, unsigned int auth_key_len) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c502 unsigned long auth_key, unsigned int auth_key_len)
546 ent->auth_key_addr = auth_key;
499 n2_do_async_digest(struct ahash_request *req, unsigned int auth_type, unsigned int digest_size, unsigned int result_size, void *hash_loc, unsigned long auth_key, unsigned int auth_key_len) argument

Completed in 300 milliseconds