HomeSort by relevance Sort by last modified time
    Searched refs:ecc (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /system/extras/libfec/
fec_open.cpp 99 /* attempts to read and validate an ecc header from file position `offset' */
103 check(f->ecc.rsn > 0 && f->ecc.rsn < FEC_RSM);
114 /* there's obviously no ecc data at this point, so there is no need to
128 error("unsupported ecc version: %u", header.version);
132 error("unexpected ecc header size: %u", header.size);
136 error("invalid ecc roots: %u", header.roots);
139 if (f->ecc.roots != (int)header.roots) {
140 error("unexpected number of roots: %d vs %u", f->ecc.roots,
146 error("inconsistent ecc size %u", header.fec_size)
    [all...]
fec_private.h 33 #include <fec/ecc.h>
100 ecc_info ecc; member in struct:fec_handle
fec_read.cpp 111 ecc_info *e = &f->ecc;
165 error("failed to read ecc data: %s", strerror(errno));
213 rs.reset(init_rs_char(FEC_PARAMS(f->ecc.roots)));
224 error("failed to allocate ecc buffer");
300 if (f->ecc.start && ecc_init(f, rs, ecc_data) == -1) {
344 if (!f->ecc.start) {
345 /* fatal error without ecc */
536 } else if (f->ecc.start) {
537 check(f->ecc.start < f->size);
546 /* return raw data if pure ecc read fails; due to interleavin
    [all...]
  /external/pdfium/xfa/fxbarcode/datamatrix/
BC_ErrorCorrection.cpp 130 CFX_WideString ecc = local
134 sb += ecc;
155 CFX_WideString ecc = createECCBlock(temp, errorSizes[block], e); local
161 sb.SetAt(symbolInfo->m_dataCapacity + l, ecc.GetAt(pos++));
186 uint16_t* ecc = FX_Alloc(uint16_t, numECWords); local
187 FXSYS_memset(ecc, 0, numECWords * sizeof(uint16_t));
189 uint16_t m = ecc[numECWords - 1] ^ codewords.GetAt(l);
192 ecc[k] = (uint16_t)(ecc[k - 1] ^
195 ecc[k] = ecc[k - 1]
    [all...]
  /system/core/fs_mgr/
fs_mgr_verity.cpp 188 struct fec_ecc_metadata ecc; member in struct:verity_table_params
207 if (params->ecc.valid) {
212 params->ecc.start / FEC_BLOCKSIZE, params->ecc.blocks, params->ecc.roots);
217 params->ecc.start / FEC_BLOCKSIZE, params->ecc.blocks, params->ecc.roots);
769 // read ecc metadata
770 if (fec_ecc_get_metadata(f, &params.ecc) < 0)
    [all...]
  /external/tpm2/
ECDH_KeyGen.c 16 // TPM_RC_KEY keyHandle does not reference a non-restricted decryption ECC key
32 // Input key must be a non-restricted, decrypt ECC key
44 // Create ephemeral ECC key
54 &sensitive, &eccKey->publicArea.unique.ecc);
ECDH_ZGen.c 16 // TPM_RC_KEY key referenced by keyA is not an ECC key
34 // Input key must be a non-restricted, decrypt ECC key
53 &eccKey->sensitive.sensitive.ecc,
ZGen_2Phase.c 18 // TPM_RC_KEY key referenced by keyA is not an ECC key
37 // keyA must be an ECC key
81 &eccKey->sensitive.sensitive.ecc,
Commit.c 19 // TPM_RC_KEY keyHandle does not reference an ECC key
44 // Input key must be an ECC key
127 &eccKey->sensitive.sensitive.ecc,
CryptoEngine.h 50 UINT32 ecc; member in struct:__anon33654
159 // ECC-related Structures
196 # else // RSA but no ECC
CryptUtil.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d30v.c 494 opcode->ecc << 28 | op->op1 << 25 | op->op2 << 20 | form->modifier << 18;
685 int i, j, shift, regno, bits, ecc; local
705 if ((op1->ecc == ECC_TX && op2->ecc == ECC_FX)
706 || (op1->ecc == ECC_FX && op2->ecc == ECC_TX)
707 || (op1->ecc == ECC_XT && op2->ecc == ECC_XF)
708 || (op1->ecc == ECC_XF && op2->ecc == ECC_XT)
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
d30v-dis.c 84 insn->ecc = (num >> 28) & 0x7;
151 if (insn->ecc)
152 (*info->fprintf_func) (info->stream, "/%s", d30v_ecc_names[insn->ecc]);
  /system/extras/verity/fec/
image.h 24 #include <fec/ecc.h>
  /toolchain/binutils/binutils-2.25/include/opcode/
d30v.h 280 int ecc; /* execution condition code */ member in struct:d30v_insn
  /development/ndk/platforms/android-9/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/mtd/
nand.h 219 struct nand_ecc_ctrl ecc; member in struct:nand_chip

Completed in 424 milliseconds

1 2 3 4 5 6 7