Searched refs:xorbuf (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_big_ctr.c | 37 xorbuf(void *dst, const void *src, size_t len) in xorbuf() function 64 xorbuf(buf, tmp, len); in br_aes_big_ctr_run() 67 xorbuf(buf, tmp, 16); in br_aes_big_ctr_run()
|
H A D | aes_small_ctr.c | 37 xorbuf(void *dst, const void *src, size_t len) in xorbuf() function 64 xorbuf(buf, tmp, len); in br_aes_small_ctr_run() 67 xorbuf(buf, tmp, 16); in br_aes_small_ctr_run()
|
H A D | aes_ct_ctr.c | 37 xorbuf(void *dst, const void *src, size_t len) in xorbuf() function 91 xorbuf(buf, tmp, len); in br_aes_ct_ctr_run() 98 xorbuf(buf, tmp, 32); in br_aes_ct_ctr_run()
|
H A D | aes_ct64_ctr.c | 37 xorbuf(void *dst, const void *src, size_t len) in xorbuf() function 92 xorbuf(buf, tmp, len); in br_aes_ct64_ctr_run() 96 xorbuf(buf, tmp, 64); in br_aes_ct64_ctr_run()
|
H A D | aes_small_ctrcbc.c | 37 xorbuf(void *dst, const void *src, size_t len) in xorbuf() function 72 xorbuf(buf, tmp, 16); in br_aes_small_ctrcbc_ctr() 98 xorbuf(cbcmac, buf, 16); in br_aes_small_ctrcbc_mac()
|
H A D | aes_big_ctrcbc.c | 37 xorbuf(void *dst, const void *src, size_t len) in xorbuf() function 72 xorbuf(buf, tmp, 16); in br_aes_big_ctrcbc_ctr() 98 xorbuf(cbcmac, buf, 16); in br_aes_big_ctrcbc_mac()
|
H A D | aes_ct_ctrcbc.c | 37 xorbuf(void *dst, const void *src, size_t len) in xorbuf() function 120 xorbuf(buf, tmp, len); in br_aes_ct_ctrcbc_ctr() 123 xorbuf(buf, tmp, 32); in br_aes_ct_ctrcbc_ctr() 384 xorbuf(buf, tmp, 16); in br_aes_ct_ctrcbc_decrypt()
|
H A D | aes_ct64_ctrcbc.c | 37 xorbuf(void *dst, const void *src, size_t len) in xorbuf() function 115 xorbuf(buf, tmp, len); in br_aes_ct64_ctrcbc_ctr() 118 xorbuf(buf, tmp, 64); in br_aes_ct64_ctrcbc_ctr() 395 xorbuf(buf, tmp, 16); in br_aes_ct64_ctrcbc_decrypt()
|