Lines Matching +full:key +full:- +full:code
1 /* SPDX-License-Identifier: GPL-2.0+ */
23 /* Barker code size in bytes */
24 #define ESBC_BARKER_LEN 4 /* barker code length in ESBC uboot client */
27 /* No-error return values */
33 /* Different Header Struct for LS-CH3 */
36 u8 barker[ESBC_BARKER_LEN]; /* barker code */
65 /* Srk table and key revocation check */
82 * barker code
83 * public key offset
84 * pub key length
96 * Here, pub key is modulus concatenated with exponent
100 u8 barker[ESBC_BARKER_LEN]; /* barker code */
102 u32 pkey; /* public key offset */
109 u32 key_len; /* pub key length in bytes */
150 /* Srk table and key revocation check */
227 * ESBC client key
228 * ESBC client key hash
239 u8 img_key[2 * KEY_SIZE_BYTES]; /* ESBC client key */
240 u8 img_key_hash[32]; /* ESBC client key hash */
278 * This function is used to validate the main U-boot binary from
280 * Architecture header (appended to U-boot image).