]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - crypto/asymmetric_keys/asymmetric_keys.h
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[karo-tx-linux.git] / crypto / asymmetric_keys / asymmetric_keys.h
index 917be6b985e7cc2ebeac189e187cf785a94c2d24..f97330886d587527c7211acb5d41831f382530f0 100644 (file)
@@ -9,13 +9,10 @@
  * 2 of the Licence, or (at your option) any later version.
  */
 
-int asymmetric_keyid_match(const char *kid, const char *id);
-extern bool asymmetric_match_key_ids(const struct asymmetric_key_ids *kids,
-                                    const struct asymmetric_key_id *match_id);
-
 extern struct asymmetric_key_id *asymmetric_key_hex_to_key_id(const char *id);
 
-static inline const char *asymmetric_key_id(const struct key *key)
+static inline
+const struct asymmetric_key_ids *asymmetric_key_ids(const struct key *key)
 {
        return key->type_data.p[1];
 }