Home
last modified time | relevance | path

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

/linux-3.4.99/net/sctp/
Dendpointola.c153 get_random_bytes(&ep->secret_key[0], SCTP_SECRET_SIZE); in sctp_endpoint_init()
276 memset(&ep->secret_key[i], 0, SCTP_SECRET_SIZE); in sctp_endpoint_destroy()
Dsm_make_chunk.c1616 keylen = SCTP_SECRET_SIZE; in sctp_pack_cookie()
1684 keylen = SCTP_SECRET_SIZE; in sctp_unpack_cookie()
/linux-3.4.99/include/net/sctp/
Dconstants.h307 #define SCTP_SECRET_SIZE 32 /* Number of octets in a 256 bits. */ macro
Dstructs.h457 __u8 signature[SCTP_SECRET_SIZE];
1356 __u8 secret_key[SCTP_HOW_MANY_SECRETS][SCTP_SECRET_SIZE];