Searched refs:key_buf (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | attestation_key.c | 317 uint8_t *key_buf = keybuf + 16 + sizeof(uint32_t) + device_id_size; in load_attestation_key() local 320 copy_uint32_from_buf(&key_buf, &algorithm); in load_attestation_key() 326 if (copy_blob_from_buf(&key_buf, &key) == false) { in load_attestation_key() 338 if (copy_cert_chain_from_buf(&key_buf, &certchain) == false) { in load_attestation_key() 356 copy_uint32_from_buf(&key_buf, &algorithm); in load_attestation_key() 361 if (copy_blob_from_buf(&key_buf, &key) == false) { in load_attestation_key() 371 if (copy_cert_chain_from_buf(&key_buf, &certchain) == false) { in load_attestation_key() 396 atap_result read_key_data(uint8_t **key_buf, uint8_t *key_data, in read_key_data() argument 403 if (copy_blob_from_buf(key_buf, &key) == false) { in read_key_data() 412 if (copy_cert_chain_from_buf(key_buf, &certchain) == false) { in read_key_data() [all …]
|
| /rk3399_rockchip-uboot/include/ |
| H A D | attestation_key.h | 30 atap_result read_key_data(uint8_t **key_buf, uint8_t *key_data,
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | debug.c | 308 char key_buf[DBG_KEY_BUF_LEN]; in ubifs_dump_node() local 423 dbg_snprintf_key(c, &key, key_buf, DBG_KEY_BUF_LEN)); in ubifs_dump_node() 458 dbg_snprintf_key(c, &key, key_buf, DBG_KEY_BUF_LEN)); in ubifs_dump_node() 482 dbg_snprintf_key(c, &key, key_buf, DBG_KEY_BUF_LEN)); in ubifs_dump_node() 520 dbg_snprintf_key(c, &key, key_buf, in ubifs_dump_node() 863 char key_buf[DBG_KEY_BUF_LEN]; in ubifs_dump_znode() local 886 dbg_snprintf_key(c, &zbr->key, key_buf, in ubifs_dump_znode() 891 dbg_snprintf_key(c, &zbr->key, key_buf, in ubifs_dump_znode() 1189 char key_buf[DBG_KEY_BUF_LEN]; in dbg_check_key_order() local 1220 zbr1->offs, dbg_snprintf_key(c, &key, key_buf, in dbg_check_key_order() [all …]
|