Home
last modified time | relevance | path

Searched refs:X509_ALGOR_get0 (Results 1 – 25 of 27) sorted by relevance

12

/openssl/doc/man3/
H A DX509_ALGOR_dup.pod6 X509_ALGOR_set0, X509_ALGOR_get0,
16 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,
34 X509_ALGOR_get0() is the inverse of X509_ALGOR_set0(): it returns the
54 X509_ALGOR_get0() and X509_ALGOR_set_md() return no values.
/openssl/crypto/pkcs12/
H A Dp12_npas.c205 X509_ALGOR_get0(&aoid, &aparamtype, &aparam, alg); in alg_get()
215 X509_ALGOR_get0(NULL, &aparamtype, &aparam, pbe2->keyfunc); in alg_get()
216 X509_ALGOR_get0(&aoid, NULL, NULL, pbe2->encryption); in alg_get()
231 X509_ALGOR_get0(&aoid, NULL, NULL, kdf->prf); in alg_get()
H A Dp12_mutl.c94 X509_ALGOR_get0(&kdf_oid, NULL, NULL, param->keyDerivationFunc); in PBMAC1_get1_pbkdf2_param()
126 X509_ALGOR_get0(&kdf_hmac_oid, NULL, NULL, pbkdf2_param->prf); in PBMAC1_PBKDF2_HMAC()
187 X509_ALGOR_get0(&macoid, NULL, NULL, macalg); in pkcs12_gen_mac()
302 X509_ALGOR_get0(&macoid, NULL, NULL, macalg); in PKCS12_verify_mac()
313 X509_ALGOR_get0(&hmac_oid, NULL, NULL, param->messageAuthScheme); in PKCS12_verify_mac()
/openssl/crypto/cms/
H A Dcms_cd.c76 X509_ALGOR_get0(&compoid, NULL, NULL, cd->compressionAlgorithm); in ossl_cms_CompressedData_init_bio()
H A Dcms_dh.c34 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in dh_cms_set_peerkey()
219 X509_ALGOR_get0(&aoid, NULL, NULL, talg); in dh_cms_encrypt()
H A Dcms_ec.c84 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in ecdh_cms_set_peerkey()
275 X509_ALGOR_get0(&aoid, NULL, NULL, talg); in ecdh_cms_encrypt()
H A Dcms_lib.c409 X509_ALGOR_get0(&digestoid, NULL, NULL, digestAlgorithm); in ossl_cms_DigestAlgorithm_init_bio()
447 X509_ALGOR_get0(&mdoid, NULL, NULL, mdalg); in ossl_cms_DigestAlgorithm_find_ctx()
H A Dcms_sd.c410 X509_ALGOR_get0(&aoid, NULL, NULL, alg); in CMS_add1_signer()
/openssl/apps/
H A Dpkcs12.c792 X509_ALGOR_get0(&macobj, NULL, NULL, macalgid); in pkcs12_main()
808 X509_ALGOR_get0(&prfobj, NULL, NULL, pbkdf2_param->prf); in pkcs12_main()
828 X509_ALGOR_get0(&macobj, NULL, NULL, macalgid); in pkcs12_main()
1133 X509_ALGOR_get0(&aoid, &aparamtype, &aparam, alg); in alg_print()
1152 X509_ALGOR_get0(&aoid, &aparamtype, &aparam, pbe2->keyfunc); in alg_print()
1154 X509_ALGOR_get0(&aoid, NULL, NULL, pbe2->encryption); in alg_print()
1172 X509_ALGOR_get0(&aoid, NULL, NULL, kdf->prf); in alg_print()
H A Dcmp.c3267 X509_ALGOR_get0(&oid, &paramtype, &param, alg); in print_keyspec()
/openssl/test/
H A Dalgorithmid_test.c50 X509_ALGOR_get0(&oid, NULL, NULL, alg); in test_spki_aid()
132 X509_ALGOR_get0(&sig_oid, NULL, NULL, alg); in test_x509_sig_aid()
H A Devp_fetch_prov_test.c241 X509_ALGOR_get0(&obj, NULL, NULL, algor); in test_explicit_EVP_MD_fetch_by_X509_ALGOR()
357 X509_ALGOR_get0(&obj, NULL, NULL, algor); in test_explicit_EVP_CIPHER_fetch_by_X509_ALGOR()
H A Dtls-provider.c1215 X509_ALGOR_get0(NULL, &ptype, NULL, palg); in xor_key_op()
/openssl/providers/implementations/encode_decode/
H A Ddecode_spki2typespki.c106 X509_ALGOR_get0(&oid, NULL, NULL, algor); in spki2typespki_decode()
/openssl/crypto/dsa/
H A Ddsa_backend.c141 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in ossl_dsa_key_from_pkcs8()
H A Ddsa_ameth.c43 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in dsa_pub_decode()
/openssl/crypto/asn1/
H A Dx_algor.c72 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype, in X509_ALGOR_get0() function
/openssl/crypto/dh/
H A Ddh_backend.c197 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in ossl_dh_key_from_pkcs8()
H A Ddh_ameth.c74 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in dh_pub_decode()
/openssl/crypto/ec/
H A Decx_backend.c167 X509_ALGOR_get0(NULL, &ptype, NULL, palg); in ossl_ecx_key_op()
H A Dec_backend.c742 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in ossl_x509_algor_is_sm2()
774 X509_ALGOR_get0(NULL, &ptype, &pval, palg); in ossl_ec_key_param_from_x509_algor()
H A Decx_meth.c549 X509_ALGOR_get0(&obj, &ptype, NULL, sigalg); in ecd_item_verify()
/openssl/crypto/cmp/
H A Dcmp_protect.c53 X509_ALGOR_get0(&algorOID, &pptype, &ppval, msg->header->protectionAlg); in ossl_cmp_calc_protection()
/openssl/crypto/rsa/
H A Drsa_backend.c663 X509_ALGOR_get0(&algoid, &algptype, &algp, alg); in ossl_rsa_param_decode()
/openssl/include/openssl/
H A Dx509.h.in492 void X509_ALGOR_get0(const ASN1_OBJECT **paobj, int *pptype,

Completed in 77 milliseconds

12