Searched refs:sig_opts (Results 1 – 9 of 9) sorted by relevance
/third_party/mbedtls/library/ |
D | x509_csr.c | 232 &csr->sig_opts ) ) != 0 ) in mbedtls_x509_csr_parse_der() 356 csr->sig_opts ); in mbedtls_x509_csr_info() 395 mbedtls_free( csr->sig_opts ); in mbedtls_x509_csr_free()
|
D | x509.c | 658 void **sig_opts ) in mbedtls_x509_get_sig_alg() argument 662 if( *sig_opts != NULL ) in mbedtls_x509_get_sig_alg() 687 *sig_opts = (void *) pss_opts; in mbedtls_x509_get_sig_alg() 840 const void *sig_opts ) in mbedtls_x509_sig_alg_gets() argument 860 pss_opts = (const mbedtls_pk_rsassa_pss_options *) sig_opts; in mbedtls_x509_sig_alg_gets() 874 ((void) sig_opts); in mbedtls_x509_sig_alg_gets()
|
D | x509_crl.c | 409 &crl->sig_opts ) ) != 0 ) in mbedtls_x509_crl_parse_der() 689 crl->sig_opts ); in mbedtls_x509_crl_info() 725 mbedtls_free( crl_cur->sig_opts ); in mbedtls_x509_crl_free()
|
D | x509_crt.c | 1187 &crt->sig_opts ) ) != 0 ) in x509_crt_parse_der_core() 2128 crt->sig_md, crt->sig_opts ); in mbedtls_x509_crt_info() 2384 if( mbedtls_pk_verify_ext( crl_list->sig_pk, crl_list->sig_opts, &ca->pk, in x509_crt_verifycrl() 2468 return( mbedtls_pk_verify_ext( child->sig_pk, child->sig_opts, &parent->pk, in x509_crt_check_signature() 3285 mbedtls_free( cert_cur->sig_opts ); in mbedtls_x509_crt_free()
|
/third_party/mbedtls/include/mbedtls/ |
D | x509.h | 329 void **sig_opts ); 339 const void *sig_opts );
|
D | x509_crl.h | 100 …void *MBEDTLS_PRIVATE(sig_opts); /**< Signature options to be passed to mbedtls_pk_ver…
|
D | x509_csr.h | 66 …void *MBEDTLS_PRIVATE(sig_opts); /**< Signature options to be passed to mbedtls_pk_verify_…
|
D | x509_crt.h | 96 …void *MBEDTLS_PRIVATE(sig_opts); /**< Signature options to be passed to mbedtls_pk_ver…
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_x509write.function | 56 if( mbedtls_pk_verify_ext( csr.sig_pk, csr.sig_opts, &csr.pk,
|