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

  /external/openssl/crypto/ui/
ui_locl.h 148 #define UI_FLAG_REDOABLE 0x0001
ui_lib.c 568 return !!(ui->flags & UI_FLAG_REDOABLE);
849 ui->flags &= ~UI_FLAG_REDOABLE;
868 ui->flags |= UI_FLAG_REDOABLE;
876 ui->flags |= UI_FLAG_REDOABLE;

Completed in 412 milliseconds