pub(crate) fn decrypt_blob_cipher(
cipher: &Cipher,
sealed: &SealedCipherBlob,
ctx: &mut KeyStoreContext<'_, KeySlotIds>,
) -> Result<CipherView, BlobEncryptionError>Expand description
Decrypts a pre-parsed blob-encrypted Cipher into a CipherView. Callers
should obtain the SealedCipherBlob via try_parse_blob.