Home
last modified time | relevance | path

Searched refs:V_ASN1_UNDEF (Results 1 – 24 of 24) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Dx_algor.c36 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 Da_time.c273 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 Da_sign.c253 paramtype = V_ASN1_UNDEF; in ASN1_item_sign_ctx()
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_pbm.c70 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 Dcms_ec.c88 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 Dcms_cd.c54 OBJ_nid2obj(NID_zlib_compression), V_ASN1_UNDEF, NULL); in ossl_cms_CompressedData_create()
H A Dcms_dh.c37 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 Dcms_enc.c187 if (calg->parameter->type == V_ASN1_UNDEF) { in ossl_cms_EncryptedContent_init_bio()
H A Dcms_sd.c1053 key ? V_ASN1_INTEGER : V_ASN1_UNDEF, key)) in CMS_add_simple_smimecap()
H A Dcms_env.c753 OBJ_nid2obj(nid), V_ASN1_UNDEF, NULL); in CMS_add0_recipient_key()
/freebsd/crypto/openssl/crypto/ec/
H A Decx_meth.c48 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 Decx_backend.c172 if (ptype != V_ASN1_UNDEF) { in ossl_ecx_key_op()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c194 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 Ddsa_ameth.c55 } 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 DX509_ALGOR_dup.pod25 B<V_ASN1_UNDEF> the parameter is omitted, otherwise B<ptype> and B<pval> have
H A DEVP_PKEY_ASN1_METHOD.pod386 they will be given the type B<V_ASN1_UNDEF> (i.e. the parameter is
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_protect.c241 if (X509_ALGOR_set0(*alg, algo, V_ASN1_UNDEF, NULL)) in set_sig_algor()
/freebsd/crypto/openssl/test/
H A Devp_fetch_prov_test.c130 V_ASN1_UNDEF, NULL))) { in make_algor()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509name.c333 if (type != V_ASN1_UNDEF) { in X509_NAME_ENTRY_set_data()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_backend.c532 if (algptype == V_ASN1_UNDEF) in ossl_rsa_param_decode()
H A Drsa_ameth.c42 *pstrtype = V_ASN1_UNDEF; in rsa_param_encode()
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c321 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 Dasn1.h57 # define V_ASN1_UNDEF -1 macro
H A Dasn1.h.in58 # define V_ASN1_UNDEF -1 macro