Home
last modified time | relevance | path

Searched refs:smb_enc_ctx_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dnsmb_kcrypt.h73 } smb_enc_ctx_t; typedef
92 } smb_enc_ctx_t;
131 void nsmb_crypto_init_ccm_param(smb_enc_ctx_t *,
133 void nsmb_crypto_init_gcm_param(smb_enc_ctx_t *,
136 int nsmb_encrypt_init(smb_enc_ctx_t *, uint8_t *, size_t);
137 int nsmb_encrypt_mblks(smb_enc_ctx_t *, mblk_t *, size_t);
138 int nsmb_encrypt_uio(smb_enc_ctx_t *, uio_t *, uio_t *);
139 void nsmb_enc_ctx_done(smb_enc_ctx_t *);
141 int nsmb_decrypt_init(smb_enc_ctx_t *, uint8_t *, size_t);
142 int nsmb_decrypt_mblks(smb_enc_ctx_t *, mblk_t *, size_t);
[all …]
H A Dnsmb_crypt_kcf.c74 nsmb_crypto_init_ccm_param(smb_enc_ctx_t *ctx, in nsmb_crypto_init_ccm_param()
94 nsmb_crypto_init_gcm_param(smb_enc_ctx_t *ctx, in nsmb_crypto_init_gcm_param()
117 nsmb_encrypt_init(smb_enc_ctx_t *ctxp, in nsmb_encrypt_init()
129 nsmb_decrypt_init(smb_enc_ctx_t *ctxp, in nsmb_decrypt_init()
145 nsmb_enc_ctx_done(smb_enc_ctx_t *ctxp) in nsmb_enc_ctx_done()
153 nsmb_encrypt_mblks(smb_enc_ctx_t *ctxp, mblk_t *mp, size_t clearlen) in nsmb_encrypt_mblks()
187 nsmb_decrypt_mblks(smb_enc_ctx_t *ctxp, mblk_t *mp, size_t cipherlen) in nsmb_decrypt_mblks()
H A Dsmb3_crypt.c140 smb_enc_ctx_t ctx; in smb3_msg_encrypt()
261 smb_enc_ctx_t ctx; in smb3_msg_decrypt()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kcrypt.h68 } smb_enc_ctx_t; typedef
86 } smb_enc_ctx_t;
125 void smb3_crypto_init_ccm_param(smb_enc_ctx_t *,
127 void smb3_crypto_init_gcm_param(smb_enc_ctx_t *,
130 int smb3_encrypt_init(smb_enc_ctx_t *, uint8_t *, size_t);
131 int smb3_encrypt_uio(smb_enc_ctx_t *, uio_t *, uio_t *);
132 void smb3_enc_ctx_done(smb_enc_ctx_t *);
134 int smb3_decrypt_init(smb_enc_ctx_t *, uint8_t *, size_t);
135 int smb3_decrypt_uio(smb_enc_ctx_t *, uio_t *, uio_t *);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb3_encrypt_kcf.c70 smb3_crypto_init_ccm_param(smb_enc_ctx_t *ctx, in smb3_crypto_init_ccm_param()
90 smb3_crypto_init_gcm_param(smb_enc_ctx_t *ctx, in smb3_crypto_init_gcm_param()
115 smb3_encrypt_init(smb_enc_ctx_t *ctxp, in smb3_encrypt_init()
128 smb3_decrypt_init(smb_enc_ctx_t *ctxp, in smb3_decrypt_init()
144 smb3_encrypt_uio(smb_enc_ctx_t *ctxp, uio_t *in_uio, uio_t *out_uio) in smb3_encrypt_uio()
174 smb3_decrypt_uio(smb_enc_ctx_t *ctxp, uio_t *in_uio, uio_t *out_uio) in smb3_decrypt_uio()
203 smb3_enc_ctx_done(smb_enc_ctx_t *ctxp) in smb3_enc_ctx_done()
H A Dsmb3_encrypt.c304 smb_enc_ctx_t ctx; in smb3_decrypt_sr()
487 smb_enc_ctx_t ctx; in smb3_encrypt_sr()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_encrypt_pkcs.c88 smb3_crypto_init_ccm_param(smb_enc_ctx_t *ctx, in smb3_crypto_init_ccm_param()
109 smb3_crypto_init_gcm_param(smb_enc_ctx_t *ctx, in smb3_crypto_init_gcm_param()
134 smb3_encrypt_init(smb_enc_ctx_t *ctxp, in smb3_encrypt_init()
166 smb3_decrypt_init(smb_enc_ctx_t *ctxp, in smb3_decrypt_init()
201 smb3_encrypt_uio(smb_enc_ctx_t *ctxp, uio_t *in, uio_t *out) in smb3_encrypt_uio()
248 smb3_decrypt_uio(smb_enc_ctx_t *ctxp, uio_t *in, uio_t *out) in smb3_decrypt_uio()
295 smb3_enc_ctx_done(smb_enc_ctx_t *ctxp) in smb3_enc_ctx_done()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfksmb_crypt_pkcs.c93 nsmb_crypto_init_ccm_param(smb_enc_ctx_t *ctx, in nsmb_crypto_init_ccm_param()
114 nsmb_crypto_init_gcm_param(smb_enc_ctx_t *ctx, in nsmb_crypto_init_gcm_param()
139 nsmb_encrypt_init(smb_enc_ctx_t *ctxp, in nsmb_encrypt_init()
171 nsmb_decrypt_init(smb_enc_ctx_t *ctxp, in nsmb_decrypt_init()
197 nsmb_enc_ctx_done(smb_enc_ctx_t *ctxp) in nsmb_enc_ctx_done()
215 nsmb_encrypt_mblks(smb_enc_ctx_t *ctxp, mblk_t *mp, size_t clearlen) in nsmb_encrypt_mblks()
261 nsmb_decrypt_mblks(smb_enc_ctx_t *ctxp, mblk_t *mp, size_t cipherlen) in nsmb_decrypt_mblks()
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/
H A Dtest_decrypt.c38 smb_enc_ctx_t ctx; in do_decrypt()
H A Dtest_encrypt.c38 smb_enc_ctx_t ctx; in do_encrypt()