Searched refs:GET_32BIT_MSB_FIRST (Results 1 – 1 of 1) sorted by relevance
16 #define GET_32BIT_MSB_FIRST(cp) \ macro708 ctx->keysched[i] = GET_32BIT_MSB_FIRST(key + 4 * i); in aes_setup()768 x[i] = ct[i] = GET_32BIT_MSB_FIRST(src + 4 * i); in aes_decrypt_cbc()794 iv[i] ^= GET_32BIT_MSB_FIRST(src + 4 * i); in aes_encrypt_cbc()816 ((AESContext*)context)->iv[i] = GET_32BIT_MSB_FIRST(iv + 4 * i); in CRYPT_AESSetIV()