Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dx509.c1013 mbedtls_x509_crt clicert; in mbedtls_x509_self_test() local
1019 mbedtls_x509_crt_init( &clicert ); in mbedtls_x509_self_test()
1021 ret = mbedtls_x509_crt_parse( &clicert, (const unsigned char *) mbedtls_test_cli_crt, in mbedtls_x509_self_test()
1044 ret = mbedtls_x509_crt_verify( &clicert, &cacert, NULL, NULL, &flags, NULL, NULL ); in mbedtls_x509_self_test()
1058 mbedtls_x509_crt_free( &clicert ); in mbedtls_x509_self_test()

Completed in 3 milliseconds