Home
last modified time | relevance | path

Searched refs:public_key_subtype (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/crypto/asymmetric_keys/
Dpkcs8_parser.c148 __module_get(public_key_subtype.owner); in pkcs8_key_preparse()
149 prep->payload.data[asym_subtype] = &public_key_subtype; in pkcs8_key_preparse()
Dx509_public_key.c212 __module_get(public_key_subtype.owner); in x509_key_preparse()
213 prep->payload.data[asym_subtype] = &public_key_subtype; in x509_key_preparse()
Dpublic_key.c461 struct asymmetric_key_subtype public_key_subtype = { variable
471 EXPORT_SYMBOL_GPL(public_key_subtype);
/linux-5.19.10/include/crypto/
Dpublic_key.h53 extern struct asymmetric_key_subtype public_key_subtype;