Searched refs:sig_opts (Results 1 – 9 of 9) sorted by relevance
/mbedtls-latest/library/ |
D | x509_internal.h | 38 void **sig_opts); 48 const void *sig_opts);
|
D | x509_csr.c | 412 &csr->sig_opts)) != 0) { in mbedtls_x509_csr_parse_der_internal() 552 csr->sig_opts); in mbedtls_x509_csr_info() 626 mbedtls_free(csr->sig_opts); in mbedtls_x509_csr_free()
|
D | x509.c | 720 void **sig_opts) in mbedtls_x509_get_sig_alg() argument 724 if (*sig_opts != NULL) { in mbedtls_x509_get_sig_alg() 750 *sig_opts = (void *) pss_opts; in mbedtls_x509_get_sig_alg() 981 const void *sig_opts) in mbedtls_x509_sig_alg_gets() argument 1000 pss_opts = (const mbedtls_pk_rsassa_pss_options *) sig_opts; in mbedtls_x509_sig_alg_gets() 1014 ((void) sig_opts); in mbedtls_x509_sig_alg_gets()
|
D | x509_crl.c | 394 &crl->sig_opts)) != 0) { in mbedtls_x509_crl_parse_der() 656 crl->sig_opts); in mbedtls_x509_crl_info() 686 mbedtls_free(crl_cur->sig_opts); in mbedtls_x509_crl_free()
|
D | x509_crt.c | 1170 &crt->sig_opts)) != 0) { in x509_crt_parse_der_core() 1807 crt->sig_md, crt->sig_opts); in mbedtls_x509_crt_info() 2084 if (mbedtls_pk_verify_ext(crl_list->sig_pk, crl_list->sig_opts, &ca->pk, in x509_crt_verifycrl() 2169 return mbedtls_pk_verify_ext(child->sig_pk, child->sig_opts, &parent->pk, in x509_crt_check_signature() 3238 mbedtls_free(cert_cur->sig_opts); in mbedtls_x509_crt_free()
|
/mbedtls-latest/include/mbedtls/ |
D | x509_crl.h | 86 …void *MBEDTLS_PRIVATE(sig_opts); /**< Signature options to be passed to mbedtls_pk_ver…
|
D | x509_csr.h | 59 …void *MBEDTLS_PRIVATE(sig_opts); /**< Signature options to be passed to mbedtls_pk_verify_…
|
D | x509_crt.h | 85 …void *MBEDTLS_PRIVATE(sig_opts); /**< Signature options to be passed to mbedtls_pk_ver…
|
/mbedtls-latest/tests/suites/ |
D | test_suite_x509write.function | 65 if (mbedtls_pk_verify_ext(csr.sig_pk, csr.sig_opts, &csr.pk,
|