Searched refs:eContent (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_lib.c165 return &cms->d.signedData->encapContentInfo->eContent;
171 return &cms->d.digestedData->encapContentInfo->eContent;
177 return &cms->d.authenticatedData->encapContentInfo->eContent;
180 return &cms->d.compressedData->encapContentInfo->eContent;
H A Dcms_local.h76 ASN1_OCTET_STRING *eContent; member in struct:CMS_EncapsulatedContentInfo_st
H A Dcms_asn1.c42 ASN1_NDEF_EXP_OPT(CMS_EncapsulatedContentInfo, eContent, ASN1_OCTET_STRING_NDEF, 0)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcms.c829 if (sd.encapContentInfo.eContent == NULL && signedContent == NULL) {
835 if (sd.encapContentInfo.eContent && signedContent) {
842 if (sd.encapContentInfo.eContent)
843 ret = der_copy_octet_string(sd.encapContentInfo.eContent, content);
1523 ALLOC(sigctx.sd.encapContentInfo.eContent, 1);
1524 if (sigctx.sd.encapContentInfo.eContent == NULL) {
1530 sigctx.sd.encapContentInfo.eContent->data = malloc(length);
1531 if (sigctx.sd.encapContentInfo.eContent->data == NULL) {
1536 memcpy(sigctx.sd.encapContentInfo.eContent->data, data, length);
1537 sigctx.sd.encapContentInfo.eContent
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_lib.c276 return &cms->d.signedData->encapContentInfo->eContent;
282 return &cms->d.digestedData->encapContentInfo->eContent;
292 return &cms->d.authenticatedData->encapContentInfo->eContent;
295 return &cms->d.compressedData->encapContentInfo->eContent;
H A Dcms_local.h85 ASN1_OCTET_STRING *eContent; member in struct:CMS_EncapsulatedContentInfo_st
H A Dcms_asn1.c42 ASN1_NDEF_EXP_OPT(CMS_EncapsulatedContentInfo, eContent, ASN1_OCTET_STRING_NDEF, 0)
/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dpkinit.c415 krb5_data eContent = { 0, NULL }; local
648 &eContent,
679 ret = decode_AuthPack_Win2k(eContent.data,
680 eContent.length,
711 ret = decode_AuthPack(eContent.data,
712 eContent.length,
800 krb5_data_free(&eContent);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dpkinit.c214 krb5_data *eContent,
227 eContent->data,
228 eContent->length,
212 create_signature(krb5_context context, const heim_oid *eContentType, krb5_data *eContent, struct krb5_pk_identity *id, hx509_peer_info peer, krb5_data *sd_data) argument
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c230335 int eContent; /* An FTS5_CONTENT value */ member in struct:Fts5Config
[all...]

Completed in 606 milliseconds