Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/
H A Dcsf_hdr_parser.c59 struct srk_table *srktbl = (void *)srk_buffer; in deploy_rotpk_hash_table() local
115 ret = hash_update(algo, ctx, srktbl[i].pkey, srktbl[i].key_len); in deploy_rotpk_hash_table()
216 struct srk_table *srktbl = (void *)((uint8_t *)esbc + hdr->srk_tbl_off); in get_key() local
252 if (CHECK_KEY_LEN(srktbl[i].key_len) == 0) { in get_key()
265 ret = deploy_rotpk_hash_table(srktbl, hdr->len_kr.num_srk); in get_key()
279 *len = srktbl[key_num - 1].key_len; in get_key()
282 *key = (uint8_t *)&(srktbl[key_num - 1].pkey); in get_key()