Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/crypto/asn1/
H A 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()
H A Da_sign.c56 (a->parameter->type != V_ASN1_NULL)) { in ASN1_sign()
60 a->parameter->type = V_ASN1_NULL; in ASN1_sign()
251 paramtype = V_ASN1_NULL; in ASN1_item_sign_ctx()
H A Dx_algor.c81 param_type = V_ASN1_NULL; in X509_ALGOR_set_md()
H A Dtasn_fre.c199 case V_ASN1_NULL: in ossl_asn1_primitive_free()
H A Dp5_pbev2.c214 X509_ALGOR_set0(kdf->prf, OBJ_nid2obj(prf_nid), V_ASN1_NULL, NULL); in PKCS5_pbkdf2_set_ex()
H A Dtasn_dec.c784 if (utype == V_ASN1_NULL || utype == V_ASN1_BOOLEAN in asn1_d2i_ex_primitive()
865 case V_ASN1_NULL: in asn1_ex_c2i()
953 if (typ && (utype == V_ASN1_NULL)) in asn1_ex_c2i()
H A Dasn1_gen.c504 ASN1_GEN_STR("NULL", V_ASN1_NULL), in asn1_str2tag()
593 case V_ASN1_NULL: in asn1_str2type()
H A Dtasn_new.c296 case V_ASN1_NULL: in asn1_primitive_new()
H A Dtasn_prn.c474 if (utype == V_ASN1_NULL) { in asn1_primitive_print()
H A Dtasn_enc.c574 case V_ASN1_NULL: in asn1_ex_i2c()
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c238 alg->parameter->type = V_ASN1_NULL; in PKCS7_add_signer()
333 X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), V_ASN1_NULL, 0); in pkcs7_rsa_sign_verify_setup()
366 V_ASN1_NULL, NULL); in PKCS7_SIGNER_INFO_set()
527 p7->d.digest->md->parameter->type = V_ASN1_NULL; in PKCS7_set_digest()
612 X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), V_ASN1_NULL, 0); in pkcs7_rsa_encrypt_decrypt_setup()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_rsa.c133 V_ASN1_NULL, NULL); in rsa_cms_encrypt()
212 X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), V_ASN1_NULL, 0); in rsa_cms_sign()
H A Dcms_dh.c37 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL) in dh_cms_set_peerkey()
H A Dcms_ec.c88 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) { in ecdh_cms_set_peerkey()
/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c66 alg->parameter->type = V_ASN1_NULL; in OCSP_cert_id_new()
/freebsd/crypto/openssl/crypto/ts/
H A Dts_rsp_verify.c502 && ASN1_TYPE_get(algor_a->parameter) != V_ASN1_NULL) in ts_check_imprints()
504 && ASN1_TYPE_get(algor_b->parameter) != V_ASN1_NULL)) in ts_check_imprints()
H A Dts_rsp_sign.c479 if (md_alg->parameter && ASN1_TYPE_get(md_alg->parameter) != V_ASN1_NULL) { in ts_RESP_check_request()
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_mutl.c280 V_ASN1_NULL, NULL)) { in PKCS12_setup_mac()
/freebsd/crypto/openssl/apps/
H A Dasn1parse.c255 || (typ == V_ASN1_NULL)) { in asn1parse_main()
/freebsd/crypto/openssl/doc/man3/
H A DX509_ATTRIBUTE.pod188 B<V_ASN1_BOOLEAN> or B<V_ASN1_NULL> OR if the I<idx> is not in the
195 object OR if I<type> is either B<V_ASN1_BOOLEAN> or B<V_ASN1_NULL> OR the
H A DASN1_TYPE_get.pod53 If I<type> is B<V_ASN1_NULL> I<value> is ignored. If I<type> is
H A DCMS_signed_get_attr.pod115 B<V_ASN1_NULL> OR the attribute is not found.
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_att.c405 || atrtype == V_ASN1_NULL in X509_ATTRIBUTE_get0_data()
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c55 } else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF)) { in dsa_pub_decode()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c37 *pstrtype = V_ASN1_NULL; in rsa_param_encode()

12