Lines Matching refs:update
52 exf->update(ctx, aad, aad_len); in chacha20_poly1305_encrypt()
54 exf->update(ctx, zeroes, in chacha20_poly1305_encrypt()
61 exf->update(ctx, dst, todo); in chacha20_poly1305_encrypt()
68 exf->update(ctx, dst, resid); in chacha20_poly1305_encrypt()
71 exf->update(ctx, zeroes, in chacha20_poly1305_encrypt()
77 exf->update(ctx, lengths, sizeof(lengths)); in chacha20_poly1305_encrypt()
107 exf->update(ctx, aad, aad_len); in chacha20_poly1305_decrypt()
109 exf->update(ctx, zeroes, in chacha20_poly1305_decrypt()
111 exf->update(ctx, src, resid); in chacha20_poly1305_decrypt()
113 exf->update(ctx, zeroes, in chacha20_poly1305_decrypt()
118 exf->update(ctx, u.lengths, sizeof(u.lengths)); in chacha20_poly1305_decrypt()
155 exf->update(ctx, aad, aad_len); in xchacha20_poly1305_encrypt()
157 exf->update(ctx, zeroes, in xchacha20_poly1305_encrypt()
164 exf->update(ctx, dst, todo); in xchacha20_poly1305_encrypt()
171 exf->update(ctx, dst, resid); in xchacha20_poly1305_encrypt()
174 exf->update(ctx, zeroes, in xchacha20_poly1305_encrypt()
180 exf->update(ctx, lengths, sizeof(lengths)); in xchacha20_poly1305_encrypt()
210 exf->update(ctx, aad, aad_len); in xchacha20_poly1305_decrypt()
212 exf->update(ctx, zeroes, in xchacha20_poly1305_decrypt()
214 exf->update(ctx, src, resid); in xchacha20_poly1305_decrypt()
216 exf->update(ctx, zeroes, in xchacha20_poly1305_decrypt()
221 exf->update(ctx, u.lengths, sizeof(u.lengths)); in xchacha20_poly1305_decrypt()