Searched refs:PKCS7_NOSIGS (Results 1 – 5 of 5) sorted by relevance
89 If B<PKCS7_NOSIGS> is set then the signatures on the data are not checked.100 setting C<PKCS7_NOVERIFY|PKCS7_NOSIGS> will totally disable all verification
200 # define PKCS7_NOSIGS 0x4 macro220 # define SMIME_NOSIGS PKCS7_NOSIGS
271 # define PKCS7_NOSIGS 0x4 macro291 # define SMIME_NOSIGS PKCS7_NOSIGS
357 if (!(flags & PKCS7_NOSIGS)) in PKCS7_verify()
235 flags |= PKCS7_NOSIGS; in smime_main()