Searched refs:clen (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/
H A Dgcm.c1021 uint64_t clen = ctx->len.u[1] << 3; local
1031 clen = CRYPTO_bswap8(clen);
1034 ctx->Xi.u[1] ^= clen;
/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c959 int clen = snprintf(buf,sizeof(buf),"\x1b[%dm",color); local
961 abAppend(&ab,buf,clen);

Completed in 80 milliseconds