Home
last modified time | relevance | path

Searched refs:V_ASN1_UNDEF (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/asn1/
Dx_algor.c85 if (ptype != V_ASN1_UNDEF) {
98 if (ptype == V_ASN1_UNDEF) {
115 *pptype = V_ASN1_UNDEF; in X509_ALGOR_get0()
Dasn1.h101 # define V_ASN1_UNDEF -1 macro
/freebsd-9-stable/crypto/openssl/crypto/cms/
Dcms_cd.c101 OBJ_nid2obj(NID_zlib_compression), V_ASN1_UNDEF, NULL); in DECLARE_ASN1_ITEM()
Dcms_sd.c363 OBJ_nid2obj(NID_dsaWithSHA1), V_ASN1_UNDEF, 0); in CMS_add1_signer()
368 OBJ_nid2obj(NID_ecdsa_with_SHA1), V_ASN1_UNDEF, 0); in CMS_add1_signer()
895 key ? V_ASN1_INTEGER : V_ASN1_UNDEF, key); in CMS_add_simple_smimecap()
Dcms_lib.c347 param_type = V_ASN1_UNDEF; in cms_DigestAlgorithm_set()
Dcms_env.c507 OBJ_nid2obj(nid), V_ASN1_UNDEF, NULL); in CMS_add0_recipient_key()
/freebsd-9-stable/crypto/openssl/crypto/x509/
Dx509name.c376 if (type != V_ASN1_UNDEF) { in X509_NAME_ENTRY_set_data()