HomeSort by: relevance | last modified time | path
    Searched refs:c3be (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/crypto/aes/
aes_bear64.c 719 uint32_t c0, c1, c2, c3be; local
741 c3be = bswap32(le32dec(authctr + 16 + 4*3));
755 w[3] = bswap32(++c3be);
781 le32enc(authctr + 16 + 4*3, bswap32(c3be));
795 uint32_t c0, c1, c2, c3be; local
812 c3be = bswap32(le32dec(authctr + 16 + 4*3));
818 w[3] = bswap32(++c3be);
869 w[3] = bswap32(++c3be);
896 le32enc(authctr + 16 + 4*3, bswap32(c3be));
  /src/sys/crypto/aes/arch/x86/
aes_sse2_4x32_subr.c 601 uint32_t c0, c1, c2, c3be; local
616 c3be = bswap32(le32dec(authctr + 16 + 4*3));
626 q[2] = _mm_set_epi32(bswap32(++c3be), c2, c1, c0);
643 le32enc(authctr + 16 + 4*3, bswap32(c3be));
657 uint32_t c0, c1, c2, c3be; local
670 c3be = bswap32(le32dec(authctr + 16 + 4*3));
673 q[0] = _mm_set_epi32(bswap32(++c3be), c2, c1, c0);
706 q[0] = _mm_set_epi32(bswap32(++c3be), c2, c1, c0);
732 le32enc(authctr + 16 + 4*3, bswap32(c3be));

Completed in 33 milliseconds