Lines Matching refs:key_spec
522 `FS_IOC_ADD_ENCRYPTION_KEY`_. Then, the ``key_spec.u.identifier``
697 struct fscrypt_key_specifier key_spec;
727 ``key_spec.type`` must contain FSCRYPT_KEY_SPEC_TYPE_DESCRIPTOR, and
728 ``key_spec.u.descriptor`` must contain the descriptor of the key
735 policies, then ``key_spec.type`` must contain
736 FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER, and ``key_spec.u.identifier`` is
751 the raw key and whose ``type`` field matches ``key_spec.type``.
877 struct fscrypt_key_specifier key_spec;
886 - The key to remove is specified by ``key_spec``:
889 ``key_spec.type`` to FSCRYPT_KEY_SPEC_TYPE_DESCRIPTOR and fill
890 in ``key_spec.u.descriptor``. To remove this type of key, the
895 ``key_spec.type`` to FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER and fill
896 in ``key_spec.u.identifier``.
974 struct fscrypt_key_specifier key_spec;
988 The caller must zero all input fields, then fill in ``key_spec``:
991 ``key_spec.type`` to FSCRYPT_KEY_SPEC_TYPE_DESCRIPTOR and fill
992 in ``key_spec.u.descriptor``.
995 ``key_spec.type`` to FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER and fill
996 in ``key_spec.u.identifier``.