Searched refs:be64enc (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/opencrypto/ |
| H A D | gfmult.h | 39 #define be64enc(buf, x) (*(uint64_t *)buf = __builtin_bswap64(x)) macro 105 be64enc(buf, v.v[0]); in gf128_write() 108 be64enc(buf, v.v[1]); in gf128_write()
|
| /f-stack/freebsd/bsm/ |
| H A D | audit_internal.h | 107 be64enc((loc), (val)); \
|
| /f-stack/freebsd/sys/ |
| H A D | endian.h | 170 be64enc(void *pp, uint64_t u) in be64enc() function
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | sha256c.c | 224 be64enc(&ctx->buf[56], ctx->count); in SHA256_Pad()
|
| H A D | sha512c.c | 66 be64enc(dst + i * 8, src[i]); in be64enc_vect()
|
| /f-stack/freebsd/crypto/sha2/ |
| H A D | sha256c.c | 221 be64enc(&ctx->buf[56], ctx->count); in SHA256_Pad()
|
| H A D | sha512c.c | 66 be64enc(dst + i * 8, src[i]); in be64enc_vect()
|
| /f-stack/freebsd/crypto/ccp/ |
| H A D | ccp_hardware.c | 1894 be64enc(s->gmac.final_block, (uint64_t)crp->crp_aad_length * 8); in ccp_gcm() 1895 be64enc(&s->gmac.final_block[8], (uint64_t)crp->crp_payload_length * 8); in ccp_gcm()
|
| /f-stack/freebsd/netipsec/ |
| H A D | xform_esp.c | 877 be64enc(&ivp[4], cntr); in esp_output()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_ktls.c | 1585 be64enc(tlshdr + 1, *noncep); in ktls_frame()
|