smb_trans_enc_state 3168 source3/include/proto.h bool common_encryption_on(struct smb_trans_enc_state *es);
smb_trans_enc_state 3174 source3/include/proto.h NTSTATUS common_encrypt_buffer(struct smb_trans_enc_state *es, char *buffer, char **buf_out);
smb_trans_enc_state 3175 source3/include/proto.h NTSTATUS common_decrypt_buffer(struct smb_trans_enc_state *es, char *buf);
smb_trans_enc_state 3176 source3/include/proto.h void common_free_encryption_state(struct smb_trans_enc_state **pp_es);
smb_trans_enc_state 3177 source3/include/proto.h void common_free_enc_buffer(struct smb_trans_enc_state *es, char *buf);
smb_trans_enc_state  617 source3/libsmb/clifsinfo.c static NTSTATUS make_cli_gss_blob(struct smb_trans_enc_state *es,
smb_trans_enc_state   50 source3/libsmb/smb_seal.c bool common_encryption_on(struct smb_trans_enc_state *es)
smb_trans_enc_state  292 source3/libsmb/smb_seal.c NTSTATUS common_encrypt_buffer(struct smb_trans_enc_state *es, char *buffer, char **buf_out)
smb_trans_enc_state  318 source3/libsmb/smb_seal.c NTSTATUS common_decrypt_buffer(struct smb_trans_enc_state *es, char *buf)
smb_trans_enc_state  361 source3/libsmb/smb_seal.c void common_free_encryption_state(struct smb_trans_enc_state **pp_es)
smb_trans_enc_state  390 source3/libsmb/smb_seal.c void common_free_enc_buffer(struct smb_trans_enc_state *es, char *buf)