Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509/
Dx509_cmp.c355 int X509_chain_check_suiteb(int *perror_depth, X509 *x, STACK_OF(X509) *chain, in X509_chain_check_suiteb() argument
424 if (perror_depth) in X509_chain_check_suiteb()
425 *perror_depth = i; in X509_chain_check_suiteb()
440 int X509_chain_check_suiteb(int *perror_depth, X509 *x, STACK_OF(X509) *chain, in X509_chain_check_suiteb() argument
/third_party/boringssl/src/crypto/x509/
Dx509_cmp.c386 int X509_chain_check_suiteb(int *perror_depth, X509 *x, STACK_OF(X509) *chain, in X509_chain_check_suiteb() argument
448 if (perror_depth) in X509_chain_check_suiteb()
449 *perror_depth = i; in X509_chain_check_suiteb()
/third_party/openssl/include/openssl/
Dx509.h753 int X509_chain_check_suiteb(int *perror_depth,
/third_party/boringssl/src/include/openssl/
Dx509.h900 OPENSSL_EXPORT int X509_chain_check_suiteb(int *perror_depth,