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

/freebsd-10.1-release/crypto/openssl/crypto/cms/
H A Dcms_env.c330 ASN1_STRING_set0(ktri->encryptedKey, ek, eklen);
529 ASN1_STRING_set0(kekri->kekid->keyIdentifier, id, idlen);
642 ASN1_STRING_set0(kekri->encryptedKey, wkey, wkeylen);
H A Dcms_ess.c106 ASN1_STRING_set0(rr->signedContentIdentifier, id, idlen);
H A Dcms_lib.c176 ASN1_STRING_set0(*pos, cont, contlen);
H A Dcms_sd.c612 ASN1_STRING_set0(si->signature, sig, siglen);
690 ASN1_STRING_set0(si->signature, abuf, siglen);
/freebsd-10.1-release/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-10.1-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c177 ASN1_STRING_set0(ri->enc_key, ek, eklen);
864 ASN1_STRING_set0(si->enc_digest, abuf, abuflen);
900 ASN1_STRING_set0(os, (unsigned char *)cont, contlen);
956 ASN1_STRING_set0(si->enc_digest, abuf, siglen);

Completed in 89 milliseconds