Searched refs:br_enc64le (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/bearssl/src/kdf/ |
H A D | shake.c | 553 br_enc64le(dbuf + 0, A[ 0]); in br_shake_produce() 554 br_enc64le(dbuf + 8, ~A[ 1]); in br_shake_produce() 555 br_enc64le(dbuf + 16, ~A[ 2]); in br_shake_produce() 556 br_enc64le(dbuf + 24, A[ 3]); in br_shake_produce() 557 br_enc64le(dbuf + 32, A[ 4]); in br_shake_produce() 558 br_enc64le(dbuf + 40, A[ 5]); in br_shake_produce() 559 br_enc64le(dbuf + 48, A[ 6]); in br_shake_produce() 560 br_enc64le(dbuf + 56, A[ 7]); in br_shake_produce() 561 br_enc64le(dbuf + 64, ~A[ 8]); in br_shake_produce() 562 br_enc64le(dbuf + 72, A[ 9]); in br_shake_produce() [all …]
|
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | poly1305_i15.c | 190 br_enc64le(foot, (uint64_t)aad_len); in br_poly1305_i15_run() 191 br_enc64le(foot + 8, (uint64_t)len); in br_poly1305_i15_run()
|
H A D | poly1305_ctmul.c | 198 br_enc64le(foot, (uint64_t)aad_len); in br_poly1305_ctmul_run() 199 br_enc64le(foot + 8, (uint64_t)len); in br_poly1305_ctmul_run()
|
H A D | poly1305_ctmul32.c | 232 br_enc64le(foot, (uint64_t)aad_len); in br_poly1305_ctmul32_run() 233 br_enc64le(foot + 8, (uint64_t)len); in br_poly1305_ctmul32_run()
|
H A D | poly1305_ctmulq.c | 384 br_enc64le(foot, (uint64_t)aad_len); in br_poly1305_ctmulq_run() 385 br_enc64le(foot + 8, (uint64_t)len); in br_poly1305_ctmulq_run()
|
/freebsd/contrib/bearssl/src/codec/ |
H A D | enc64le.c | 35 br_enc64le(buf, *v ++); in br_range_enc64le()
|
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_c25519_m62.c | 537 br_enc64le(G, x2[0]); in api_mul() 538 br_enc64le(G + 8, x2[1]); in api_mul() 539 br_enc64le(G + 16, x2[2]); in api_mul() 540 br_enc64le(G + 24, x2[3]); in api_mul()
|
H A D | ec_c25519_m64.c | 763 br_enc64le(G, x2[0]); in api_mul() 764 br_enc64le(G + 8, x2[1]); in api_mul() 765 br_enc64le(G + 16, x2[2]); in api_mul() 766 br_enc64le(G + 24, x2[3]); in api_mul()
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | md5sha1.c | 92 br_enc64le(buf + 56, count); in br_md5sha1_out()
|
H A D | md5.c | 173 br_enc64le(buf + 56, cc->count << 3); in br_md5_out()
|
/freebsd/contrib/bearssl/src/ |
H A D | inner.h | 606 br_enc64le(void *dst, uint64_t x) in br_enc64le() function
|