Home
last modified time | relevance | path

Searched refs:V_ASN1_UNDEF (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/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()
/third_party/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()
843 *pstrtype = V_ASN1_UNDEF; in prepare_rsa_params()
/third_party/node/deps/openssl/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()
/third_party/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.c169 if (ptype != V_ASN1_UNDEF) { in ossl_ecx_key_op()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_cd.c54 OBJ_nid2obj(NID_zlib_compression), V_ASN1_UNDEF, NULL); in ossl_cms_CompressedData_create()
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_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()
/third_party/openssl/crypto/cms/
H A Dcms_cd.c54 OBJ_nid2obj(NID_zlib_compression), V_ASN1_UNDEF, NULL); in ossl_cms_CompressedData_create()
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_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.c186 if (calg->parameter->type == V_ASN1_UNDEF) { in ossl_cms_EncryptedContent_init_bio()
/third_party/node/deps/openssl/openssl/crypto/asn1/
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()
/third_party/openssl/crypto/asn1/
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()
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509name.c333 if (type != V_ASN1_UNDEF) { in X509_NAME_ENTRY_set_data()
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_protect.c241 if (X509_ALGOR_set0(*alg, algo, V_ASN1_UNDEF, NULL)) in set_sig_algor()
/third_party/openssl/crypto/cmp/
H A Dcmp_protect.c241 if (X509_ALGOR_set0(*alg, algo, V_ASN1_UNDEF, NULL)) in set_sig_algor()

Completed in 19 milliseconds

1234