Home
last modified time | relevance | path

Searched defs:key_type (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dattestation_key.c72 static const char *get_keyslot_str(keymaster_algorithm_t key_type) in get_keyslot_str()
201 static uint32_t write_key(keymaster_algorithm_t key_type, in write_key()
216 static uint32_t write_cert(keymaster_algorithm_t key_type, const uint8_t *cert, in write_cert()
229 static uint32_t write_cert_chain_length(keymaster_algorithm_t key_type, in write_cert_chain_length()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dkey.h316 static inline int key_type(const struct ubifs_info *c, in key_type() function
H A Dreplay.c447 int key_type = key_type_flash(c, dent->key); in ubifs_validate_entry() local