Searched refs:key_type (Results 1 - 13 of 13) sorted by relevance

/u-boot/include/crypto/
H A Dpublic_key.h59 struct key_type;
63 const struct key_type *type,
68 const struct key_type *type,
73 const struct key_type *type,
/u-boot/include/keys/
H A Dasymmetric-type.h17 extern struct key_type key_type_asymmetric;
/u-boot/fs/ubifs/
H A Dgc.c130 ubifs_assert(key_type(c, &sa->key) == UBIFS_DATA_KEY);
131 ubifs_assert(key_type(c, &sb->key) == UBIFS_DATA_KEY);
174 ubifs_assert(key_type(c, &sa->key) != UBIFS_DATA_KEY &&
175 key_type(c, &sb->key) != UBIFS_DATA_KEY);
188 ubifs_assert(key_type(c, &sa->key) == UBIFS_DENT_KEY ||
189 key_type(c, &sa->key) == UBIFS_XENT_KEY);
190 ubifs_assert(key_type(c, &sb->key) == UBIFS_DENT_KEY ||
191 key_type(c, &sb->key) == UBIFS_XENT_KEY);
265 ubifs_assert(key_type(c, &snod->key) == UBIFS_DATA_KEY ||
266 key_type(
[all...]
H A Dtnc_misc.c317 switch (key_type(c, &zbr->key)) {
325 i, key_type(c, &zbr->key));
333 type = key_type(c, &zbr->key);
455 int err, type = key_type(c, key);
H A Dkey.h311 * key_type - get key type.
315 static inline int key_type(const struct ubifs_info *c, function
517 int type = key_type(c, key);
H A Dreplay.c232 switch (key_type(c, &r->key)) {
448 int key_type = key_type_flash(c, dent->key); local
456 ubifs_err(c, "bad %s node", key_type == UBIFS_DENT_KEY ?
461 if (key_type != UBIFS_DENT_KEY && key_type != UBIFS_XENT_KEY) {
462 ubifs_err(c, "bad key type %d", key_type);
H A Dtnc.c510 ret = try_read_node(c, node, key_type(c, key), zbr->len, zbr->lnum,
1183 ubifs_assert(key_type(c, key) < UBIFS_INVALID_KEY);
1567 key_type(c, key) != UBIFS_DATA_KEY) {
2023 if (znode->level == 0 && key_type(c, key) == UBIFS_DATA_KEY) {
2028 key_type(c, key1) == UBIFS_DATA_KEY)
2039 key_type(c, key1) == UBIFS_DATA_KEY) {
2042 key_type(c, key1) != UBIFS_DATA_KEY) {
2773 int n, err, type = key_type(c, key);
2836 key_type(c, dkey) != type) {
3003 ubifs_assert(key_type(
[all...]
H A Dorphan.c824 if (key_type(c, &zbr->key) != UBIFS_INO_KEY)
826 (unsigned long)inum, key_type(c, &zbr->key));
H A Drecovery.c1380 switch (key_type(c, key)) {
H A Ddebug.c108 int type = key_type(c, key);
2059 int err, type = key_type(c, &zbr->key);
/u-boot/fs/btrfs/
H A Dctree.c329 u64 iobjectid, u64 ioff, u8 key_type,
337 key.type = key_type;
328 btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *found_path, u64 iobjectid, u64 ioff, u8 key_type, struct btrfs_key *found_key) argument
H A Dctree.h1295 u64 iobjectid, u64 ioff, u8 key_type,
/u-boot/lib/crypto/
H A Dasymmetric_type.c597 struct key_type key_type_asymmetric = {

Completed in 142 milliseconds