Home
last modified time | relevance | path

Searched refs:pkcs7_verify (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/crypto/
Dpkcs7.h41 extern int pkcs7_verify(struct pkcs7_message *pkcs7,
/linux-4.4.14/crypto/asymmetric_keys/
Dpkcs7_key_type.c58 ret = pkcs7_verify(pkcs7, usage); in pkcs7_preparse()
Dpkcs7_verify.c376 int pkcs7_verify(struct pkcs7_message *pkcs7, in pkcs7_verify() function
446 EXPORT_SYMBOL_GPL(pkcs7_verify);
DMakefile43 pkcs7_verify.o
Dverify_pefile.c468 ret = pkcs7_verify(pkcs7, usage); in verify_pefile_signature()
/linux-4.4.14/certs/
Dsystem_keyring.c137 ret = pkcs7_verify(pkcs7, usage); in system_verify_data()