Symbol: sctp_auth_bytes
include/net/sctp/auth.h
45
struct sctp_auth_bytes *key;
include/net/sctp/auth.h
57
static inline void sctp_auth_key_hold(struct sctp_auth_bytes *key)
include/net/sctp/auth.h
65
void sctp_auth_key_put(struct sctp_auth_bytes *key);
include/net/sctp/structs.h
2044
struct sctp_auth_bytes *asoc_shared_key;
net/sctp/auth.c
149
static int sctp_auth_compare_vectors(struct sctp_auth_bytes *vector1,
net/sctp/auth.c
150
struct sctp_auth_bytes *vector2)
net/sctp/auth.c
185
static struct sctp_auth_bytes *sctp_auth_make_key_vector(
net/sctp/auth.c
191
struct sctp_auth_bytes *new;
net/sctp/auth.c
222
static struct sctp_auth_bytes *sctp_auth_make_local_vector(
net/sctp/auth.c
233
static struct sctp_auth_bytes *sctp_auth_make_peer_vector(
net/sctp/auth.c
253
static struct sctp_auth_bytes *sctp_auth_asoc_set_secret(
net/sctp/auth.c
255
struct sctp_auth_bytes *first_vector,
net/sctp/auth.c
256
struct sctp_auth_bytes *last_vector,
net/sctp/auth.c
259
struct sctp_auth_bytes *secret;
net/sctp/auth.c
287
static struct sctp_auth_bytes *sctp_auth_asoc_create_secret(
net/sctp/auth.c
292
struct sctp_auth_bytes *local_key_vector;
net/sctp/auth.c
293
struct sctp_auth_bytes *peer_key_vector;
net/sctp/auth.c
294
struct sctp_auth_bytes *first_vector,
net/sctp/auth.c
296
struct sctp_auth_bytes *secret = NULL;
net/sctp/auth.c
386
struct sctp_auth_bytes *secret;
net/sctp/auth.c
47
void sctp_auth_key_put(struct sctp_auth_bytes *key)
net/sctp/auth.c
59
static struct sctp_auth_bytes *sctp_auth_create_key(__u32 key_len, gfp_t gfp)
net/sctp/auth.c
61
struct sctp_auth_bytes *key;
net/sctp/auth.c
620
struct sctp_auth_bytes *asoc_key;
net/sctp/auth.c
64
if (key_len > (INT_MAX - sizeof(struct sctp_auth_bytes)))
net/sctp/auth.c
68
key = kmalloc(sizeof(struct sctp_auth_bytes) + key_len, gfp);
net/sctp/auth.c
725
struct sctp_auth_bytes *key;