Searched refs:contlen (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/cms/
H A Dcms_lib.c166 long contlen; local
172 contlen = BIO_get_mem_data(mbio, &cont);
176 ASN1_STRING_set0(*pos, cont, contlen);
/freebsd-10.1-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c887 long contlen; local
893 contlen = BIO_get_mem_data(btmp, &cont);
900 ASN1_STRING_set0(os, (unsigned char *)cont, contlen);

Completed in 57 milliseconds