Searched refs:sctp_key_t (Results 1 – 4 of 4) sorted by relevance
59 } sctp_key_t; typedef63 sctp_key_t *key; /* key text */86 sctp_key_t *random; /* local random key (concatenated) */88 sctp_key_t *peer_random;/* peer's random key (concatenated) */89 sctp_key_t *assoc_key; /* cached concatenated send key */90 sctp_key_t *recv_key; /* cached concatenated recv key */126 extern sctp_key_t *sctp_alloc_key(uint32_t keylen);127 extern void sctp_free_key(sctp_key_t * key);128 extern void sctp_print_key(sctp_key_t * key, const char *str);129 extern void sctp_show_key(sctp_key_t * key, const char *str);[all …]
244 sctp_key_t *247 sctp_key_t *new_key; in sctp_alloc_key()249 SCTP_MALLOC(new_key, sctp_key_t *, sizeof(*new_key) + keylen, in sctp_alloc_key()260 sctp_free_key(sctp_key_t * key) in sctp_free_key()267 sctp_print_key(sctp_key_t * key, const char *str) in sctp_print_key()286 sctp_show_key(sctp_key_t * key, const char *str) in sctp_show_key()305 sctp_get_keylen(sctp_key_t * key) in sctp_get_keylen()316 sctp_key_t *319 sctp_key_t *new_key; in sctp_generate_random_key()331 sctp_key_t *[all …]
6072 sctp_key_t *new_key; in sctp_load_addresses_from_init()
4228 sctp_key_t *key = NULL;