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

/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_ess.c106 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen);
H A Dcms_sd.c631 ASN1_STRING_set0(si->signature, sig, siglen);
645 ASN1_STRING_set0(si->signature, sig, siglen);
728 ASN1_STRING_set0(si->signature, abuf, siglen);
H A Dcms_env.c399 ASN1_STRING_set0(ktri->encryptedKey, ek, eklen);
621 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen);
734 ASN1_STRING_set0(kekri->encryptedKey, wkey, wkeylen);
H A Dcms_lib.c176 ASN1_STRING_set0(*pos, cont, contlen);
H A Dcms_kari.c463 ASN1_STRING_set0(rek->encryptedKey, enckey, enckeylen);
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c395 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len) function
H A Dasn1.h808 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len);
/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c177 ASN1_STRING_set0(ri->enc_key, ek, eklen);
874 ASN1_STRING_set0(si->enc_digest, abuf, abuflen);
910 ASN1_STRING_set0(os, (unsigned char *)cont, contlen);
966 ASN1_STRING_set0(si->enc_digest, abuf, siglen);
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_ameth.c859 ASN1_STRING_set0(pubkey, penc, penclen);
942 ASN1_STRING_set0(wrap_str, penc, penclen);
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_ameth.c866 ASN1_STRING_set0(pubkey, penc, penclen);
953 ASN1_STRING_set0(wrap_str, penc, penclen);

Completed in 170 milliseconds