Symbol: ASN1_STRING_set0
crypto/openssl/crypto/asn1/a_bitstr.c
131
ASN1_STRING_set0(ret, s, (int)len);
crypto/openssl/crypto/asn1/a_int.c
452
ASN1_STRING_set0(ret, s, (int)len);
crypto/openssl/crypto/asn1/a_mbstr.c
145
ASN1_STRING_set0(dest, NULL, 0);
crypto/openssl/crypto/asn1/a_sign.c
277
ASN1_STRING_set0(signature, buf_out, outl);
crypto/openssl/crypto/asn1/a_sign.c
97
ASN1_STRING_set0(signature, buf_out, outl);
crypto/openssl/crypto/asn1/asn_pack.c
29
ASN1_STRING_set0(octmp, NULL, 0);
crypto/openssl/crypto/asn1/p5_pbe.c
61
ASN1_STRING_set0(pbe->salt, sstr, saltlen);
crypto/openssl/crypto/asn1/p8_pkey.c
67
ASN1_STRING_set0(priv->pkey, penc, penclen);
crypto/openssl/crypto/asn1/tasn_dec.c
973
ASN1_STRING_set0(stmp, (unsigned char *)cont /* UGLY CAST! */, len);
crypto/openssl/crypto/cms/cms_dh.c
242
ASN1_STRING_set0(pubkey, penc, penclen);
crypto/openssl/crypto/cms/cms_dh.c
322
ASN1_STRING_set0(wrap_str, penc, penclen);
crypto/openssl/crypto/cms/cms_ec.c
290
ASN1_STRING_set0(pubkey, penc, (int)enckeylen);
crypto/openssl/crypto/cms/cms_ec.c
376
ASN1_STRING_set0(wrap_str, penc, penclen);
crypto/openssl/crypto/cms/cms_env.c
550
ASN1_STRING_set0(ktri->encryptedKey, ek, eklen);
crypto/openssl/crypto/cms/cms_env.c
772
ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen);
crypto/openssl/crypto/cms/cms_env.c
917
ASN1_STRING_set0(kekri->encryptedKey, wkey, wkeylen);
crypto/openssl/crypto/cms/cms_ess.c
129
ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen);
crypto/openssl/crypto/cms/cms_kari.c
528
ASN1_STRING_set0(rek->encryptedKey, enckey, enckeylen);
crypto/openssl/crypto/cms/cms_lib.c
228
ASN1_STRING_set0(*pos, cont, contlen);
crypto/openssl/crypto/cms/cms_sd.c
802
ASN1_STRING_set0(si->signature, sig, siglen);
crypto/openssl/crypto/cms/cms_sd.c
821
ASN1_STRING_set0(si->signature, sig, siglen);
crypto/openssl/crypto/cms/cms_sd.c
915
ASN1_STRING_set0(si->signature, abuf, siglen);
crypto/openssl/crypto/ec/ec_asn1.c
1033
ASN1_STRING_set0(priv_key->privateKey, priv, privlen);
crypto/openssl/crypto/ec/ec_asn1.c
1060
ASN1_STRING_set0(priv_key->publicKey, pub, publen);
crypto/openssl/crypto/ec/ec_asn1.c
424
ASN1_STRING_set0(ret->base, buffer, len);
crypto/openssl/crypto/pkcs7/pk7_doit.c
1001
ASN1_STRING_set0(si->enc_digest, abuf, siglen);
crypto/openssl/crypto/pkcs7/pk7_doit.c
177
ASN1_STRING_set0(ri->enc_key, ek, eklen);
crypto/openssl/crypto/pkcs7/pk7_doit.c
67
ASN1_STRING_set0(osdup, NULL, 0);
crypto/openssl/crypto/pkcs7/pk7_doit.c
910
ASN1_STRING_set0(si->enc_digest, abuf, abuflen);
crypto/openssl/crypto/pkcs7/pk7_doit.c
947
ASN1_STRING_set0(os, (unsigned char *)cont, contlen);
crypto/openssl/crypto/x509/x_pubkey.c
1013
ASN1_STRING_set0(pub->public_key, penc, penclen);
crypto/openssl/include/openssl/asn1.h
664
void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
969
ASN1_STRING_set0(astr, str, (int)str_sz);