Home
last modified time | relevance | path

Searched defs:pkcs7 (Results 1 – 10 of 10) sorted by relevance

/linux/crypto/asymmetric_keys/
H A Dpkcs7_trust.c22 static int pkcs7_validate_trust_one(struct pkcs7_message *pkcs7, in pkcs7_validate_trust_one()
158 int pkcs7_validate_trust(struct pkcs7_message *pkcs7, in pkcs7_validate_trust()
H A Dselftest.c40 struct pkcs7_message *pkcs7; in fips_signature_selftest() local
H A Dverify_pefile.c126 const u8 *pkcs7; in pefile_strip_sig_wrapper() local
H A Dpkcs7_parser.c57 void pkcs7_free_message(struct pkcs7_message *pkcs7) in pkcs7_free_message()
185 int pkcs7_get_content_data(const struct pkcs7_message *pkcs7, in pkcs7_get_content_data()
/linux/security/ipe/
H A Dpolicy.c94 const char *pkcs7, size_t pkcs7len) in ipe_update_policy()
160 const char *pkcs7, size_t pkcs7len) in ipe_new_policy()
H A Dpolicy.h79 const char *pkcs7; member
/linux/certs/
H A Dsystem_keyring.c312 struct pkcs7_message *pkcs7, in verify_pkcs7_message_sig()
405 struct pkcs7_message *pkcs7; in verify_pkcs7_signature() local
H A Dblacklist.c288 int is_key_on_revocation_list(struct pkcs7_message *pkcs7) in is_key_on_revocation_list()
/linux/include/keys/
H A Dsystem_keyring.h104 static inline int is_key_on_revocation_list(struct pkcs7_message *pkcs7) in is_key_on_revocation_list()
/linux/scripts/
H A Dsign-file.c238 PKCS7 *pkcs7 = NULL; in main() local