P1 bytes longIntroduced in 4.0, this command implements BIP-85: deterministic entropy derived from the keychain on card, so the same path always yields the same output and the derived secret can be reproduced on any other BIP-85 compatible device from the same seed.
Entropy is the first P1 bytes of HMAC-SHA512(key = "bip-entropy-from-k", data = derived private key).
The path must start with m/83696968', have at least two components and have every component hardened; anything else returns SW 0x6A80. A typical path is m/83696968'/0'/0', where the trailing components are the application type and the key index defined by BIP-85.
Nothing is stored on the card: the derivation is transient and the current key path is left untouched.