Searched refs:detached_data (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | CMS_verify.pod | 13 BIO *detached_data, BIO *out, unsigned int flags); 14 BIO *CMS_SignedData_verify(CMS_SignedData *sd, BIO *detached_data, 35 I<detached_data> refers to the signed data if the content is detached from I<cms>. 36 Otherwise I<detached_data> should be NULL and the signed data must be in I<cms>. 61 the content is detached I<detached_data> cannot be NULL.
|
| H A D | CMS_EncryptedData_decrypt.pod | 16 BIO *CMS_EnvelopedData_decrypt(CMS_EnvelopedData *env, BIO *detached_data,
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | cms.h.in | 215 BIO *CMS_EnvelopedData_decrypt(CMS_EnvelopedData *env, BIO *detached_data, 307 BIO *CMS_SignedData_verify(CMS_SignedData *sd, BIO *detached_data,
|
| H A D | cms.h | 313 BIO *CMS_EnvelopedData_decrypt(CMS_EnvelopedData *env, BIO *detached_data, 405 BIO *CMS_SignedData_verify(CMS_SignedData *sd, BIO *detached_data,
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | hxtool.c | 150 int detached_data; member 169 p->detached_data = 1; in pem_reader() 218 pd.detached_data = 0; in cms_verify_sd() 229 if (pd.detached_data && opt->signed_content_string == NULL) { in cms_verify_sd()
|
| /freebsd/crypto/openssl/crypto/cms/ |
| H A D | cms_sd.c | 1121 BIO *CMS_SignedData_verify(CMS_SignedData *sd, BIO *detached_data, in CMS_SignedData_verify() argument 1149 res = CMS_verify(ci, scerts, store, detached_data, bio, flags); in CMS_SignedData_verify()
|
| H A D | cms_env.c | 253 BIO *CMS_EnvelopedData_decrypt(CMS_EnvelopedData *env, BIO *detached_data, in CMS_EnvelopedData_decrypt() argument 278 secret == NULL ? cert : NULL, detached_data, bio, flags); in CMS_EnvelopedData_decrypt()
|