Home
last modified time | relevance | path

Searched refs:V_ASN1_NULL (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12-stable/crypto/openssl/crypto/asn1/
Da_type.c19 || a->type == V_ASN1_NULL in ASN1_TYPE_get()
29 && a->type != V_ASN1_NULL in ASN1_TYPE_set()
77 case V_ASN1_NULL: in ASN1_TYPE_cmp()
Da_sign.c55 (a->parameter->type != V_ASN1_NULL)) { in ASN1_sign()
59 a->parameter->type = V_ASN1_NULL; in ASN1_sign()
196 paramtype = V_ASN1_NULL; in ASN1_item_sign_ctx()
Dx_algor.c79 param_type = V_ASN1_NULL; in X509_ALGOR_set_md()
Dtasn_fre.c195 case V_ASN1_NULL: in asn1_primitive_free()
Dp5_pbev2.c196 X509_ALGOR_set0(kdf->prf, OBJ_nid2obj(prf_nid), V_ASN1_NULL, NULL); in PKCS5_pbkdf2_set()
Dtasn_dec.c746 if (utype == V_ASN1_NULL || utype == V_ASN1_BOOLEAN in asn1_d2i_ex_primitive()
827 case V_ASN1_NULL: in asn1_ex_c2i()
916 if (typ && (utype == V_ASN1_NULL)) in asn1_ex_c2i()
Dasn1_gen.c508 ASN1_GEN_STR("NULL", V_ASN1_NULL), in asn1_str2tag()
596 case V_ASN1_NULL: in asn1_str2type()
Dtasn_new.c297 case V_ASN1_NULL: in asn1_primitive_new()
Dtasn_prn.c474 if (utype == V_ASN1_NULL) { in asn1_primitive_print()
Dtasn_enc.c553 case V_ASN1_NULL: in asn1_ex_i2c()
/freebsd-12-stable/crypto/openssl/crypto/pkcs7/
Dpk7_lib.c226 alg->parameter->type = V_ASN1_NULL; in PKCS7_add_signer()
331 V_ASN1_NULL, NULL); in PKCS7_SIGNER_INFO_set()
384 p7->d.digest->md->parameter->type = V_ASN1_NULL; in PKCS7_set_digest()
/freebsd-12-stable/crypto/openssl/crypto/rsa/
Drsa_ameth.c38 *pstrtype = V_ASN1_NULL; in rsa_param_encode()
535 X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), V_ASN1_NULL, 0); in rsa_pkey_ctrl()
816 X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), V_ASN1_NULL, 0); in rsa_cms_sign()
1008 X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), V_ASN1_NULL, 0); in rsa_cms_encrypt()
Drsa_sign.c52 parameter.type = V_ASN1_NULL; in encode_pkcs1()
/freebsd-12-stable/crypto/openssl/crypto/ocsp/
Docsp_lib.c65 alg->parameter->type = V_ASN1_NULL; in OCSP_cert_id_new()
/freebsd-12-stable/crypto/openssl/crypto/ts/
Dts_rsp_verify.c636 && ASN1_TYPE_get(algor_a->parameter) != V_ASN1_NULL) in ts_check_imprints()
638 && ASN1_TYPE_get(algor_b->parameter) != V_ASN1_NULL)) in ts_check_imprints()
/freebsd-12-stable/crypto/openssl/crypto/pkcs12/
Dp12_mutl.c240 V_ASN1_NULL, NULL)) { in PKCS12_setup_mac()
/freebsd-12-stable/crypto/openssl/crypto/x509/
Dx509_att.c318 || atrtype == V_ASN1_NULL in X509_ATTRIBUTE_get0_data()
/freebsd-12-stable/crypto/openssl/apps/
Dasn1pars.c248 || (typ == V_ASN1_NULL)) { in asn1parse_main()
Dts.c440 algo->parameter->type = V_ASN1_NULL; in create_query()
/freebsd-12-stable/crypto/openssl/doc/man3/
DASN1_TYPE_get.pod53 If B<type> is V_ASN1_NULL B<value> is ignored. If B<type> is V_ASN1_BOOLEAN
/freebsd-12-stable/crypto/openssl/crypto/evp/
Devp_lib.c27 ASN1_TYPE_set(type, V_ASN1_NULL, NULL); in EVP_CIPHER_param_to_asn1()
/freebsd-12-stable/crypto/openssl/crypto/dsa/
Ddsa_ameth.c46 } else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF)) { in dsa_pub_decode()
/freebsd-12-stable/crypto/openssl/crypto/ec/
Dec_ameth.c671 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) { in ecdh_cms_set_peerkey()
/freebsd-12-stable/crypto/openssl/crypto/dh/
Ddh_ameth.c628 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL) in dh_cms_set_peerkey()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dasn1.h55 # define V_ASN1_NULL 5 macro

12