Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_dh.c236 ASN1_STRING_set0(pubkey, penc, penclen); in dh_cms_encrypt()
317 ASN1_STRING_set0(wrap_str, penc, penclen); in dh_cms_encrypt()
H A Dcms_ec.c283 ASN1_STRING_set0(pubkey, penc, (int)enckeylen); in ecdh_cms_encrypt()
370 ASN1_STRING_set0(wrap_str, penc, penclen); in ecdh_cms_encrypt()
H A Dcms_sd.c740 ASN1_STRING_set0(si->signature, sig, siglen); in cms_SignerInfo_content_sign()
757 ASN1_STRING_set0(si->signature, sig, siglen); in cms_SignerInfo_content_sign()
836 ASN1_STRING_set0(si->signature, abuf, siglen); in CMS_SignerInfo_sign()
H A Dcms_env.c521 ASN1_STRING_set0(ktri->encryptedKey, ek, eklen); in cms_RecipientInfo_ktri_encrypt()
743 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen); in CMS_add0_recipient_key()
893 ASN1_STRING_set0(kekri->encryptedKey, wkey, wkeylen); in cms_RecipientInfo_kekri_encrypt()
H A Dcms_ess.c127 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen); in CMS_ReceiptRequest_create0_ex()
H A Dcms_kari.c519 ASN1_STRING_set0(rek->encryptedKey, enckey, enckeylen); in ossl_cms_RecipientInfo_kari_encrypt()
H A Dcms_lib.c233 ASN1_STRING_set0(*pos, cont, contlen); in CMS_dataFinal()
/freebsd/crypto/openssl/crypto/asn1/
H A Dp8_pkey.c49 ASN1_STRING_set0(priv->pkey, penc, penclen);
H A Dp5_pbe.c61 ASN1_STRING_set0(pbe->salt, sstr, saltlen);
H A Da_mbstr.c142 ASN1_STRING_set0(dest, NULL, 0); in ASN1_mbstring_ncopy()
H A Dasn1_lib.c334 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) in ASN1_STRING_set0() function
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c143 ASN1_STRING_set0(ri->enc_key, ek, eklen); in pkcs7_encode_rinfo()
860 ASN1_STRING_set0(si->enc_digest, abuf, abuflen); in PKCS7_dataFinal()
897 ASN1_STRING_set0(os, (unsigned char *)cont, contlen); in PKCS7_dataFinal()
950 ASN1_STRING_set0(si->enc_digest, abuf, siglen); in PKCS7_SIGNER_INFO_sign()
/freebsd/crypto/openssl/crypto/ec/
H A Dec_asn1.c435 ASN1_STRING_set0(ret->base, buffer, len); in EC_GROUP_get_ecparameters()
1049 ASN1_STRING_set0(priv_key->privateKey, priv, privlen); in i2d_ECPrivateKey()
1077 ASN1_STRING_set0(priv_key->publicKey, pub, publen); in i2d_ECPrivateKey()
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt98 ASN1_STRING_set0(3)
H A Dmissingcrypto111.txt109 ASN1_STRING_set0(3)
H A Dlibcrypto.num2152 ASN1_STRING_set0 2201 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c895 ASN1_STRING_set0(astr, str, (int)str_sz); in prepare_rsa_params()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h673 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
H A Dasn1.h.in578 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
/freebsd/secure/lib/libcrypto/
H A DVersion.map119 ASN1_STRING_set0;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1204 Use L<ASN1_STRING_set(3)> or L<ASN1_STRING_set0(3)> instead.
/freebsd/crypto/openssl/
H A DCHANGES.md2482 array. This can also happen by using the ASN1_STRING_set0() function.
10633 * Add utility functions to handle ASN1 structures. ASN1_STRING_set0():