Home
last modified time | relevance | path

Searched refs:ECC_BYTES (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dgpmc-nand.txt115 "2 + (PAGESIZE / 512) * ECC_BYTES" >= OOBSIZE"
119 ECC_BYTES number of ECC bytes generated to protect
127 trying to use BCH16 (ECC_BYTES=26) ecc-scheme.
134 trying to use BCH16 (ECC_BYTES=26) ecc-scheme.
/linux-4.4.14/net/bluetooth/
Decc.c32 #define ECC_BYTES 32 macro
37 #define NUM_ECC_DIGITS (ECC_BYTES / 8)
730 static void ecc_bytes2native(const u8 bytes[ECC_BYTES], in ecc_bytes2native() argument
751 u8 bytes[ECC_BYTES]) in ecc_native2bytes() argument
779 get_random_bytes(priv, ECC_BYTES); in ecc_make_key()
805 get_random_bytes(rand, ECC_BYTES); in ecdh_shared_secret()