/freebsd/crypto/openssl/crypto/asn1/ |
H A D | x_algor.c | 36 if (ptype != V_ASN1_UNDEF) { 48 if (ptype == V_ASN1_UNDEF) { 63 *pptype = V_ASN1_UNDEF; in X509_ALGOR_get0() 79 param_type = V_ASN1_UNDEF; in X509_ALGOR_set_md()
|
H A D | a_time.c | 273 if (type == V_ASN1_UNDEF) { in ossl_asn1_time_from_tm() 339 return ossl_asn1_time_from_tm(s, ts, V_ASN1_UNDEF); in ASN1_TIME_adj() 577 return ossl_asn1_time_from_tm(t, &tm, V_ASN1_UNDEF) != NULL; in ASN1_TIME_normalize()
|
H A D | a_sign.c | 253 paramtype = V_ASN1_UNDEF; in ASN1_item_sign_ctx()
|
/freebsd/crypto/openssl/crypto/crmf/ |
H A D | crmf_pbm.c | 70 if (!X509_ALGOR_set0(pbm->owf, OBJ_nid2obj(owfnid), V_ASN1_UNDEF, NULL)) { in OSSL_CRMF_pbmp_new() 104 if (!X509_ALGOR_set0(pbm->mac, OBJ_nid2obj(macnid), V_ASN1_UNDEF, NULL)) { in OSSL_CRMF_pbmp_new()
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_ec.c | 88 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) { in ecdh_cms_set_peerkey() 289 V_ASN1_UNDEF, NULL); /* cannot fail */ in ecdh_cms_encrypt() 414 X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0); in ossl_cms_ecdsa_dsa_sign()
|
H A D | cms_cd.c | 54 OBJ_nid2obj(NID_zlib_compression), V_ASN1_UNDEF, NULL); in ossl_cms_CompressedData_create()
|
H A D | cms_dh.c | 37 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL) in dh_cms_set_peerkey() 242 V_ASN1_UNDEF, NULL); in dh_cms_encrypt()
|
H A D | cms_enc.c | 187 if (calg->parameter->type == V_ASN1_UNDEF) { in ossl_cms_EncryptedContent_init_bio()
|
H A D | cms_sd.c | 1053 key ? V_ASN1_INTEGER : V_ASN1_UNDEF, key)) in CMS_add_simple_smimecap()
|
H A D | cms_env.c | 753 OBJ_nid2obj(nid), V_ASN1_UNDEF, NULL); in CMS_add0_recipient_key()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecx_meth.c | 48 V_ASN1_UNDEF, NULL, penc, KEYLEN(pkey))) { in ecx_pub_encode() 123 V_ASN1_UNDEF, NULL, penc, penclen)) { in ecx_priv_encode() 553 if ((nid != NID_ED25519 && nid != NID_ED448) || ptype != V_ASN1_UNDEF) { in ecd_item_verify() 570 X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_ED25519), V_ASN1_UNDEF, NULL); in ecd_item_sign25519() 572 X509_ALGOR_set0(alg2, OBJ_nid2obj(NID_ED25519), V_ASN1_UNDEF, NULL); in ecd_item_sign25519() 591 X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_ED448), V_ASN1_UNDEF, NULL); in ecd_item_sign448() 593 X509_ALGOR_set0(alg2, OBJ_nid2obj(NID_ED448), V_ASN1_UNDEF, NULL); in ecd_item_sign448()
|
H A D | ecx_backend.c | 172 if (ptype != V_ASN1_UNDEF) { in ossl_ecx_key_op()
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 194 int strtype = V_ASN1_UNDEF; in key_to_epki_der_priv_bio() 222 int strtype = V_ASN1_UNDEF; in key_to_epki_pem_priv_bio() 250 int strtype = V_ASN1_UNDEF; in key_to_pki_der_priv_bio() 282 int strtype = V_ASN1_UNDEF; in key_to_pki_pem_priv_bio() 314 int strtype = V_ASN1_UNDEF; in key_to_spki_der_pub_bio() 340 int strtype = V_ASN1_UNDEF; in key_to_spki_pem_pub_bio() 581 *pstrtype = V_ASN1_UNDEF; in prepare_dsa_params() 851 *pstrtype = V_ASN1_UNDEF; in prepare_rsa_params()
|
/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() 114 ptype = V_ASN1_UNDEF; in dsa_pub_encode()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_ALGOR_dup.pod | 25 B<V_ASN1_UNDEF> the parameter is omitted, otherwise B<ptype> and B<pval> have
|
H A D | EVP_PKEY_ASN1_METHOD.pod | 386 they will be given the type B<V_ASN1_UNDEF> (i.e. the parameter is
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_protect.c | 241 if (X509_ALGOR_set0(*alg, algo, V_ASN1_UNDEF, NULL)) in set_sig_algor()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_fetch_prov_test.c | 130 V_ASN1_UNDEF, NULL))) { in make_algor()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509name.c | 333 if (type != V_ASN1_UNDEF) { in X509_NAME_ENTRY_set_data()
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_backend.c | 532 if (algptype == V_ASN1_UNDEF) in ossl_rsa_param_decode()
|
H A D | rsa_ameth.c | 42 *pstrtype = V_ASN1_UNDEF; in rsa_param_encode()
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_lib.c | 321 X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0); in pkcs7_ecdsa_or_dsa_sign_verify_setup()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1.h | 57 # define V_ASN1_UNDEF -1 macro
|
H A D | asn1.h.in | 58 # define V_ASN1_UNDEF -1 macro
|