Searched refs:hmacs (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dauth.c197 sctp_hmac_algo_param_t *hmacs,
204 len = ntohs(random->param_hdr.length) + ntohs(hmacs->param_hdr.length);
223 memcpy(new->data + offset, hmacs, ntohs(hmacs->param_hdr.length));
525 struct sctp_hmac_algo_param *hmacs; local
537 hmacs = asoc->peer.peer_hmacs;
538 if (!hmacs)
541 n_elt = (ntohs(hmacs->param_hdr.length) - sizeof(sctp_paramhdr_t)) >> 1;
543 id = ntohs(hmacs->hmac_ids[i]);
570 static int __sctp_auth_find_hmacid(__be16 *hmacs, in argument
194 sctp_auth_make_key_vector( sctp_random_param_t *random, sctp_chunks_param_t *chunks, sctp_hmac_algo_param_t *hmacs, gfp_t gfp) argument
589 struct sctp_hmac_algo_param *hmacs; local
607 sctp_auth_asoc_set_default_hmac(struct sctp_association *asoc, struct sctp_hmac_algo_param *hmacs) argument
781 sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep, struct sctp_hmacalgo *hmacs) argument
[all...]
H A Dsocket.c3130 struct sctp_hmacalgo *hmacs; local
3140 hmacs = kmalloc(optlen, GFP_KERNEL);
3141 if (!hmacs)
3144 if (copy_from_user(hmacs, optval, optlen)) {
3149 idents = hmacs->shmac_num_idents;
3156 err = sctp_auth_ep_set_hmacs(sctp_sk(sk)->ep, hmacs);
3158 kfree(hmacs);
4999 struct sctp_hmac_algo_param *hmacs; local
5006 hmacs = sctp_sk(sk)->ep->auth_hmacs_list;
5007 data_len = ntohs(hmacs
[all...]
H A Dsm_make_chunk.c2047 struct sctp_hmac_algo_param *hmacs; local
2123 hmacs = (struct sctp_hmac_algo_param *)param.p;
2131 id = ntohs(hmacs->hmac_ids[i]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dauth.h104 struct sctp_hmac_algo_param *hmacs);
116 struct sctp_hmacalgo *hmacs);

Completed in 175 milliseconds