Home
last modified time | relevance | path

Searched refs:SCTP_SECRET_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/net/sctp/
Dconstants.h325 #define SCTP_SECRET_SIZE 32 /* Number of octets in a 256 bits. */ macro
Dstructs.h351 __u8 signature[SCTP_SECRET_SIZE];
1189 __u8 secret_key[SCTP_HOW_MANY_SECRETS][SCTP_SECRET_SIZE];
/linux-2.4.37.9/net/sctp/
Dendpointola.c132 get_random_bytes(&ep->secret_key[0], SCTP_SECRET_SIZE); in sctp_endpoint_init()
Dsm_make_chunk.c1257 headersize = sizeof(sctp_paramhdr_t) + SCTP_SECRET_SIZE; in sctp_pack_cookie()
1314 keylen = SCTP_SECRET_SIZE; in sctp_pack_cookie()
1343 headersize = sizeof(sctp_chunkhdr_t) + SCTP_SECRET_SIZE; in sctp_unpack_cookie()
1367 keylen = SCTP_SECRET_SIZE; in sctp_unpack_cookie()