/openbsd-src/regress/lib/libcrypto/asn1/ |
H A D | asn1basic.c | 929 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 D | a_string.c | 203 ASN1_STRING_set0(ASN1_STRING *astr, void *data, int len) in ASN1_STRING_set0() function 210 LCRYPTO_ALIAS(ASN1_STRING_set0);
|
H A D | p8_pkey.c | 159 ASN1_STRING_set0(priv->pkey, penc, penclen); in PKCS8_pkey_set0()
|
H A D | asn1_item.c | 315 ASN1_STRING_set0(signature, out, out_len); in asn1_item_sign() 319 ASN1_STRING_set0(signature, NULL, 0); in asn1_item_sign()
|
H A D | x_pubkey.c | 755 ASN1_STRING_set0(pub->public_key, penc, penclen); in X509_PUBKEY_set0_param()
|
H A D | asn1.h | 538 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
|
/openbsd-src/lib/libcrypto/cms/ |
H A D | cms_env.c | 418 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 D | cms_sd.c | 733 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 D | cms_ess.c | 134 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen); in CMS_ReceiptRequest_create0()
|
H A D | cms_kari.c | 486 ASN1_STRING_set0(rek->encryptedKey, enckey, enckeylen); in cms_RecipientInfo_kari_encrypt()
|
H A D | cms_lib.c | 214 ASN1_STRING_set0(*pos, cont, contlen); in CMS_dataFinal()
|
/openbsd-src/lib/libcrypto/dh/ |
H A D | dh_ameth.c | 154 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 D | pk7_doit.c | 183 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 D | x509_conf.c | 203 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 D | ec_ameth.c | 131 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 D | dsa_ameth.c | 165 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 D | asn1.h | 51 LCRYPTO_USED(ASN1_STRING_set0);
|
/openbsd-src/lib/libcrypto/ |
H A D | Symbols.list | 109 ASN1_STRING_set0
|