Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/crypto/asn1/
H A Da_sign.c98 ASN1_STRING_set0(signature, buf_out, outl); in ASN1_sign()
280 ASN1_STRING_set0(signature, buf_out, outl); in ASN1_item_sign_ctx()
H A Dasn_pack.c29 ASN1_STRING_set0(octmp, NULL, 0); in ASN1_item_pack()
H A Dp5_pbe.c61 ASN1_STRING_set0(pbe->salt, sstr, saltlen);
H A Dp8_pkey.c67 ASN1_STRING_set0(priv->pkey, penc, penclen);
H A Da_bitstr.c131 ASN1_STRING_set0(ret, s, (int)len); in ossl_c2i_ASN1_BIT_STRING()
H A Da_mbstr.c142 ASN1_STRING_set0(dest, NULL, 0); in ASN1_mbstring_ncopy()
H A Dasn1_lib.c339 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) in ASN1_STRING_set0() function
H A Da_int.c452 ASN1_STRING_set0(ret, s, (int)len); in d2i_ASN1_UINTEGER()
H A Dtasn_dec.c946 ASN1_STRING_set0(stmp, (unsigned char *)cont /* UGLY CAST! */, len); in asn1_ex_c2i()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_dh.c237 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.c284 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_env.c555 ASN1_STRING_set0(ktri->encryptedKey, ek, eklen); in cms_RecipientInfo_ktri_encrypt()
777 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen); in CMS_add0_recipient_key()
923 ASN1_STRING_set0(kekri->encryptedKey, wkey, wkeylen); in cms_RecipientInfo_kekri_encrypt()
H A Dcms_sd.c802 ASN1_STRING_set0(si->signature, sig, siglen); in cms_SignerInfo_content_sign()
821 ASN1_STRING_set0(si->signature, sig, siglen); in cms_SignerInfo_content_sign()
913 ASN1_STRING_set0(si->signature, abuf, siglen); in CMS_SignerInfo_sign()
H A Dcms_ess.c129 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen); in CMS_ReceiptRequest_create0_ex()
H A Dcms_kari.c528 ASN1_STRING_set0(rek->encryptedKey, enckey, enckeylen); in ossl_cms_RecipientInfo_kari_encrypt()
H A Dcms_lib.c228 ASN1_STRING_set0(*pos, cont, contlen); in ossl_cms_DataFinal()
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c68 ASN1_STRING_set0(osdup, NULL, 0); in pkcs7_get1_data()
178 ASN1_STRING_set0(ri->enc_key, ek, eklen); in pkcs7_encode_rinfo()
900 ASN1_STRING_set0(si->enc_digest, abuf, abuflen); in PKCS7_dataFinal()
937 ASN1_STRING_set0(os, (unsigned char *)cont, contlen); in PKCS7_dataFinal()
990 ASN1_STRING_set0(si->enc_digest, abuf, siglen); in PKCS7_SIGNER_INFO_sign()
/freebsd/crypto/openssl/crypto/ec/
H A Dec_asn1.c433 ASN1_STRING_set0(ret->base, buffer, len); in EC_GROUP_get_ecparameters()
1045 ASN1_STRING_set0(priv_key->privateKey, priv, privlen); in i2d_ECPrivateKey()
1072 ASN1_STRING_set0(priv_key->publicKey, pub, publen); in i2d_ECPrivateKey()
/freebsd/crypto/openssl/doc/man3/
H A DASN1_item_d2i_bio.pod82 ASN1_STRING_set0(*oct, NULL, 0) is called internally.
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt98 ASN1_STRING_set0(3)
H A Dmissingcrypto111.txt109 ASN1_STRING_set0(3)
/freebsd/crypto/openssl/crypto/x509/
H A Dx_pubkey.c1013 ASN1_STRING_set0(pub->public_key, penc, penclen); in X509_PUBKEY_set0_public_key()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h677 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
H A Dasn1.h.in582 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c978 ASN1_STRING_set0(astr, str, (int)str_sz); in prepare_rsa_params()

12