Home
last modified time | relevance | path

Searched refs:mbedtls_pk_verify_ext (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dpk.h812 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls13_generic.c325 if ((ret = mbedtls_pk_verify_ext(sig_alg, options, in ssl_tls13_parse_certificate_verify()
H A Dx509_crt.c2084 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()
H A Dpk.c1099 int mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options, in mbedtls_pk_verify_ext() function
H A Dssl_tls12_client.c2418 ret = mbedtls_pk_verify_ext(pk_alg, &rsassa_pss_options, in ssl_parse_server_key_exchange()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog613 * Fix NULL pointer dereference in mbedtls_pk_verify_ext() when called using