Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c1615 char entry_name[MBEDTLS_X509_MAX_FILE_PATH_LEN]; in mbedtls_x509_crt_parse_path() local
1633 snp_ret = mbedtls_snprintf( entry_name, sizeof entry_name, in mbedtls_x509_crt_parse_path()
1636 if( snp_ret < 0 || (size_t)snp_ret >= sizeof entry_name ) in mbedtls_x509_crt_parse_path()
1641 else if( stat( entry_name, &sb ) == -1 ) in mbedtls_x509_crt_parse_path()
1652 t_ret = mbedtls_x509_crt_parse_file( chain, entry_name ); in mbedtls_x509_crt_parse_path()

Completed in 7 milliseconds