Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libcrypto/asn1/
H A Dasn1basic.c929 ASN1_STRING_set0(astr, NULL, 0); in asn1_string_new_test()
1014 ASN1_STRING_set0(a, comparison_str, strlen(comparison_str)); in asn1_string_cmp_test()
1015 ASN1_STRING_set0(b, comparison_str, strlen(comparison_str)); in asn1_string_cmp_test()
1076 ASN1_STRING_set0(b, NULL, 0); in asn1_string_cmp_test()
1085 ASN1_STRING_set0(b, "", 0); in asn1_string_cmp_test()
1094 ASN1_STRING_set0(a, NULL, 0); in asn1_string_cmp_test()
/openbsd-src/lib/libcrypto/asn1/
H A Da_string.c203 ASN1_STRING_set0(ASN1_STRING *astr, void *data, int len) in ASN1_STRING_set0() function
210 LCRYPTO_ALIAS(ASN1_STRING_set0);
H A Dp8_pkey.c159 ASN1_STRING_set0(priv->pkey, penc, penclen); in PKCS8_pkey_set0()
H A Dasn1_item.c315 ASN1_STRING_set0(signature, out, out_len); in asn1_item_sign()
319 ASN1_STRING_set0(signature, NULL, 0); in asn1_item_sign()
H A Dx_pubkey.c755 ASN1_STRING_set0(pub->public_key, penc, penclen); in X509_PUBKEY_set0_param()
H A Dasn1.h538 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
/openbsd-src/lib/libcrypto/cms/
H A Dcms_env.c418 ASN1_STRING_set0(ktri->encryptedKey, ek, eklen); in cms_RecipientInfo_ktri_encrypt()
634 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen); in CMS_add0_recipient_key()
746 ASN1_STRING_set0(kekri->encryptedKey, wkey, wkeylen); in cms_RecipientInfo_kekri_encrypt()
H A Dcms_sd.c733 ASN1_STRING_set0(si->signature, sig, siglen); in cms_SignerInfo_content_sign()
748 ASN1_STRING_set0(si->signature, sig, siglen); in cms_SignerInfo_content_sign()
825 ASN1_STRING_set0(si->signature, sig, sig_len); in CMS_SignerInfo_sign()
H A Dcms_ess.c134 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen); in CMS_ReceiptRequest_create0()
H A Dcms_kari.c486 ASN1_STRING_set0(rek->encryptedKey, enckey, enckeylen); in cms_RecipientInfo_kari_encrypt()
H A Dcms_lib.c214 ASN1_STRING_set0(*pos, cont, contlen); in CMS_dataFinal()
/openbsd-src/lib/libcrypto/dh/
H A Ddh_ameth.c154 ASN1_STRING_set0(astr, params, params_len); in dh_pub_encode()
269 ASN1_STRING_set0(astr, params, params_len); in dh_priv_encode()
/openbsd-src/lib/libcrypto/pkcs7/
H A Dpk7_doit.c183 ASN1_STRING_set0(ri->enc_key, ek, eklen); in pkcs7_encode_rinfo()
819 ASN1_STRING_set0(si->enc_digest, abuf, abuflen); in PKCS7_dataFinal()
859 ASN1_STRING_set0(os, (unsigned char *)cont, contlen); in PKCS7_dataFinal()
917 ASN1_STRING_set0(si->enc_digest, abuf, siglen); in PKCS7_SIGNER_INFO_sign()
/openbsd-src/lib/libcrypto/x509/
H A Dx509_conf.c203 ASN1_STRING_set0(ext_oct, ext_der, ext_len); in do_ext_i2d()
309 ASN1_STRING_set0(oct, ext_der, ext_len); in v3_generic_extension()
/openbsd-src/lib/libcrypto/ec/
H A Dec_ameth.c131 ASN1_STRING_set0(astr, params, params_len); in eckey_to_explicit_params()
932 ASN1_STRING_set0(pubkey, penc, penclen); in ecdh_cms_encrypt()
1015 ASN1_STRING_set0(wrap_str, penc, penclen); in ecdh_cms_encrypt()
/openbsd-src/lib/libcrypto/dsa/
H A Ddsa_ameth.c165 ASN1_STRING_set0(astr, params, params_len); in dsa_pub_encode()
306 ASN1_STRING_set0(astr, params, params_len); in dsa_priv_encode()
/openbsd-src/lib/libcrypto/hidden/openssl/
H A Dasn1.h51 LCRYPTO_USED(ASN1_STRING_set0);
/openbsd-src/lib/libcrypto/
H A DSymbols.list109 ASN1_STRING_set0