Home
last modified time | relevance | path

Searched refs:be64enc (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/opencrypto/
H A Dgfmult.h39 #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 Daudit_internal.h107 be64enc((loc), (val)); \
/f-stack/freebsd/sys/
H A Dendian.h170 be64enc(void *pp, uint64_t u) in be64enc() function
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dsha256c.c224 be64enc(&ctx->buf[56], ctx->count); in SHA256_Pad()
H A Dsha512c.c66 be64enc(dst + i * 8, src[i]); in be64enc_vect()
/f-stack/freebsd/crypto/sha2/
H A Dsha256c.c221 be64enc(&ctx->buf[56], ctx->count); in SHA256_Pad()
H A Dsha512c.c66 be64enc(dst + i * 8, src[i]); in be64enc_vect()
/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.c1894 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 Dxform_esp.c877 be64enc(&ivp[4], cntr); in esp_output()
/f-stack/freebsd/kern/
H A Duipc_ktls.c1585 be64enc(tlshdr + 1, *noncep); in ktls_frame()