Searched refs:V_ASN1_NULL (Results 1 – 25 of 27) sorted by relevance
12
| /freebsd-12-stable/crypto/openssl/crypto/asn1/ |
| 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()
|
| D | a_sign.c | 55 (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()
|
| D | x_algor.c | 79 param_type = V_ASN1_NULL; in X509_ALGOR_set_md()
|
| D | tasn_fre.c | 195 case V_ASN1_NULL: in asn1_primitive_free()
|
| D | p5_pbev2.c | 196 X509_ALGOR_set0(kdf->prf, OBJ_nid2obj(prf_nid), V_ASN1_NULL, NULL); in PKCS5_pbkdf2_set()
|
| D | tasn_dec.c | 746 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()
|
| D | asn1_gen.c | 508 ASN1_GEN_STR("NULL", V_ASN1_NULL), in asn1_str2tag() 596 case V_ASN1_NULL: in asn1_str2type()
|
| D | tasn_new.c | 297 case V_ASN1_NULL: in asn1_primitive_new()
|
| D | tasn_prn.c | 474 if (utype == V_ASN1_NULL) { in asn1_primitive_print()
|
| D | tasn_enc.c | 553 case V_ASN1_NULL: in asn1_ex_i2c()
|
| /freebsd-12-stable/crypto/openssl/crypto/pkcs7/ |
| D | pk7_lib.c | 226 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/ |
| D | rsa_ameth.c | 38 *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()
|
| D | rsa_sign.c | 52 parameter.type = V_ASN1_NULL; in encode_pkcs1()
|
| /freebsd-12-stable/crypto/openssl/crypto/ocsp/ |
| D | ocsp_lib.c | 65 alg->parameter->type = V_ASN1_NULL; in OCSP_cert_id_new()
|
| /freebsd-12-stable/crypto/openssl/crypto/ts/ |
| D | ts_rsp_verify.c | 636 && 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/ |
| D | p12_mutl.c | 240 V_ASN1_NULL, NULL)) { in PKCS12_setup_mac()
|
| /freebsd-12-stable/crypto/openssl/crypto/x509/ |
| D | x509_att.c | 318 || atrtype == V_ASN1_NULL in X509_ATTRIBUTE_get0_data()
|
| /freebsd-12-stable/crypto/openssl/apps/ |
| D | asn1pars.c | 248 || (typ == V_ASN1_NULL)) { in asn1parse_main()
|
| D | ts.c | 440 algo->parameter->type = V_ASN1_NULL; in create_query()
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | ASN1_TYPE_get.pod | 53 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/ |
| D | evp_lib.c | 27 ASN1_TYPE_set(type, V_ASN1_NULL, NULL); in EVP_CIPHER_param_to_asn1()
|
| /freebsd-12-stable/crypto/openssl/crypto/dsa/ |
| D | dsa_ameth.c | 46 } else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF)) { in dsa_pub_decode()
|
| /freebsd-12-stable/crypto/openssl/crypto/ec/ |
| D | ec_ameth.c | 671 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) { in ecdh_cms_set_peerkey()
|
| /freebsd-12-stable/crypto/openssl/crypto/dh/ |
| D | dh_ameth.c | 628 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL) in dh_cms_set_peerkey()
|
| /freebsd-12-stable/crypto/openssl/include/openssl/ |
| D | asn1.h | 55 # define V_ASN1_NULL 5 macro
|
12