Searched refs:DeriveSlotKeys (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/zxcrypt/include/zxcrypt/
H A Dvolume.h124 zx_status_t DeriveSlotKeys(const crypto::Secret& key, key_slot_t slot);
/fuchsia/zircon/system/ulib/zxcrypt/
H A Dvolume.cpp473 zx_status_t Volume::DeriveSlotKeys(const crypto::Secret& key, key_slot_t slot) { function in class:zxcrypt::Volume
605 (rc = DeriveSlotKeys(key, slot)) != ZX_OK ||
664 if ((rc != DeriveSlotKeys(key, slot)) != ZX_OK) {

Completed in 12 milliseconds