Home
last modified time | relevance | path

Searched refs:ASN1_STRING_set0 (Results 1 - 25 of 83) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dp8_pkey.c49 ASN1_STRING_set0(priv->pkey, penc, penclen);
H A Dasn1_lib.c334 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) in ASN1_STRING_set0() function
/third_party/openssl/crypto/asn1/
H A Dp8_pkey.c49 ASN1_STRING_set0(priv->pkey, penc, penclen);
H A Da_mbstr.c142 ASN1_STRING_set0(dest, NULL, 0); in ASN1_mbstring_ncopy()
H A Dasn1_lib.c334 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) in ASN1_STRING_set0() function
/third_party/node/deps/openssl/openssl/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_ess.c127 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen); in CMS_ReceiptRequest_create0_ex()
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_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_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()
/third_party/openssl/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_ess.c127 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen); in CMS_ReceiptRequest_create0_ex()
H A Dcms_env.c502 ASN1_STRING_set0(ktri->encryptedKey, ek, eklen); in cms_RecipientInfo_ktri_encrypt()
724 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen); in CMS_add0_recipient_key()
874 ASN1_STRING_set0(kekri->encryptedKey, wkey, wkeylen); in cms_RecipientInfo_kekri_encrypt()
H A Dcms_sd.c737 ASN1_STRING_set0(si->signature, sig, siglen); in cms_SignerInfo_content_sign()
754 ASN1_STRING_set0(si->signature, sig, siglen); in cms_SignerInfo_content_sign()
834 ASN1_STRING_set0(si->signature, abuf, siglen); in CMS_SignerInfo_sign()
H A Dcms_kari.c519 ASN1_STRING_set0(rek->encryptedKey, enckey, enckeylen); in ossl_cms_RecipientInfo_kari_encrypt()
H A Dcms_lib.c220 ASN1_STRING_set0(*pos, cont, contlen); in CMS_dataFinal()
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_doit.c143 ASN1_STRING_set0(ri->enc_key, ek, eklen); in pkcs7_encode_rinfo()
860 ASN1_STRING_set0(si->enc_digest, abuf, abuflen); in PKCS7_dataFinal()
897 ASN1_STRING_set0(os, (unsigned char *)cont, contlen); in PKCS7_dataFinal()
950 ASN1_STRING_set0(si->enc_digest, abuf, siglen); in PKCS7_SIGNER_INFO_sign()
/third_party/openssl/crypto/pkcs7/
H A Dpk7_doit.c143 ASN1_STRING_set0(ri->enc_key, ek, eklen); in pkcs7_encode_rinfo()
860 ASN1_STRING_set0(si->enc_digest, abuf, abuflen); in PKCS7_dataFinal()
897 ASN1_STRING_set0(os, (unsigned char *)cont, contlen); in PKCS7_dataFinal()
950 ASN1_STRING_set0(si->enc_digest, abuf, siglen); in PKCS7_SIGNER_INFO_sign()
/third_party/node/deps/openssl/openssl/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()
/third_party/openssl/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()
/third_party/openssl/ohos_lite/include/openssl/
H A Dasn1.h550 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c895 ASN1_STRING_set0(astr, str, (int)str_sz); in prepare_rsa_params()

Completed in 24 milliseconds

1234