Lines Matching refs:U

39     for (i = 0U; i < CLEN; ++i) {  in tv()
83 for (i = 0U; i < CLEN; i++) { in tv()
94 NULL, 0U, NULL, nonce, firstkey); in tv()
98 for (i = 0U; i < CLEN; ++i) { in tv()
107 NULL, 0U, nonce, firstkey) != 0) { in tv()
120 NULL, 0U, nonce, firstkey) != -1) { in tv()
128 if (crypto_aead_chacha20poly1305_decrypt(m2, &m2len, NULL, c, 0U, NULL, 0U, in tv()
139 NULL, 0U, NULL, nonce, firstkey); in tv()
143 for (i = 0U; i < CLEN; ++i) { in tv()
152 NULL, 0U, nonce, firstkey) != 0) { in tv()
167 assert(crypto_aead_chacha20poly1305_keybytes() > 0U); in tv()
168 assert(crypto_aead_chacha20poly1305_npubbytes() > 0U); in tv()
169 assert(crypto_aead_chacha20poly1305_nsecbytes() == 0U); in tv()
170 assert(crypto_aead_chacha20poly1305_messagebytes_max() > 0U); in tv()
222 for (i = 0U; i < CLEN; ++i) { in tv_ietf()
266 for (i = 0U; i < CLEN; i++) { in tv_ietf()
276 NULL, 0U, NULL, nonce, firstkey); in tv_ietf()
280 for (i = 0U; i < CLEN; ++i) { in tv_ietf()
288 NULL, 0U, nonce, firstkey) != 0) { in tv_ietf()
301 NULL, 0U, nonce, firstkey) != -1) { in tv_ietf()
309 if (crypto_aead_chacha20poly1305_ietf_decrypt(m2, &m2len, NULL, c, 0U, NULL, 0U, in tv_ietf()
320 NULL, 0U, NULL, nonce, firstkey); in tv_ietf()
324 for (i = 0U; i < CLEN; ++i) { in tv_ietf()
333 NULL, 0U, nonce, firstkey) != 0) { in tv_ietf()
349 assert(crypto_aead_chacha20poly1305_ietf_keybytes() > 0U); in tv_ietf()
351 assert(crypto_aead_chacha20poly1305_ietf_npubbytes() > 0U); in tv_ietf()
353 assert(crypto_aead_chacha20poly1305_ietf_nsecbytes() == 0U); in tv_ietf()