Searched refs:u_nonce_fixed (Results 1 – 2 of 2) sorted by relevance
51 (void) random_get_pseudo_bytes(user->u_nonce_fixed, in smb3_encrypt_init_nonce()52 sizeof (user->u_nonce_fixed)); in smb3_encrypt_init_nonce()76 bcopy(user->u_nonce_fixed, buf + sizeof (cnt), len - sizeof (cnt)); in smb3_encrypt_gen_nonce()
1092 uint8_t u_nonce_fixed[4]; member