Searched refs:nonce_len (Results 1 – 2 of 2) sorted by relevance
200 const u8 *nonce, u16 nonce_len, in tpm2_buf_append_auth() argument204 tpm_buf_append_u32(buf, 9 + nonce_len + hmac_len); in tpm2_buf_append_auth()206 tpm_buf_append_u16(buf, nonce_len); in tpm2_buf_append_auth()208 if (nonce && nonce_len) in tpm2_buf_append_auth()209 tpm_buf_append(buf, nonce, nonce_len); in tpm2_buf_append_auth()
8864 const u8 *nonce, const size_t nonce_len, in chacha20poly1305_selftest_encrypt() argument8867 if (nonce_len == 8) in chacha20poly1305_selftest_encrypt()8870 else if (nonce_len == 12) in chacha20poly1305_selftest_encrypt()