Searched refs:SCTP_SECRET_SIZE (Results 1 – 4 of 4) sorted by relevance
325 #define SCTP_SECRET_SIZE 32 /* Number of octets in a 256 bits. */ macro
351 __u8 signature[SCTP_SECRET_SIZE];1189 __u8 secret_key[SCTP_HOW_MANY_SECRETS][SCTP_SECRET_SIZE];
132 get_random_bytes(&ep->secret_key[0], SCTP_SECRET_SIZE); in sctp_endpoint_init()
1257 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()