Home
last modified time | relevance | path

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

/optee_test-3.20.0/ta/crypt/
A Dmbedtls_taf.c77 mbedtls_x509_crt trust_crt = { }; in ta_entry_mbedtls_check_cert() local
83 mbedtls_x509_crt_init(&trust_crt); in ta_entry_mbedtls_check_cert()
92 ret = mbedtls_x509_crt_parse(&trust_crt, params[1].memref.buffer, in ta_entry_mbedtls_check_cert()
100 ret = mbedtls_x509_crt_verify(&crt, &trust_crt, NULL, NULL, &flags, in ta_entry_mbedtls_check_cert()
109 mbedtls_x509_crt_free(&trust_crt); in ta_entry_mbedtls_check_cert()

Completed in 8 milliseconds