Searched refs:perror_depth (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x509_cmp.c | 355 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/ |
D | x509_cmp.c | 386 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/ |
D | x509.h | 753 int X509_chain_check_suiteb(int *perror_depth,
|
/third_party/boringssl/src/include/openssl/ |
D | x509.h | 900 OPENSSL_EXPORT int X509_chain_check_suiteb(int *perror_depth,
|