Searched refs:xorbuf (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/bearssl/src/symcipher/
H A Daes_big_ctr.c37 xorbuf(void *dst, const void *src, size_t len) function
64 xorbuf(buf, tmp, len);
67 xorbuf(buf, tmp, 16);
H A Daes_small_ctr.c37 xorbuf(void *dst, const void *src, size_t len) function
64 xorbuf(buf, tmp, len);
67 xorbuf(buf, tmp, 16);
H A Daes_ct64_ctr.c37 xorbuf(void *dst, const void *src, size_t len) function
92 xorbuf(buf, tmp, len);
96 xorbuf(buf, tmp, 64);
H A Daes_ct_ctr.c37 xorbuf(void *dst, const void *src, size_t len) function
91 xorbuf(buf, tmp, len);
98 xorbuf(buf, tmp, 32);
H A Daes_big_ctrcbc.c37 xorbuf(void *dst, const void *src, size_t len) function
72 xorbuf(buf, tmp, 16);
98 xorbuf(cbcmac, buf, 16);
H A Daes_small_ctrcbc.c37 xorbuf(void *dst, const void *src, size_t len) function
72 xorbuf(buf, tmp, 16);
98 xorbuf(cbcmac, buf, 16);
H A Daes_ct_ctrcbc.c37 xorbuf(void *dst, const void *src, size_t len) function
120 xorbuf(buf, tmp, len);
123 xorbuf(buf, tmp, 32);
384 xorbuf(buf, tmp, 16);
H A Daes_ct64_ctrcbc.c37 xorbuf(void *dst, const void *src, size_t len) function
115 xorbuf(buf, tmp, len);
118 xorbuf(buf, tmp, 64);
395 xorbuf(buf, tmp, 16);

Completed in 132 milliseconds