Lines Matching refs:gfp
58 static struct sctp_auth_bytes *sctp_auth_create_key(__u32 key_len, gfp_t gfp) in sctp_auth_create_key() argument
67 key = kmalloc(sizeof(struct sctp_auth_bytes) + key_len, gfp); in sctp_auth_create_key()
79 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp) in sctp_auth_shkey_create() argument
84 new = kzalloc(sizeof(struct sctp_shared_key), gfp); in sctp_auth_shkey_create()
188 gfp_t gfp) in sctp_auth_make_key_vector() argument
202 new = sctp_auth_create_key(len, gfp); in sctp_auth_make_key_vector()
223 gfp_t gfp) in sctp_auth_make_local_vector() argument
228 (struct sctp_hmac_algo_param *)asoc->c.auth_hmacs, gfp); in sctp_auth_make_local_vector()
234 gfp_t gfp) in sctp_auth_make_peer_vector() argument
239 gfp); in sctp_auth_make_peer_vector()
256 gfp_t gfp) in sctp_auth_asoc_set_secret() argument
266 secret = sctp_auth_create_key(auth_len, gfp); in sctp_auth_asoc_set_secret()
289 gfp_t gfp) in sctp_auth_asoc_create_secret() argument
311 local_key_vector = sctp_auth_make_local_vector(asoc, gfp); in sctp_auth_asoc_create_secret()
312 peer_key_vector = sctp_auth_make_peer_vector(asoc, gfp); in sctp_auth_asoc_create_secret()
341 gfp); in sctp_auth_asoc_create_secret()
355 gfp_t gfp) in sctp_auth_asoc_copy_shkeys() argument
363 new = sctp_auth_shkey_create(sh_key->key_id, gfp); in sctp_auth_asoc_copy_shkeys()
383 int sctp_auth_asoc_init_active_key(struct sctp_association *asoc, gfp_t gfp) in sctp_auth_asoc_init_active_key() argument
403 secret = sctp_auth_asoc_create_secret(asoc, ep_key, gfp); in sctp_auth_asoc_init_active_key()
454 int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp) in sctp_auth_init_hmacs() argument
466 gfp); in sctp_auth_init_hmacs()
709 struct sctp_shared_key *ep_key, gfp_t gfp) in sctp_auth_calculate_hmac() argument
729 asoc_key = sctp_auth_asoc_create_secret(asoc, ep_key, gfp); in sctp_auth_calculate_hmac()
1022 int sctp_auth_init(struct sctp_endpoint *ep, gfp_t gfp) in sctp_auth_init() argument
1034 SCTP_AUTH_NUM_HMACS), gfp); in sctp_auth_init()
1053 SCTP_NUM_CHUNK_TYPES, gfp); in sctp_auth_init()
1066 err = sctp_auth_init_hmacs(ep, gfp); in sctp_auth_init()