Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dmemory_buffer_alloc.c165 static int verify_chain(void) in verify_chain() function
298 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()
/third_party/openssl/test/
Ddanetest.c55 static int verify_chain(SSL *ssl, STACK_OF(X509) *chain) in verify_chain() function
346 ok = verify_chain(ssl, chain); in test_tlsafile()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dx509_vfy.c45 static int verify_chain(X509_STORE_CTX *ctx);
211 static int verify_chain(X509_STORE_CTX *ctx) in verify_chain() function
295 ret = DANETLS_ENABLED(ctx->dane) ? dane_verify(ctx) : verify_chain(ctx); in X509_verify_cert()
2968 return verify_chain(ctx); in dane_verify()
/third_party/openssl/crypto/x509/
Dx509_vfy.c45 static int verify_chain(X509_STORE_CTX *ctx);
211 static int verify_chain(X509_STORE_CTX *ctx) in verify_chain() function
295 ret = DANETLS_ENABLED(ctx->dane) ? dane_verify(ctx) : verify_chain(ctx); in X509_verify_cert()
2968 return verify_chain(ctx); in dane_verify()