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

  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_ctrl.c 184 int ctrl_exists, ref_exists; local
193 ctrl_exists = ((e->ctrl == NULL) ? 0 : 1);
204 return ctrl_exists;
213 if(ctrl_exists && !(e->flags & ENGINE_FLAGS_MANUAL_CMD_CTRL))
215 if(!ctrl_exists)
227 if(!ctrl_exists)
  /external/openssl/crypto/engine/
eng_ctrl.c 184 int ctrl_exists, ref_exists; local
193 ctrl_exists = ((e->ctrl == NULL) ? 0 : 1);
204 return ctrl_exists;
213 if(ctrl_exists && !(e->flags & ENGINE_FLAGS_MANUAL_CMD_CTRL))
215 if(!ctrl_exists)
227 if(!ctrl_exists)

Completed in 24 milliseconds