Searched refs:root_key (Results 1 - 5 of 5) sorted by relevance

/u-boot/tools/
H A Dsunxi_toc0.c200 static char *root_key_file = "root_key.pem";
203 * Create a key item in @buf, containing the public keys @root_key and @fw_key,
204 * and signed by the RSA key @root_key.
207 RSA *root_key, RSA *fw_key)
216 n_len = BN_bn2bin(RSA_get0_n(root_key), key_item->key0);
217 e_len = BN_bn2bin(RSA_get0_e(root_key), key_item->key0 + n_len);
236 key_item->sig_len = cpu_to_le32(RSA_size(root_key));
239 key_item->sig, &sig_len, root_key)) {
257 * and signed by the RSA key @key0. If @root_key is provided, only signatures
261 RSA *root_key, RS
206 toc0_create_key_item(uint8_t *buf, uint32_t *len, RSA *root_key, RSA *fw_key) argument
260 toc0_verify_key_item(const uint8_t *buf, uint32_t len, RSA *root_key, RSA **fw_key) argument
474 toc0_create(uint8_t *buf, uint32_t len, RSA *root_key, RSA *fw_key, uint8_t *key_item, uint32_t key_item_len, uint8_t *fw_item, uint32_t fw_item_len, uint32_t fw_addr) argument
602 toc0_verify(const uint8_t *buf, uint32_t len, RSA *root_key) argument
723 RSA *root_key = NULL; local
810 RSA *root_key = NULL; local
[all...]
/u-boot/fs/btrfs/
H A Dsubvolume.c85 u64 cur = root->root_key.objectid;
176 root->root_key.objectid, btrfs_root_generation(&root->root_item),
208 root->root_key.objectid,
H A Ddisk-io.c592 memset(&root->root_key, 0, sizeof(root->root_key));
594 root->root_key.objectid = objectid;
606 &root->root_item, &root->root_key);
679 memcpy(&root->root_key, location, sizeof(*location));
H A Dinode.c131 if (root->root_key.objectid == BTRFS_FS_TREE_OBJECTID) {
137 ret = lookup_root_ref(fs_info, root->root_key.objectid,
H A Dctree.h83 struct btrfs_key root_key; member in struct:btrfs_root

Completed in 60 milliseconds