Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Drpmb.c245 int mmc_rpmb_set_key(struct mmc *mmc, void *key) in mmc_rpmb_set_key() function
/openbmc/u-boot/include/
H A Dmmc.h763 int mmc_rpmb_set_key(struct mmc *mmc, void *key);
/openbmc/u-boot/cmd/
H A Dmmc.c164 if (mmc_rpmb_set_key(mmc, key_addr)) { in do_mmcrpmb_key()