Searched refs:partial_len (Results 1 – 5 of 5) sorted by relevance
24 ctx->partial_len = 0; in chacha20_initkey()37 ctx->partial_len = 0; in chacha20_initiv()47 n = ctx->partial_len; in chacha20_cipher()53 ctx->partial_len = n; in chacha20_cipher()59 ctx->partial_len = 0; in chacha20_cipher()107 ctx->partial_len = rem; in chacha20_cipher()
21 unsigned int partial_len; member
139 ctx->chacha.partial_len = 0; in chacha20_poly1305_tls_cipher()164 ctx->chacha.partial_len = 0; in chacha20_poly1305_tls_cipher()197 ctx->chacha.partial_len = 0; in chacha20_poly1305_tls_cipher()293 ctx->chacha.partial_len = 0; in chacha20_poly1305_aead_cipher()
258 size_t partial_len; in test_free_buffers() local269 partial_len = SSL3_RT_HEADER_LENGTH - 1; in test_free_buffers()272 partial_len = SSL3_RT_HEADER_LENGTH; in test_free_buffers()275 partial_len = readbytes - 1; in test_free_buffers()287 partial_len += first_rec_len; in test_free_buffers()301 if (!TEST_true(BIO_write_ex(tmp, buf, partial_len, &written))) in test_free_buffers()
29 unsigned int partial_len; member53 key->partial_len = 0; in chacha_init_key()64 if ((n = key->partial_len)) { in chacha_cipher()69 key->partial_len = n; in chacha_cipher()75 key->partial_len = 0; in chacha_cipher()122 key->partial_len = rem; in chacha_cipher()235 actx->key.partial_len = 0; in chacha20_poly1305_tls_cipher()260 actx->key.partial_len = 0; in chacha20_poly1305_tls_cipher()293 actx->key.partial_len = 0; in chacha20_poly1305_tls_cipher()380 actx->key.partial_len = 0; in chacha20_poly1305_cipher()
Completed in 19 milliseconds