Lines Matching refs:key_spec
455 `FS_IOC_ADD_ENCRYPTION_KEY`_. Then, the ``key_spec.u.identifier``
619 struct fscrypt_key_specifier key_spec;
642 ``key_spec.type`` must contain FSCRYPT_KEY_SPEC_TYPE_DESCRIPTOR, and
643 ``key_spec.u.descriptor`` must contain the descriptor of the key
651 policies, then ``key_spec.type`` must contain
652 FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER, and ``key_spec.u.identifier`` is
770 struct fscrypt_key_specifier key_spec;
779 - The key to remove is specified by ``key_spec``:
782 ``key_spec.type`` to FSCRYPT_KEY_SPEC_TYPE_DESCRIPTOR and fill
783 in ``key_spec.u.descriptor``. To remove this type of key, the
788 ``key_spec.type`` to FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER and fill
789 in ``key_spec.u.identifier``.
867 struct fscrypt_key_specifier key_spec;
881 The caller must zero all input fields, then fill in ``key_spec``:
884 ``key_spec.type`` to FSCRYPT_KEY_SPEC_TYPE_DESCRIPTOR and fill
885 in ``key_spec.u.descriptor``.
888 ``key_spec.type`` to FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER and fill
889 in ``key_spec.u.identifier``.