HomeSort by relevance Sort by last modified time
    Searched defs:node_data_critical (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
pcy_int.h 177 #define node_data_critical(data) (data->flags & POLICY_DATA_FLAG_CRITICAL) macro
178 #define node_critical(node) node_data_critical(node->data)
  /external/openssl/crypto/x509v3/
pcy_int.h 177 #define node_data_critical(data) (data->flags & POLICY_DATA_FLAG_CRITICAL) macro
178 #define node_critical(node) node_data_critical(node->data)

Completed in 42 milliseconds