Home
last modified time | relevance | path

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

12

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/
H 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()
H A Dcms_ec.c283 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 Dcms_sd.c740 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 Dcms_env.c521 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 Dcms_ess.c127 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen); in CMS_ReceiptRequest_create0_ex()
H A Dcms_kari.c519 ASN1_STRING_set0(rek->encryptedKey, enckey, enckeylen); in ossl_cms_RecipientInfo_kari_encrypt()
H A Dcms_lib.c233 ASN1_STRING_set0(*pos, cont, contlen); in CMS_dataFinal()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dp8_pkey.c49 ASN1_STRING_set0(priv->pkey, penc, penclen);
H A Dp5_pbe.c58 ASN1_STRING_set0(pbe->salt, sstr, saltlen);
H A Dasn1_lib.c325 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) in ASN1_STRING_set0() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dp8_pkey.c49 ASN1_STRING_set0(priv->pkey, penc, penclen);
H A Dp5_pbe.c61 ASN1_STRING_set0(pbe->salt, sstr, saltlen);
H A Dasn1_lib.c334 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) in ASN1_STRING_set0() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_env.c343 ASN1_STRING_set0(ktri->encryptedKey, ek, eklen); in cms_RecipientInfo_ktri_encrypt()
556 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen); in CMS_add0_recipient_key()
668 ASN1_STRING_set0(kekri->encryptedKey, wkey, wkeylen); in cms_RecipientInfo_kekri_encrypt()
H A Dcms_sd.c615 ASN1_STRING_set0(si->signature, sig, siglen); in cms_SignerInfo_content_sign()
629 ASN1_STRING_set0(si->signature, sig, siglen); in cms_SignerInfo_content_sign()
715 ASN1_STRING_set0(si->signature, abuf, siglen); in CMS_SignerInfo_sign()
H A Dcms_ess.c58 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen); in CMS_ReceiptRequest_create0()
H A Dcms_kari.c409 ASN1_STRING_set0(rek->encryptedKey, enckey, enckeylen); in cms_RecipientInfo_kari_encrypt()
H A Dcms_lib.c127 ASN1_STRING_set0(*pos, cont, contlen); in CMS_dataFinal()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
H A Dpk7_doit.c127 ASN1_STRING_set0(ri->enc_key, ek, eklen); in pkcs7_encode_rinfo()
773 ASN1_STRING_set0(si->enc_digest, abuf, abuflen); in PKCS7_dataFinal()
810 ASN1_STRING_set0(os, (unsigned char *)cont, contlen); in PKCS7_dataFinal()
871 ASN1_STRING_set0(si->enc_digest, abuf, siglen); in PKCS7_SIGNER_INFO_sign()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_asn1.c498 ASN1_STRING_set0(ret->base, buffer, len); in EC_GROUP_get_ecparameters()
1114 ASN1_STRING_set0(priv_key->privateKey, priv, privlen); in i2d_ECPrivateKey()
1142 ASN1_STRING_set0(priv_key->publicKey, pub, publen); in i2d_ECPrivateKey()
H A Dec_ameth.c865 ASN1_STRING_set0(pubkey, penc, penclen); in ecdh_cms_encrypt()
952 ASN1_STRING_set0(wrap_str, penc, penclen); in ecdh_cms_encrypt()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_asn1.c435 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dh/
H A Ddh_ameth.c814 ASN1_STRING_set0(pubkey, penc, penclen); in dh_cms_encrypt()
897 ASN1_STRING_set0(wrap_str, penc, penclen); in dh_cms_encrypt()
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dmissingcrypto.txt98 ASN1_STRING_set0(3)
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dasn1.h550 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);

12