/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_dh.c | 236 ASN1_STRING_set0(pubkey, penc, penclen); in dh_cms_encrypt() 317 ASN1_STRING_set0(wrap_str, penc, penclen); in dh_cms_encrypt()
|
H A D | cms_ec.c | 283 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 D | cms_sd.c | 740 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 D | cms_env.c | 521 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 D | cms_ess.c | 127 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen); in CMS_ReceiptRequest_create0_ex()
|
H A D | cms_kari.c | 519 ASN1_STRING_set0(rek->encryptedKey, enckey, enckeylen); in ossl_cms_RecipientInfo_kari_encrypt()
|
H A D | cms_lib.c | 233 ASN1_STRING_set0(*pos, cont, contlen); in CMS_dataFinal()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | p8_pkey.c | 49 ASN1_STRING_set0(priv->pkey, penc, penclen);
|
H A D | p5_pbe.c | 61 ASN1_STRING_set0(pbe->salt, sstr, saltlen);
|
H A D | a_mbstr.c | 142 ASN1_STRING_set0(dest, NULL, 0); in ASN1_mbstring_ncopy()
|
H A D | asn1_lib.c | 334 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) in ASN1_STRING_set0() function
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 143 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 D | ec_asn1.c | 435 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 D | missingcrypto.txt | 98 ASN1_STRING_set0(3)
|
H A D | missingcrypto111.txt | 109 ASN1_STRING_set0(3)
|
H A D | libcrypto.num | 2152 ASN1_STRING_set0 2201 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 895 ASN1_STRING_set0(astr, str, (int)str_sz); in prepare_rsa_params()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 673 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
|
H A D | asn1.h.in | 578 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 119 ASN1_STRING_set0;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1204 Use L<ASN1_STRING_set(3)> or L<ASN1_STRING_set0(3)> instead.
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 2482 array. This can also happen by using the ASN1_STRING_set0() function. 10633 * Add utility functions to handle ASN1 structures. ASN1_STRING_set0():
|