| H A D | rxgk.c | 89 struct rxgk_context *gk, *dead = NULL; in rxgk_rekey() local 111 gk = conn->rxgk.keys[key_number & mask]; in rxgk_rekey() 112 if (!gk) in rxgk_rekey() 115 test_bit(RXGK_TK_NEEDS_REKEY, &gk->flags)) in rxgk_rekey() 119 refcount_inc(&gk->usage); in rxgk_rekey() 122 return gk; in rxgk_rekey() 138 gk = conn->rxgk.keys[current_key & mask]; in rxgk_rekey() 139 gk = rxgk_generate_transport_key(conn, gk->key, key_number, GFP_NOFS); in rxgk_rekey() 140 if (IS_ERR(gk)) { in rxgk_rekey() 170 struct rxgk_context *gk; rxgk_get_key() local 236 struct rxgk_context *gk; rxgk_init_connection_security() local 286 struct rxgk_context *gk; rxgk_alloc_txbuf() local 344 rxgk_secure_packet_integrity(const struct rxrpc_call * call,struct rxgk_context * gk,struct rxrpc_txbuf * txb) rxgk_secure_packet_integrity() argument 390 rxgk_secure_packet_encrypted(const struct rxrpc_call * call,struct rxgk_context * gk,struct rxrpc_txbuf * txb) rxgk_secure_packet_encrypted() argument 432 struct rxgk_context *gk; rxgk_secure_packet() local 470 rxgk_verify_packet_integrity(struct rxrpc_call * call,struct rxgk_context * gk,struct sk_buff * skb) rxgk_verify_packet_integrity() argument 525 rxgk_verify_packet_encrypted(struct rxrpc_call * call,struct rxgk_context * gk,struct sk_buff * skb) rxgk_verify_packet_encrypted() argument 590 struct rxgk_context *gk; rxgk_verify_packet() local 789 rxgk_insert_response_header(struct rxrpc_connection * conn,struct rxgk_context * gk,struct sk_buff * response,size_t offset) rxgk_insert_response_header() argument 896 rxgk_encrypt_authenticator(struct rxrpc_connection * conn,struct rxgk_context * gk,struct sk_buff * response,size_t offset,size_t alloc_len,size_t auth_offset,size_t auth_len) rxgk_encrypt_authenticator() argument 928 struct rxgk_context *gk; rxgk_construct_response() local 1172 struct rxgk_context *gk; rxgk_verify_response() local [all...] |