Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_X509_SIG_MISMATCH (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509.h69 #define MBEDTLS_ERR_X509_SIG_MISMATCH -0x2680 macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Derror.c511 case -(MBEDTLS_ERR_X509_SIG_MISMATCH): in mbedtls_high_level_strerr()
H A Dx509_crl.c485 return MBEDTLS_ERR_X509_SIG_MISMATCH; in mbedtls_x509_crl_parse_der()
H A Dx509_crt.c1292 return MBEDTLS_ERR_X509_SIG_MISMATCH; in x509_crt_parse_der_core()