Searched refs:nonce_length (Results 1 – 2 of 2) sorted by relevance
292 __m128i s0, size_t nonce_length, __m128i *macp, in decrypt_loop() argument298 const size_t L = sizeof(__m128i) - 1 - nonce_length; in decrypt_loop()
621 build_ccm_b0(const char *nonce, u_int nonce_length, u_int aad_length, in build_ccm_b0() argument627 KASSERT(nonce_length >= 7 && nonce_length <= 13, in build_ccm_b0()636 L = 15 - nonce_length; in build_ccm_b0()647 memcpy(b0 + 1, nonce, nonce_length); in build_ccm_b0()648 bp = b0 + 1 + nonce_length; in build_ccm_b0()