Home
last modified time | relevance | path

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

/openssl-master/crypto/asn1/
A Dp8_pkey.c49 ASN1_STRING_set0(priv->pkey, penc, penclen);
A Dp5_pbe.c61 ASN1_STRING_set0(pbe->salt, sstr, saltlen);
A Dasn1_lib.c334 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) in ASN1_STRING_set0() function
/openssl-master/crypto/cms/
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()
A Dcms_ec.c279 ASN1_STRING_set0(pubkey, penc, penclen); in ecdh_cms_encrypt()
366 ASN1_STRING_set0(wrap_str, penc, penclen); in ecdh_cms_encrypt()
A Dcms_sd.c732 ASN1_STRING_set0(si->signature, sig, siglen); in cms_SignerInfo_content_sign()
749 ASN1_STRING_set0(si->signature, sig, siglen); in cms_SignerInfo_content_sign()
828 ASN1_STRING_set0(si->signature, abuf, siglen); in CMS_SignerInfo_sign()
A Dcms_env.c502 ASN1_STRING_set0(ktri->encryptedKey, ek, eklen); in cms_RecipientInfo_ktri_encrypt()
724 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen); in CMS_add0_recipient_key()
874 ASN1_STRING_set0(kekri->encryptedKey, wkey, wkeylen); in cms_RecipientInfo_kekri_encrypt()
A Dcms_ess.c127 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen); in CMS_ReceiptRequest_create0_ex()
A Dcms_kari.c519 ASN1_STRING_set0(rek->encryptedKey, enckey, enckeylen); in ossl_cms_RecipientInfo_kari_encrypt()
A Dcms_lib.c229 ASN1_STRING_set0(*pos, cont, contlen); in CMS_dataFinal()
/openssl-master/crypto/pkcs7/
A Dpk7_doit.c139 ASN1_STRING_set0(ri->enc_key, ek, eklen); in pkcs7_encode_rinfo()
852 ASN1_STRING_set0(si->enc_digest, abuf, abuflen); in PKCS7_dataFinal()
889 ASN1_STRING_set0(os, (unsigned char *)cont, contlen); in PKCS7_dataFinal()
942 ASN1_STRING_set0(si->enc_digest, abuf, siglen); in PKCS7_SIGNER_INFO_sign()
/openssl-master/crypto/ec/
A Dec_asn1.c435 ASN1_STRING_set0(ret->base, buffer, len); in EC_GROUP_get_ecparameters()
1039 ASN1_STRING_set0(priv_key->privateKey, priv, privlen); in i2d_ECPrivateKey()
1067 ASN1_STRING_set0(priv_key->publicKey, pub, publen); in i2d_ECPrivateKey()
/openssl-master/util/
A Dmissingcrypto.txt98 ASN1_STRING_set0(3)
A Dmissingcrypto111.txt109 ASN1_STRING_set0(3)
A Dlibcrypto.num2152 ASN1_STRING_set0 2201 3_0_0 EXIST::FUNCTION:
/openssl-master/providers/implementations/encode_decode/
A Dencode_key2any.c884 ASN1_STRING_set0(astr, str, (int)str_sz); in prepare_rsa_params()
/openssl-master/include/openssl/
A Dasn1.h.in578 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
/openssl-master/doc/man7/
A Dmigration_guide.pod1154 Use L<ASN1_STRING_set(3)> or L<ASN1_STRING_set0(3)> instead.
/openssl-master/
A DCHANGES.md1549 array. This can also happen by using the ASN1_STRING_set0() function.
9700 * Add utility functions to handle ASN1 structures. ASN1_STRING_set0():

Completed in 64 milliseconds