Searched refs:crypt_byte_block (Results 1 – 4 of 4) sorted by relevance
72 ret->crypt_byte_block = info->crypt_byte_block; in av_encryption_info_clone()110 info->crypt_byte_block = AV_RB32(buffer + 4); in av_encryption_info_get_side_data()143 AV_WB32(cur_buffer + 4, info->crypt_byte_block); in av_encryption_info_add_side_data()210 cenc_info->encrypt_blocks = info->crypt_byte_block; in av_encryption_info_add_side_data_ex()
105 uint32_t crypt_byte_block; member
36 if (!a || !b || a->scheme != b->scheme || a->crypt_byte_block != b->crypt_byte_block || in compare_encryption_info()90 info->crypt_byte_block = 333; in run_encryption_info_test()
6914 sc->cenc.default_encrypted_sample->crypt_byte_block = pattern >> 4; in mov_read_tenc()7130 } else if (!sample->crypt_byte_block && !sample->skip_byte_block) { in cens_scheme_decrypt()7149 if (rem_bytes < 16*sample->crypt_byte_block) { in cens_scheme_decrypt()7152 av_aes_ctr_crypt(sc->cenc.aes_ctr, data, data, 16*sample->crypt_byte_block); in cens_scheme_decrypt()7153 data += 16*sample->crypt_byte_block; in cens_scheme_decrypt()7154 rem_bytes -= 16*sample->crypt_byte_block; in cens_scheme_decrypt()7195 } else if (!sample->crypt_byte_block && !sample->skip_byte_block) { in cbcs_scheme_decrypt()7215 if (rem_bytes < 16*sample->crypt_byte_block) { in cbcs_scheme_decrypt()7218 av_aes_crypt(sc->cenc.aes_ctx, data, data, sample->crypt_byte_block, iv, 1); in cbcs_scheme_decrypt()7219 data += 16*sample->crypt_byte_block; in cbcs_scheme_decrypt()[all …]