Searched refs:idret (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | x509.c | 1162 int id, i, idret; in purpose_print() local 1167 idret = X509_check_purpose(cert, id, i); in purpose_print() 1169 if (idret == 1) in purpose_print() 1171 else if (idret == 0) in purpose_print() 1174 BIO_printf(bio, "Yes (WARNING code=%d)\n", idret); in purpose_print()
|
/third_party/openssl/apps/ |
H A D | x509.c | 1162 int id, i, idret; in purpose_print() local 1167 idret = X509_check_purpose(cert, id, i); in purpose_print() 1169 if (idret == 1) in purpose_print() 1171 else if (idret == 0) in purpose_print() 1174 BIO_printf(bio, "Yes (WARNING code=%d)\n", idret); in purpose_print()
|
Completed in 4 milliseconds