Lines Matching refs:identifier
308 memcmp(mk->mk_spec.u.identifier,
309 mk_spec->u.identifier,
328 mk->mk_spec.u.identifier);
349 format_mk_user_description(description, mk->mk_spec.u.identifier);
378 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,
802 * Verify that the current user has added a master key with the given identifier
818 const u8 identifier[FSCRYPT_KEY_IDENTIFIER_SIZE])
826 memcpy(mk_spec.u.identifier, identifier, FSCRYPT_KEY_IDENTIFIER_SIZE);