Searched refs:verify_chain (Results 1 – 4 of 4) sorted by relevance
165 static int verify_chain(void) in verify_chain() function298 if ((heap.verify & MBEDTLS_MEMORY_VERIFY_ALLOC) && verify_chain() != 0) { in buffer_alloc_calloc()362 if ((heap.verify & MBEDTLS_MEMORY_VERIFY_ALLOC) && verify_chain() != 0) { in buffer_alloc_calloc()488 if ((heap.verify & MBEDTLS_MEMORY_VERIFY_FREE) && verify_chain() != 0) { in buffer_alloc_free()500 return verify_chain(); in mbedtls_memory_buffer_alloc_verify()
55 static int verify_chain(SSL *ssl, STACK_OF(X509) *chain) in verify_chain() function346 ok = verify_chain(ssl, chain); in test_tlsafile()
45 static int verify_chain(X509_STORE_CTX *ctx);211 static int verify_chain(X509_STORE_CTX *ctx) in verify_chain() function295 ret = DANETLS_ENABLED(ctx->dane) ? dane_verify(ctx) : verify_chain(ctx); in X509_verify_cert()2968 return verify_chain(ctx); in dane_verify()