Lines Matching defs:identifier
307 memcmp(mk->mk_spec.u.identifier,
308 mk_spec->u.identifier,
327 mk->mk_spec.u.identifier);
348 format_mk_user_description(description, mk->mk_spec.u.identifier);
377 format_mk_user_description(description, mk->mk_spec.u.identifier);
548 /* Calculate the key identifier */
551 key_spec->u.identifier,
675 * cannot add the wrong key for a given identifier. Furthermore, each added key
733 /* Return the key identifier to userspace, if applicable */
736 copy_to_user(uarg->key_spec.u.identifier, arg.key_spec.u.identifier,
770 * Verify that the current user has added a master key with the given identifier
786 const u8 identifier[FSCRYPT_KEY_IDENTIFIER_SIZE])
794 memcpy(mk_spec.u.identifier, identifier, FSCRYPT_KEY_IDENTIFIER_SIZE);