Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpkcs7_verify.c22 static int pkcs7_digest(struct pkcs7_message *pkcs7, in pkcs7_digest()
125 int pkcs7_get_digest(struct pkcs7_message *pkcs7, const u8 **buf, u32 *len, in pkcs7_get_digest()
159 static int pkcs7_find_key(struct pkcs7_message *pkcs7, in pkcs7_find_key()
200 static int pkcs7_verify_sig_chain(struct pkcs7_message *pkcs7, in pkcs7_verify_sig_chain()
326 static int pkcs7_verify_one(struct pkcs7_message *pkcs7, in pkcs7_verify_one()
404 int pkcs7_verify(struct pkcs7_message *pkcs7, in pkcs7_verify()
487 int pkcs7_supply_detached_data(struct pkcs7_message *pkcs7, in pkcs7_supply_detached_data()
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 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()
/OK3568_Linux_fs/kernel/certs/
H A Dsystem_keyring.c161 struct pkcs7_message *pkcs7, in verify_pkcs7_message_sig()
254 struct pkcs7_message *pkcs7; in verify_pkcs7_signature() local
H A Dblacklist.c183 int is_key_on_revocation_list(struct pkcs7_message *pkcs7) in is_key_on_revocation_list()
/OK3568_Linux_fs/kernel/include/keys/
H A Dsystem_keyring.h61 static inline int is_key_on_revocation_list(struct pkcs7_message *pkcs7) in is_key_on_revocation_list()
/OK3568_Linux_fs/kernel/scripts/
H A Dsign-file.c234 PKCS7 *pkcs7 = NULL; in main() local