Home
last modified time | relevance | path

Searched refs:ASN1_STRING_set0 (Results 1 – 12 of 12) sorted by relevance

/NextBSD/crypto/openssl/crypto/cms/
HDcms_env.c399 ASN1_STRING_set0(ktri->encryptedKey, ek, eklen); in cms_RecipientInfo_ktri_encrypt()
605 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen); in CMS_add0_recipient_key()
718 ASN1_STRING_set0(kekri->encryptedKey, wkey, wkeylen); in cms_RecipientInfo_kekri_encrypt()
HDcms_sd.c631 ASN1_STRING_set0(si->signature, sig, siglen); in cms_SignerInfo_content_sign()
645 ASN1_STRING_set0(si->signature, sig, siglen); in cms_SignerInfo_content_sign()
728 ASN1_STRING_set0(si->signature, abuf, siglen); in CMS_SignerInfo_sign()
HDcms_ess.c106 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen); in CMS_ReceiptRequest_create0()
HDcms_kari.c460 ASN1_STRING_set0(rek->encryptedKey, enckey, enckeylen); in cms_RecipientInfo_kari_encrypt()
HDcms_lib.c176 ASN1_STRING_set0(*pos, cont, contlen); in CMS_dataFinal()
/NextBSD/crypto/openssl/crypto/pkcs7/
HDpk7_doit.c177 ASN1_STRING_set0(ri->enc_key, ek, eklen); in pkcs7_encode_rinfo()
866 ASN1_STRING_set0(si->enc_digest, abuf, abuflen); in PKCS7_dataFinal()
902 ASN1_STRING_set0(os, (unsigned char *)cont, contlen); in PKCS7_dataFinal()
958 ASN1_STRING_set0(si->enc_digest, abuf, siglen); in PKCS7_SIGNER_INFO_sign()
/NextBSD/crypto/openssl/crypto/ec/
HDec_ameth.c864 ASN1_STRING_set0(pubkey, penc, penclen); in ecdh_cms_encrypt()
951 ASN1_STRING_set0(wrap_str, penc, penclen); in ecdh_cms_encrypt()
/NextBSD/crypto/openssl/crypto/dh/
HDdh_ameth.c859 ASN1_STRING_set0(pubkey, penc, penclen); in dh_cms_encrypt()
942 ASN1_STRING_set0(wrap_str, penc, penclen); in dh_cms_encrypt()
/NextBSD/crypto/openssl/crypto/asn1/
HDasn1_lib.c395 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) in ASN1_STRING_set0() function
HDasn1.h808 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
/NextBSD/crypto/openssl/util/
HDlibeay.num3544 ASN1_STRING_set0 3933 EXIST::FUNCTION:
/NextBSD/crypto/openssl/
HDCHANGES2862 *) Add utility functions to handle ASN1 structures. ASN1_STRING_set0():