Lines Matching refs:u32
115 uint32_t u32[2]; in bswap64() member
118 out.u32[0] = bswap32(in.u32[1]); in bswap64()
119 out.u32[1] = bswap32(in.u32[0]); in bswap64()
753 uint32_t u32[4]; in gen_offset_from_nonce() member
763 tmp.u32[0] = 0x01000000 + ((OCB_TAG_LEN * 8 % 128) << 1); in gen_offset_from_nonce()
765 tmp.u32[0] = 0x00000001 + ((OCB_TAG_LEN * 8 % 128) << 25); in gen_offset_from_nonce()
768 tmp.u32[0] = 0x01000000 + ((ctx->tag_len * 8 % 128) << 1); in gen_offset_from_nonce()
770 tmp.u32[0] = 0x00000001 + ((ctx->tag_len * 8 % 128) << 25); in gen_offset_from_nonce()
772 tmp.u32[1] = ((uint32_t*)nonce)[0]; in gen_offset_from_nonce()
773 tmp.u32[2] = ((uint32_t*)nonce)[1]; in gen_offset_from_nonce()
774 tmp.u32[3] = ((uint32_t*)nonce)[2]; in gen_offset_from_nonce()
791 uint32_t u32[4]; in process_ad() member
921 uint32_t u32[4]; in ae_encrypt() member
1132 uint32_t u32[4]; in ae_decrypt() member