/freebsd/crypto/openssl/crypto/asn1/ |
H A D | a_type.c | 19 || 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 D | a_sign.c | 56 (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 D | x_algor.c | 81 param_type = V_ASN1_NULL; in X509_ALGOR_set_md()
|
H A D | tasn_fre.c | 199 case V_ASN1_NULL: in ossl_asn1_primitive_free()
|
H A D | p5_pbev2.c | 214 X509_ALGOR_set0(kdf->prf, OBJ_nid2obj(prf_nid), V_ASN1_NULL, NULL); in PKCS5_pbkdf2_set_ex()
|
H A D | tasn_dec.c | 784 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 D | asn1_gen.c | 504 ASN1_GEN_STR("NULL", V_ASN1_NULL), in asn1_str2tag() 593 case V_ASN1_NULL: in asn1_str2type()
|
H A D | tasn_new.c | 296 case V_ASN1_NULL: in asn1_primitive_new()
|
H A D | tasn_prn.c | 474 if (utype == V_ASN1_NULL) { in asn1_primitive_print()
|
H A D | tasn_enc.c | 574 case V_ASN1_NULL: in asn1_ex_i2c()
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_lib.c | 238 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 D | cms_rsa.c | 133 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 D | cms_dh.c | 37 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL) in dh_cms_set_peerkey()
|
H A D | cms_ec.c | 88 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) { in ecdh_cms_set_peerkey()
|
/freebsd/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_lib.c | 66 alg->parameter->type = V_ASN1_NULL; in OCSP_cert_id_new()
|
/freebsd/crypto/openssl/crypto/ts/ |
H A D | ts_rsp_verify.c | 502 && 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 D | ts_rsp_sign.c | 479 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 D | p12_mutl.c | 280 V_ASN1_NULL, NULL)) { in PKCS12_setup_mac()
|
/freebsd/crypto/openssl/apps/ |
H A D | asn1parse.c | 255 || (typ == V_ASN1_NULL)) { in asn1parse_main()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_ATTRIBUTE.pod | 188 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 D | ASN1_TYPE_get.pod | 53 If I<type> is B<V_ASN1_NULL> I<value> is ignored. If I<type> is
|
H A D | CMS_signed_get_attr.pod | 115 B<V_ASN1_NULL> OR the attribute is not found.
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509_att.c | 405 || atrtype == V_ASN1_NULL in X509_ATTRIBUTE_get0_data()
|
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_ameth.c | 55 } else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF)) { in dsa_pub_decode()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_ameth.c | 37 *pstrtype = V_ASN1_NULL; in rsa_param_encode()
|