Searched refs:OMA_ENC_HEADER_SIZE (Results 1 – 2 of 2) sorted by relevance
154 size < OMA_ENC_HEADER_SIZE + oc->k_size + oc->e_size + oc->i_size || in rprobe()171 pos = OMA_ENC_HEADER_SIZE + oc->k_size + oc->e_size; in rprobe()191 size < OMA_ENC_HEADER_SIZE + oc->k_size + 4) in nprobe()194 pos = OMA_ENC_HEADER_SIZE + oc->k_size; in nprobe()270 if (memcmp(&gdata[OMA_ENC_HEADER_SIZE], "KEYRING ", 12)) { in decrypt_init()274 if (OMA_ENC_HEADER_SIZE + oc->k_size + oc->e_size + oc->i_size + 8 > geob->datasize || in decrypt_init()275 OMA_ENC_HEADER_SIZE + 48 > geob->datasize) { in decrypt_init()279 oc->rid = AV_RB32(&gdata[OMA_ENC_HEADER_SIZE + 28]); in decrypt_init()286 &gdata[OMA_ENC_HEADER_SIZE + oc->k_size + oc->e_size + oc->i_size], in decrypt_init()318 &gdata[OMA_ENC_HEADER_SIZE + 40], 1, NULL, 0); in decrypt_init()
30 #define OMA_ENC_HEADER_SIZE 16 macro