Searched refs:ASN1_STRING_set0 (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/crypto/openssl/crypto/cms/ |
| HD | cms_env.c | 399 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()
|
| HD | cms_sd.c | 631 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()
|
| HD | cms_ess.c | 106 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen); in CMS_ReceiptRequest_create0()
|
| HD | cms_kari.c | 460 ASN1_STRING_set0(rek->encryptedKey, enckey, enckeylen); in cms_RecipientInfo_kari_encrypt()
|
| HD | cms_lib.c | 176 ASN1_STRING_set0(*pos, cont, contlen); in CMS_dataFinal()
|
| /NextBSD/crypto/openssl/crypto/pkcs7/ |
| HD | pk7_doit.c | 177 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/ |
| HD | ec_ameth.c | 864 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/ |
| HD | dh_ameth.c | 859 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/ |
| HD | asn1_lib.c | 395 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) in ASN1_STRING_set0() function
|
| HD | asn1.h | 808 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
|
| /NextBSD/crypto/openssl/util/ |
| HD | libeay.num | 3544 ASN1_STRING_set0 3933 EXIST::FUNCTION:
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES | 2862 *) Add utility functions to handle ASN1 structures. ASN1_STRING_set0():
|