Home
last modified time | relevance | path

Searched refs:SMB3_AES_GCM_NONCE_SIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb3_encrypt.c333 nonce_size = SMB3_AES_GCM_NONCE_SIZE; in smb3_decrypt_sr()
343 nonce_size = SMB3_AES_GCM_NONCE_SIZE; in smb3_decrypt_sr()
514 nonce_size = SMB3_AES_GCM_NONCE_SIZE; in smb3_encrypt_sr()
524 nonce_size = SMB3_AES_GCM_NONCE_SIZE; in smb3_encrypt_sr()
H A Dsmb3_encrypt_kcf.c95 ASSERT3U(noncesize, >=, SMB3_AES_GCM_NONCE_SIZE); in smb3_crypto_init_gcm_param()
98 ctx->param.gcm.ulIvLen = SMB3_AES_GCM_NONCE_SIZE; in smb3_crypto_init_gcm_param()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_encrypt_pkcs.c114 ASSERT3U(noncesize, >=, SMB3_AES_GCM_NONCE_SIZE); in smb3_crypto_init_gcm_param()
118 ctx->param.gcm.ulIvLen = SMB3_AES_GCM_NONCE_SIZE; in smb3_crypto_init_gcm_param()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kcrypt.h49 #define SMB3_AES_GCM_NONCE_SIZE 12 macro