Searched refs:encrypted (Results 1 – 5 of 5) sorted by relevance
/net/rxrpc/ |
D | rxkad.c | 774 response->encrypted.checksum = htonl(csum); in rxkad_calc_response_checksum() 796 sg_set_buf(sg, &resp->encrypted, sizeof(resp->encrypted)); in rxkad_encrypt_response() 799 skcipher_request_set_crypt(req, sg, sg, sizeof(resp->encrypted), iv.x); in rxkad_encrypt_response() 863 resp->encrypted.epoch = htonl(conn->proto.epoch); in rxkad_respond_to_challenge() 864 resp->encrypted.cid = htonl(conn->proto.cid); in rxkad_respond_to_challenge() 865 resp->encrypted.securityIndex = htonl(conn->security_ix); in rxkad_respond_to_challenge() 866 resp->encrypted.inc_nonce = htonl(nonce + 1); in rxkad_respond_to_challenge() 867 resp->encrypted.level = htonl(conn->params.security_level); in rxkad_respond_to_challenge() 870 resp->encrypted.call_id[0] = htonl(conn->channels[0].call_counter); in rxkad_respond_to_challenge() 871 resp->encrypted.call_id[1] = htonl(conn->channels[1].call_counter); in rxkad_respond_to_challenge() [all …]
|
D | protocol.h | 180 } encrypted; member
|
/net/tls/ |
D | trace.h | 47 bool encrypted, bool decrypted), 49 TP_ARGS(sk, tcp_seq, rec_no, rec_len, encrypted, decrypted), 56 __field( bool, encrypted ) 65 __entry->encrypted = encrypted; 73 __entry->encrypted, __entry->decrypted
|
/net/tipc/ |
D | Kconfig | 47 All TIPC messages will be encrypted/decrypted by using the currently most
|
D | msg.h | 130 u8 encrypted:1; member
|