smb_enc_ctx_t
smb_enc_ctx_t ctx;
smb_enc_ctx_t ctx;
nsmb_crypto_init_gcm_param(smb_enc_ctx_t *ctx,
nsmb_encrypt_init(smb_enc_ctx_t *ctxp,
nsmb_decrypt_init(smb_enc_ctx_t *ctxp,
nsmb_enc_ctx_done(smb_enc_ctx_t *ctxp)
nsmb_encrypt_mblks(smb_enc_ctx_t *ctxp, mblk_t *mp, size_t clearlen)
nsmb_decrypt_mblks(smb_enc_ctx_t *ctxp, mblk_t *mp, size_t cipherlen)
nsmb_crypto_init_ccm_param(smb_enc_ctx_t *ctx,
smb3_crypto_init_gcm_param(smb_enc_ctx_t *ctx,
smb3_encrypt_init(smb_enc_ctx_t *ctxp,
smb3_decrypt_init(smb_enc_ctx_t *ctxp,
smb3_encrypt_uio(smb_enc_ctx_t *ctxp, uio_t *in, uio_t *out)
smb3_decrypt_uio(smb_enc_ctx_t *ctxp, uio_t *in, uio_t *out)
smb3_enc_ctx_done(smb_enc_ctx_t *ctxp)
smb3_crypto_init_ccm_param(smb_enc_ctx_t *ctx,
nsmb_encrypt_init(smb_enc_ctx_t *ctxp,
nsmb_decrypt_init(smb_enc_ctx_t *ctxp,
nsmb_enc_ctx_done(smb_enc_ctx_t *ctxp)
nsmb_encrypt_mblks(smb_enc_ctx_t *ctxp, mblk_t *mp, size_t clearlen)
nsmb_decrypt_mblks(smb_enc_ctx_t *ctxp, mblk_t *mp, size_t cipherlen)
nsmb_crypto_init_ccm_param(smb_enc_ctx_t *ctx,
nsmb_crypto_init_gcm_param(smb_enc_ctx_t *ctx,
void nsmb_crypto_init_ccm_param(smb_enc_ctx_t *,
void nsmb_crypto_init_gcm_param(smb_enc_ctx_t *,
int nsmb_encrypt_init(smb_enc_ctx_t *, uint8_t *, size_t);
int nsmb_encrypt_mblks(smb_enc_ctx_t *, mblk_t *, size_t);
int nsmb_encrypt_uio(smb_enc_ctx_t *, uio_t *, uio_t *);
void nsmb_enc_ctx_done(smb_enc_ctx_t *);
int nsmb_decrypt_init(smb_enc_ctx_t *, uint8_t *, size_t);
int nsmb_decrypt_mblks(smb_enc_ctx_t *, mblk_t *, size_t);
int nsmb_decrypt_uio(smb_enc_ctx_t *, uio_t *, uio_t *);
smb_enc_ctx_t ctx;
smb_enc_ctx_t ctx;
smb_enc_ctx_t ctx;
smb_enc_ctx_t ctx;
smb3_encrypt_init(smb_enc_ctx_t *ctxp,
smb3_decrypt_init(smb_enc_ctx_t *ctxp,
smb3_encrypt_uio(smb_enc_ctx_t *ctxp, uio_t *in_uio, uio_t *out_uio)
smb3_decrypt_uio(smb_enc_ctx_t *ctxp, uio_t *in_uio, uio_t *out_uio)
smb3_enc_ctx_done(smb_enc_ctx_t *ctxp)
smb3_crypto_init_ccm_param(smb_enc_ctx_t *ctx,
smb3_crypto_init_gcm_param(smb_enc_ctx_t *ctx,
void smb3_crypto_init_ccm_param(smb_enc_ctx_t *,
void smb3_crypto_init_gcm_param(smb_enc_ctx_t *,
int smb3_encrypt_init(smb_enc_ctx_t *, uint8_t *, size_t);
int smb3_encrypt_uio(smb_enc_ctx_t *, uio_t *, uio_t *);
void smb3_enc_ctx_done(smb_enc_ctx_t *);
int smb3_decrypt_init(smb_enc_ctx_t *, uint8_t *, size_t);
int smb3_decrypt_uio(smb_enc_ctx_t *, uio_t *, uio_t *);